Searched refs:assembler (Results 1 – 20 of 20) sorted by relevance
| /u-boot/include/ |
| A D | host_arch.h | 4 # Constants defining the host architecture in assembler, C, and make files.
|
| /u-boot/arch/x86/include/asm/ |
| A D | cb_sysinfo.h | 172 char *assembler; member
|
| /u-boot/doc/arch/ |
| A D | mips.rst | 43 initialized in board specific assembler language before the cache init
|
| A D | x86.rst | 496 the board, then you can use post_code() calls from C or assembler to monitor
|
| /u-boot/doc/ |
| A D | README.mpc83xxads | 19 GNU assembler version 2.15 (powerpc-linux) using BFD version 2.15
|
| /u-boot/arch/arm/mach-sunxi/ |
| A D | rmr_switch.S | 15 @ start address. It needs to be assembled by an ARM(32) assembler and
|
| /u-boot/doc/build/ |
| A D | clang.rst | 51 Since llvm 3.4 is currently in the base system, the integrated assembler as
|
| /u-boot/arch/xtensa/cpu/ |
| A D | u-boot.lds | 29 * an assembler function. See start.S for more details)
|
| /u-boot/scripts/dtc/ |
| A D | README | 96 and checked against a binary tree from assembler macros in trees.S. So
|
| /u-boot/cmd/x86/ |
| A D | cbsysinfo.c | 241 print_str(">Assembler", info->assembler); in show_table()
|
| /u-boot/scripts/ |
| A D | Kbuild.include | 105 $(CC) $(KBUILD_CFLAGS) $(1) -c -x assembler /dev/null -o "$$TMP",$(1),$(2)) 111 printf "%b\n" "$(1)" | $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3))
|
| A D | Makefile.spl | 541 -D__ASSEMBLY__ -x assembler-with-cpp -std=c99 -P -o $@ $<
|
| /u-boot/arch/x86/lib/coreboot/ |
| A D | cb_sysinfo.c | 357 cb_parse_string(ptr, &info->assembler); in cb_parse_header()
|
| /u-boot/doc/develop/ |
| A D | makefiles.rst | 414 asflags-y specifies assembler options. 441 assembler invocations. 468 can re-add assembler flags that were removed by asflags-remove-y. 624 assembler (`*.S`) files -- supports the given option. An optional 638 as-instr checks if the assembler reports a specific instruction 641 Note: as-instr-option uses KBUILD_AFLAGS for assembler options 1208 are used for assembler. 1268 This is usually used for header files containing assembler constants.
|
| A D | checkpatch.rst | 777 as this has special meaning for the assembler; a symbol entry will
|
| /u-boot/Licenses/ |
| A D | README | 79 there are still older assembler tools which cannot handle C++ style
|
| /u-boot/arch/mips/ |
| A D | Kconfig | 494 in assembler.
|
| /u-boot/ |
| A D | Makefile | 1801 $(CPP) -P $(CFLAGS) -x assembler-with-cpp -D__ASSEMBLY__ \ 2033 -D__ASSEMBLY__ -x assembler-with-cpp -std=c99 -P -o $@ $<
|
| /u-boot/doc/arch/sandbox/ |
| A D | sandbox.rst | 502 Enabling this option will inject placeholder assembler code which valgrind
|
| /u-boot/arch/arm/ |
| A D | Kconfig | 466 <asm/arch/boot0.h> which contains the required assembler code.
|
Completed in 55 milliseconds