Home
last modified time | relevance | path

Searched refs:m32 (Results 1 – 25 of 89) sorted by relevance

1234

/openbmc/linux/arch/m68k/math-emu/
H A Dmulti_arith.h27 reg->lowmant = reg->mant.m32[1] << (8 - cnt); in fp_denormalize()
28 reg->mant.m32[1] = (reg->mant.m32[1] >> cnt) | in fp_denormalize()
29 (reg->mant.m32[0] << (32 - cnt)); in fp_denormalize()
30 reg->mant.m32[0] = reg->mant.m32[0] >> cnt; in fp_denormalize()
33 reg->lowmant = reg->mant.m32[1] >> (cnt - 8); in fp_denormalize()
34 if (reg->mant.m32[1] << (40 - cnt)) in fp_denormalize()
36 reg->mant.m32[1] = (reg->mant.m32[1] >> cnt) | in fp_denormalize()
37 (reg->mant.m32[0] << (32 - cnt)); in fp_denormalize()
38 reg->mant.m32[0] = reg->mant.m32[0] >> cnt; in fp_denormalize()
42 : "m" (reg->mant.m32[0]), "d" (64 - cnt)); in fp_denormalize()
[all …]
H A Dfp_arith.c193 if ((long)dest->mant.m32[0] >= 0) in fp_fmul()
195 if ((long)src->mant.m32[0] >= 0) in fp_fmul()
203 if ((long)temp.m32[0] > 0) { in fp_fmul()
280 if ((long)dest->mant.m32[0] >= 0) in fp_fdiv()
282 if ((long)src->mant.m32[0] >= 0) in fp_fdiv()
290 if (!temp.m32[0]) { in fp_fdiv()
349 fp_mul64(dest->mant.m32[0], dest->mant.m32[1], in fp_fsglmul()
350 dest->mant.m32[0] & 0xffffff00, in fp_fsglmul()
351 src->mant.m32[0] & 0xffffff00); in fp_fsglmul()
415 dest->mant.m32[0] &= 0xffffff00; in fp_fsgldiv()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/
H A Dupdate-gawk-paths.patch16 tests-m32/caps-abbrev.awk | 2 +-
17 tests-m32/caps.awk | 2 +-
18 tests-m32/match.awk | 2 +-
19 tests-m32/rt_sigaction.awk | 2 +-
40 diff --git a/tests-m32/caps-abbrev.awk b/tests-m32/caps-abbrev.awk
42 --- a/tests-m32/caps-abbrev.awk
43 +++ b/tests-m32/caps-abbrev.awk
50 diff --git a/tests-m32/caps.awk b/tests-m32/caps.awk
52 --- a/tests-m32/caps.awk
53 +++ b/tests-m32/caps.awk
[all …]
/openbmc/openbmc/poky/meta/conf/machine/include/x86/
H A Darch-x86.inc13 TUNEVALID[m32] = "IA32 ELF32 standard ABI"
14 TUNECONFLICTS[m32] = "m64 mx32"
15 TUNE_ARCH .= "${@bb.utils.contains('TUNE_FEATURES', 'm32', '${X86ARCH32}', '', d)}"
16 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'm32', ' -m32', '', d)}"
17 MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'm32', 'x86:', '', d)}"
21 TUNECONFLICTS[mx32] = "m64 m32"
33 TUNECONFLICTS[m64] = "m32 mx32"
39 TUNE_FEATURES:tune-x86 = "m32"
/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/
H A Darch-powerpc.inc16 TUNEVALID[m32] = "Power ELF32 standard ABI"
17 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'm32', ' -m32', '', d)}"
18 TUNE_ARCH .= "${@bb.utils.contains('TUNE_FEATURES', 'm32', 'powerpc${ENDIAN_SFX}', '', d)}"
33 TUNE_FEATURES:tune-powerpc-nf = "m32 fpu-soft bigendian"
38 TUNE_FEATURES:tune-powerpc = "m32 fpu-hard bigendian"
43 TUNE_FEATURES:tune-powerpcle-nf = "m32 fpu-soft"
48 TUNE_FEATURES:tune-powerpcle = "m32 fpu-hard"
H A Dtune-power8.inc10 TUNE_FEATURES:tune-ppcp8 = "m32 fpu-hard power8 altivec bigendian"
20 TUNE_FEATURES:tune-ppcp8le = "m32 fpu-hard power8 altivec"
H A Dtune-power9.inc10 TUNE_FEATURES:tune-ppcp9 = "m32 fpu-hard power9 altivec bigendian"
20 TUNE_FEATURES:tune-ppcp9le = "m32 fpu-hard power9 altivec"
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_ioc32.c180 drm_map32_t m32; in compat_drm_getmap() local
184 if (copy_from_user(&m32, argp, sizeof(m32))) in compat_drm_getmap()
187 map.offset = m32.offset; in compat_drm_getmap()
192 m32.offset = map.offset; in compat_drm_getmap()
193 m32.size = map.size; in compat_drm_getmap()
194 m32.type = map.type; in compat_drm_getmap()
195 m32.flags = map.flags; in compat_drm_getmap()
196 m32.handle = ptr_to_compat((void __user *)map.handle); in compat_drm_getmap()
197 m32.mtrr = map.mtrr; in compat_drm_getmap()
198 if (copy_to_user(argp, &m32, sizeof(m32))) in compat_drm_getmap()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/math/
H A Dfpu_denormal.c18 unsigned int m32; in test_denormal_fpu() local
25 m32 = 0x00715fcf; /* random denormal */ in test_denormal_fpu()
26 memcpy((float *)&f, &m32, sizeof(f)); in test_denormal_fpu()
/openbmc/qemu/tests/tcg/i386/
H A Dx86.csv14 # 1. The Intel manual instruction mnemonic. For example, "SHR r/m32, imm8".
16 # 2. The Go assembler instruction mnemonic. For example, "SHRL imm8, r/m32".
18 # 3. The GNU binutils instruction mnemonic. For example, "shrl imm8, r/m32".
31 # the Intel mnemonic. For example, "rw,r" to denote that "SHR r/m32, imm8"
61 # m16:64, m16int, m256, m2byte, m32, m32&32, m32fp, m32int, m512byte, m64, m64fp, m64int,
68 # The forms r/m8, r/m16, r/m32, and r/m64 indicate a register or memory selected by the modrm r/m e…
193 "ADC r/m32, imm32","ADCL imm32, r/m32","adcl imm32, r/m32","81 /2 id","V","V","","operand32","rw,r"…
194 "ADC r/m32, imm8","ADCL imm8, r/m32","adcl imm8, r/m32","83 /2 ib","V","V","","operand32","rw,r","Y…
195 "ADC r32, r/m32","ADCL r/m32, r32","adcl r/m32, r32","13 /r","V","V","","operand32","rw,r","Y","32"
196 "ADC r/m32, r32","ADCL r32, r/m32","adcl r32, r/m32","11 /r","V","V","","operand32","rw,r","Y","32"
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/stringloops/
H A DMakefile7 build_32bit = $(shell if ($(CC) $(CFLAGS) -m32 -o /dev/null memcmp.c >/dev/null 2>&1) then echo "1"…
16 $(OUTPUT)/memcmp_32: CFLAGS += -m32
25 $(OUTPUT)/strlen_32: CFLAGS += -m32
/openbmc/linux/arch/x86/
H A DMakefile.um23 KBUILD_CFLAGS += $(call cc-option,-m32)
24 KBUILD_AFLAGS += $(call cc-option,-m32)
25 LINK-y += $(call cc-option,-m32)
/openbmc/linux/tools/testing/memblock/scripts/
H A DMakefile.include12 CFLAGS += -m32 -U CONFIG_PHYS_ADDR_T_64BIT
13 LDFLAGS += -m32
/openbmc/u-boot/lib/efi/
H A DMakefile9 $(if $(CONFIG_EFI_STUB_64BIT),-march=i386 -m32)
13 $(if $(CONFIG_EFI_STUB_64BIT),-march=i386 -m32)
/openbmc/u-boot/arch/powerpc/
H A Dconfig.mk17 PLATFORM_CPPFLAGS += -D__powerpc__ -ffixed-r2 -m32 $(PF_CPPFLAGS_POWERPC)
18 PLATFORM_LDFLAGS += -m32 -melf32ppclinux
/openbmc/linux/scripts/
H A DKconfig.include62 # $(m32-flag): -m32 if the compiler supports it, or an empty string otherwise.
65 m32-flag := $(cc-option-bit,-m32)
/openbmc/linux/arch/x86/math-emu/
H A Dreg_ld_str.c158 unsigned m32; in FPU_load_single() local
163 FPU_get_user(m32, (unsigned long __user *)single); in FPU_load_single()
166 negative = (m32 & 0x80000000) ? SIGN_Negative : SIGN_Positive; in FPU_load_single()
168 if (!(m32 & 0x7fffffff)) { in FPU_load_single()
174 exp = ((m32 & 0x7f800000) >> 23) - SINGLE_Ebias + EXTENDED_Ebias; in FPU_load_single()
175 m32 = (m32 & 0x7fffff) << 8; in FPU_load_single()
178 loaded_data->sigh = m32; in FPU_load_single()
185 if (m32 == 0) { in FPU_load_single()
194 loaded_data->sigh = m32 | 0x80000000; in FPU_load_single()
199 loaded_data->sigh = m32 | 0x80000000; in FPU_load_single()
/openbmc/linux/tools/testing/scatterlist/
H A DMakefile8 CFLAGS += -m32
9 LDFLAGS += -m32
/openbmc/qemu/tests/multiboot/
H A DMakefile2 CCFLAGS=-m32 -Wall -Wextra -Werror -fno-stack-protector -nostdinc -fno-builtin
3 ASFLAGS=-m32
/openbmc/linux/tools/testing/memblock/
H A DMakefile16 CFLAGS += -m32
17 LDFLAGS += -m32
/openbmc/linux/arch/sparc/
H A DMakefile32 KBUILD_CFLAGS += -m32 -mcpu=v8 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
35 KBUILD_AFLAGS += -m32 -Wa,-Av8
/openbmc/qemu/crypto/
H A Dclmul.c83 uint64_t clmul_32(uint32_t n, uint32_t m32) in clmul_32() argument
86 uint64_t m = m32; in clmul_32()
/openbmc/openbmc/poky/documentation/sdk-manual/
H A Dworking-projects.rst225 i586-poky-linux-gcc -m32 -march=i586 --sysroot=/opt/poky/&DISTRO;/sysroots/i586-poky-linux
293 # CC=i586-poky-linux-gcc -m32 -march=i586 --sysroot=/opt/poky/2.5/sysroots/i586-poky-linux
311 …i586-poky-linux-gcc -m32 -march=i586 --sysroot=/opt/poky/2.5/sysroots/i586-poky-linux -I . -c main…
312 …i586-poky-linux-gcc -m32 -march=i586 --sysroot=/opt/poky/2.5/sysroots/i586-poky-linux -I . -c modu…
313 …i586-poky-linux-gcc -m32 -march=i586 --sysroot=/opt/poky/2.5/sysroots/i586-poky-linux main.o modul…
351 …i586-poky-linux-gcc -m32 -march=i586 --sysroot=/opt/poky/2.5/sysroots/i586-poky-linux -I . -c mai…
352 …i586-poky-linux-gcc -m32 -march=i586 --sysroot=/opt/poky/2.5/sysroots/i586-poky-linux -I . -c mod…
353 …i586-poky-linux-gcc -m32 -march=i586 --sysroot=/opt/poky/2.5/sysroots/i586-poky-linux main.o modu…
382 …i586-poky-linux-gcc -m32 -march=i586 --sysroot=/opt/poky/2.5/sysroots/i586-poky-linux -I . -c mai…
383 …i586-poky-linux-gcc -m32 -march=i586 --sysroot=/opt/poky/2.5/sysroots/i586-poky-linux -I . -c mod…
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/
H A D0002-Fix-build-failure-on-x86_64.patch36 - CC="$CC -m32"
37 - CXX="$CXX -m32"
/openbmc/u-boot/arch/x86/lib/
H A DMakefile60 CFLAGS_REMOVE_reloc_x86_64_efi.o += -mregparm=3 -march=i386 -m32
63 AFLAGS_REMOVE_crt0_x86_64_efi.o += -mregparm=3 -march=i386 -m32

1234