HomeSort by relevance Sort by last modified time
    Searched refs:m32 (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/utils/ABITest/return-types-32/
Makefile 1 X_CFLAGS := -m32
2 Y_CFLAGS := -m32
3 CC_CFLAGS := -m32
  /external/clang/utils/ABITest/single-args-32/
Makefile 1 X_CFLAGS := -m32
2 Y_CFLAGS := -m32
3 CC_CFLAGS := -m32
  /device/google/contexthub/firmware/build/
bl_config.mk 26 -m32
os_config.mk 27 -m32
  /external/compiler-rt/make/platform/
multi_arch.mk 4 Configs := m32 m64
11 CFLAGS.m32 := $(CFLAGS) -m32 -O3
clang_linux.mk 45 ifeq ($(call TryCompile,$(CC),$(test_source),-m32),0)
72 CFLAGS.builtins-i386 := $(CFLAGS) -m32
74 CFLAGS.profile-i386 := $(CFLAGS) -m32
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
matrix_helpers.h 13 float m22, float m23, float m30, float m31, float m32,
18 m31, m32, m33; local
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
bmi.s 11 # Test for op r32, r32, r/m32
15 # Test for op r32, r/m32, r32
19 # Test for op r32, r/m32
36 # Test for op r32, r32, r/m32
41 # Test for op r32, r/m32, r32
46 # Test for op r32, r/m32
bmi2.s 7 # Test for op r32, r/m32, imm8
11 # Test for op r32, r32, r/m32
19 # Test for op r32, r/m32, r32
31 # Test for op r32, r/m32, imm8
36 # Test for op r32, r32, r/m32
47 # Test for op r32, r/m32, r32
x86-64-bmi.s 12 # Test for op r32, r32, r/m32
18 # Test for op r32, r/m32, r32
24 # Test for op r32, r/m32
76 # Test for op r32, r32, r/m32
83 # Test for op r32, r/m32, r32
90 # Test for op r32, r/m32
  /external/elfutils/tests/
run-disasm-x86.sh 25 gcc -m32 -c -o testfile44.o testfile44.S
  /external/clang/utils/ABITest/layout/
Makefile 19 X_CFLAGS := -m32
20 Y_CFLAGS := -m32
21 CC_CFLAGS := -m32
  /external/libedit/
Android.mk 9 PREBUILT_CFLAGS="CFLAGS=-m32"
10 PREBUILT_CXXFLAGS="CXXFLAGS=-m32"
11 PREBUILT_LDFLAGS="LDFLAGS=-m32"
  /external/python/cpython2/PC/VS8.0/
build_ssl.py 98 def create_makefile64(makefile, m32):
103 if not os.path.isfile(m32):
105 with open(m32) as fin:
117 os.unlink(m32)
163 m32 = makefile
169 m32 = makefile.replace('64', '')
195 if arch == "amd64" and os.path.isfile(m32) and not os.path.isfile(makefile):
196 os.unlink(m32)
221 create_makefile64(makefile, m32)
  /external/python/cpython2/PC/VS9.0/
build_ssl.py 77 def create_makefile64(makefile, m32):
82 if not os.path.isfile(m32):
84 with open(m32) as fin:
96 os.unlink(m32)
143 m32 = makefile
149 m32 = makefile.replace('64', '')
193 if arch == "amd64" and os.path.isfile(m32) and not os.path.isfile(makefile):
194 os.unlink(m32)
219 create_makefile64(makefile, m32)
  /external/swiftshader/src/Renderer/
Matrix.hpp 32 float m31, float m32, float m33);
35 float m31, float m32, float m33, float m34,
83 float m31, float m32, float m33);
86 float m31, float m32, float m33, float m34,
151 float m31, float m32, float m33)
157 M(3, 1) = m31; M(3, 2) = m32; M(3, 3) = m33; M(3, 4) = 0;
163 float m31, float m32, float m33, float m34,
170 M(3, 1) = m31; M(3, 2) = m32; M(3, 3) = m33; M(3, 4) = m34;
  /external/swiftshader/third_party/subzero/
