/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
H A D | 0001-liftoff-Correct-function-signatures.patch | 16 deps/v8/src/wasm/baseline/mips64/liftoff-assembler-mips64.h | 2 +- 17 deps/v8/src/wasm/baseline/riscv/liftoff-assembler-riscv64.h | 2 +- 20 diff --git a/deps/v8/src/wasm/baseline/liftoff-assembler.h b/deps/v8/src/wasm/baseline/liftoff-asse… 22 --- a/deps/v8/src/wasm/baseline/liftoff-assembler.h 23 +++ b/deps/v8/src/wasm/baseline/liftoff-assembler.h 44 …deps/v8/src/wasm/baseline/mips64/liftoff-assembler-mips64.h b/deps/v8/src/wasm/baseline/mips64/lif… 46 --- a/deps/v8/src/wasm/baseline/mips64/liftoff-assembler-mips64.h 47 +++ b/deps/v8/src/wasm/baseline/mips64/liftoff-assembler-mips64.h 57 …/deps/v8/src/wasm/baseline/riscv/liftoff-assembler-riscv64.h b/deps/v8/src/wasm/baseline/riscv/lif… 59 --- a/deps/v8/src/wasm/baseline/riscv/liftoff-assembler-riscv64.h [all …]
|
/openbmc/linux/arch/x86/ |
H A D | Kconfig.assembler | 7 Supported by binutils >= 2.25 and LLVM integrated assembler 12 Supported by binutils >= 2.24 and LLVM integrated assembler 17 Supported by binutils >= 2.24 and LLVM integrated assembler 21 Supported by binutils >= 2.31.1 and LLVM integrated assembler >= V7 26 Supported by binutils >= 2.30 and LLVM integrated assembler 31 Supported by binutils >= 2.31 and LLVM integrated assembler
|
/openbmc/linux/scripts/ |
H A D | as-version.sh | 48 set -- $(LC_ALL=C "$@" -Wa,--version -c -x assembler-with-cpp /dev/null -o /dev/null 2>/dev/null) 56 if [ "$1" = GNU -a "$2" = assembler ]; then
|
H A D | Kconfig.include | 35 # Return y if the assembler supports <instr>, n otherwise 36 …n" "$(1)" | $(CC) $(CLANG_FLAGS) $(2) -Wa$(comma)--fatal-warnings -c -x assembler-with-cpp -o /dev… 49 # Get the assembler name, version, and error out if it is not supported. 51 $(error-if,$(success,test -z "$(as-info)"),Sorry$(comma) this assembler is not supported.)
|
H A D | Makefile.compiler | 35 …$(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_AFLAGS) $(1) -c -x assembler-with-cpp /dev/null -o "$$TM… 41 …error $(CLANG_FLAGS) $(KBUILD_AFLAGS) -Wa$(comma)--fatal-warnings -c -x assembler-with-cpp -o "$$T…
|
/openbmc/linux/drivers/usb/serial/ |
H A D | Makefile-keyspan_pda_fw | 3 # some rules to handle the quirks of the 'as31' assembler, like 10 gcc -x assembler-with-cpp -P -E -o $@ $<
|
/openbmc/openbmc/poky/meta/recipes-devtools/nasm/ |
H A D | nasm_2.16.01.bb | 1 SUMMARY = "General-purpose x86 assembler" 4 DESCRIPTION = "The Netwide Assembler (NASM) is an assembler and disassembler for the Intel x86 arch…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/ |
H A D | 0001-cpuburn-a8.S-Remove-.func-.endfunc.patch | 7 and are silently ignored by gnu assembler when unused, clang assembler
|
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ |
H A D | 0003-debug-prefix-map.patch | 41 -DEFINE GCC_ASM_FLAGS = -c -x assembler -imacros AutoGen.h 42 -DEFINE GCC_PP_FLAGS = -E -x assembler-with-cpp -include AutoGen.h 43 +DEFINE GCC_ASM_FLAGS = -c -x assembler -imacros AutoGen.h ENV(GCC_PREFIX_MAP) 44 +DEFINE GCC_PP_FLAGS = -E -x assembler-with-cpp -include AutoGen.h ENV(GCC_PREFIX_MA…
|
/openbmc/linux/lib/raid6/test/ |
H A D | Makefile | 47 gcc -c -x assembler - >/dev/null 2>&1 && \ 50 gcc -c -x assembler - >/dev/null 2>&1 && \ 58 gcc -c -x assembler - >/dev/null 2>&1 && \
|
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/ |
H A D | 0001-configure-use-correct-CPP.patch | 6 configure uses CPP to test that two assembler routines 24 # on SVR4, cc -E does not produce correct assembler files. Need /lib/cpp.
|
/openbmc/qemu/tests/tcg/arm/ |
H A D | Makefile.softmmu-target | 15 -Wl,--build-id=none -x assembler-with-cpp \ 39 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -x assembler-with-cpp -Wa,--noexecstack -c $< -o $@
|
/openbmc/linux/arch/arm/ |
H A D | Kconfig.assembler | 6 Supported by binutils >= 2.24 and LLVM integrated assembler.
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0006-cpp-honor-sysroot.patch | 51 {".s", "@assembler", 0, 0, 0}, 52 {"@assembler",
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0023-aarch64-configure-Pass-mcpu-along-with-march-to-dete.patch | 4 Subject: [PATCH] aarch64: fix check for SVE support in assembler 49 AC_CACHE_CHECK([for SVE support in assembler], [libc_cv_aarch64_sve_asm], [dnl
|
/openbmc/u-boot/arch/x86/include/asm/arch-coreboot/ |
H A D | sysinfo.h | 41 char *assembler; member
|
/openbmc/qemu/tests/migration/ |
H A D | Makefile | 29 * the header and the assembler differences in your patch submission.
|
/openbmc/qemu/tests/tcg/alpha/ |
H A D | Makefile.softmmu-target | 25 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -x assembler-with-cpp -Wa,--noexecstack -c $< -o $@
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
H A D | 0001-klibc-Kbuild-Accept-EXTRA_KLIBCAFLAGS.patch | 6 For passing additional assembler flags
|
/openbmc/qemu/tests/tcg/loongarch64/ |
H A D | Makefile.softmmu-target | 25 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -x assembler-with-cpp -Wa,--noexecstack -c $< -o $@
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A D | README-SRC | 6 assembler, however it is being included in order to comply with the
|
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/ |
H A D | 0001-automake-Add-default-libtool_tag-to-cppasm.patch | 7 since CPPASCOMPILE is using CC to call assembler
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | Fix-building-on-x86_64-with-binutils-2.41.patch | 6 Newer versions of the GNU assembler (observed with binutils 2.41) will 11 that the assembler is no longer expecting 64-bit instructions to be used
|
/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/ |
H A D | Fix-building-on-x86_64-with-binutils-2.41.patch | 6 Newer versions of the GNU assembler (observed with binutils 2.41) will 11 that the assembler is no longer expecting 64-bit instructions to be used
|
/openbmc/qemu/tests/tcg/cris/bare/ |
H A D | check_addcv17.s | 6 # Create the instruction manually since there is no assembler support yet
|