Home
last modified time | relevance | path

Searched refs:assembler (Results 1 – 25 of 117) sorted by relevance

12345

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0001-liftoff-Correct-function-signatures.patch16 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 DKconfig.assembler7 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 Das-version.sh48 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 DKconfig.include35 # 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 DMakefile.compiler35 …$(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 DMakefile-keyspan_pda_fw3 # 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 Dnasm_2.16.01.bb1 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 D0001-cpuburn-a8.S-Remove-.func-.endfunc.patch7 and are silently ignored by gnu assembler when unused, clang assembler
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/
H A D0003-debug-prefix-map.patch41 -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 DMakefile47 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 D0001-configure-use-correct-CPP.patch6 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 DMakefile.softmmu-target15 -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 DKconfig.assembler6 Supported by binutils >= 2.24 and LLVM integrated assembler.
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0006-cpp-honor-sysroot.patch51 {".s", "@assembler", 0, 0, 0},
52 {"@assembler",
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0023-aarch64-configure-Pass-mcpu-along-with-march-to-dete.patch4 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 Dsysinfo.h41 char *assembler; member
/openbmc/qemu/tests/migration/
H A DMakefile29 * the header and the assembler differences in your patch submission.
/openbmc/qemu/tests/tcg/alpha/
H A DMakefile.softmmu-target25 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -x assembler-with-cpp -Wa,--noexecstack -c $< -o $@
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A D0001-klibc-Kbuild-Accept-EXTRA_KLIBCAFLAGS.patch6 For passing additional assembler flags
/openbmc/qemu/tests/tcg/loongarch64/
H A DMakefile.softmmu-target25 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -x assembler-with-cpp -Wa,--noexecstack -c $< -o $@
/openbmc/linux/arch/m68k/ifpsp060/src/
H A DREADME-SRC6 assembler, however it is being included in order to comply with the
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/
H A D0001-automake-Add-default-libtool_tag-to-cppasm.patch7 since CPPASCOMPILE is using CC to call assembler
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A DFix-building-on-x86_64-with-binutils-2.41.patch6 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 DFix-building-on-x86_64-with-binutils-2.41.patch6 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 Dcheck_addcv17.s6 # Create the instruction manually since there is no assembler support yet

12345