c2wasm-exe.sh 11 clang -m32 a.out.o ./runtime/szrt.c \
  /external/valgrind/none/tests/x86/
insn_basic.def 53 adcl eflags[0x1,0x0] : imm32[12345678] m32.ud[87654321] => 1.ud[99999999]
54 adcl eflags[0x1,0x1] : imm32[12345678] m32.ud[87654321] => 1.ud[100000000]
57 adcl eflags[0x1,0x0] : r32.ud[12345678] m32.ud[87654321] => 1.ud[99999999]
58 adcl eflags[0x1,0x1] : r32.ud[12345678] m32.ud[87654321] => 1.ud[100000000]
59 adcl eflags[0x1,0x0] : m32.ud[12345678] r32.ud[87654321] => 1.ud[99999999]
60 adcl eflags[0x1,0x1] : m32.ud[12345678] r32.ud[87654321] => 1.ud[100000000]
77 addl imm32[12345678] m32.ud[87654321] => 1.ud[99999999]
79 addl r32.ud[12345678] m32.ud[87654321] => 1.ud[99999999]
80 addl m32.ud[12345678] r32.ud[87654321] => 1.ud[99999999]
97 andl imm32[0x86427531] m32.ud[0x12345678] => 1.ud[0x02005430
    [all...]
  /external/llvm/test/Object/Inputs/
elfver.S 3 # clang $ARGS -m32 elfver.S -lc -o elf-versioning-test.i386
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cfi/
cfi-sparc-1.s 1 #; $ as -o test.o -32 gas-cfi-test.s && gcc -m32 -nostdlib -o test test.o
  /external/linux-kselftest/tools/testing/selftests/x86/
Makefile 27 CAN_BUILD_I386 := $(shell ./check_cc.sh $(CC) trivial_32bit_program.c -m32)
47 $(CC) -m32 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $^ -lrt -ldl -lm
  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DIMath.js 163 this.$matrix.m32 = matrix.m32;
188 this.$matrix.m32 = matrix[9];
208 this.$matrix.m31, this.$matrix.m32, this.$matrix.m33, this.$matrix.m34,
242 J3DIMatrix4.setUniformArray[9] = this.$matrix.m32;
269 this.$matrix.m32 = 0;
294 this.$matrix.m23 = this.$matrix.m32;
295 this.$matrix.m32 = tmp;
335 this.$matrix.m32 /= det;
471 mat.$matrix.m32 = -2 * sinA * cosA
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Host.inf 119 GCC:*_*_IA32_DLINK_FLAGS == -o $(BIN_DIR)/Host -m32 -L/usr/X11R6/lib
120 GCC:*_*_IA32_CC_FLAGS == -m32 -g -fshort-wchar -fno-strict-aliasing -Wall -malign-double -idirafter/usr/include -c -include $(DEST_DIR_DEBUG)/AutoGen.h -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings
121 GCC:*_*_IA32_PP_FLAGS == -m32 -E -x assembler-with-cpp -include $(DEST_DIR_DEBUG)/AutoGen.h
122 GCC:*_*_IA32_ASM_FLAGS == -m32 -c -x assembler -imacros $(DEST_DIR_DEBUG)/AutoGen.h
  /device/google/contexthub/firmware/os/platform/native/
native.mk 20 FLAGS += -I. -fno-unwind-tables -fstack-reuse=all -ffunction-sections -fdata-sections -m32
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
frontend.h 200 vZ = _mm_add_ps(vZ, _mm_set1_ps(vpMatrix.m32));
212 simdscalar m32 = _simd_load1_ps(&vpMatrices.m32[0]); local
218 v[i].z = _simd_fmadd_ps(v[i].z, m22, m32);
232 simdscalar m32 = _simd_i32gather_ps(&vpMatrices.m32[0], vViewportIdx, 4); local
238 v[i].z = _simd_fmadd_ps(v[i].z, m22, m32);

Completed in 1325 milliseconds

1 2 3 4 5 6 7 8