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

1 2 3 4 5

  /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
  /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
  /toolchain/binutils/binutils-2.25/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/strace/
bootstrap 3 for m in m32 mx32; do
  /external/ltrace/testsuite/
run-my-tests.sh 9 echo usage: `basename $0` '-m32|-m64 [<tool> | ""] [<test.exp>]'
12 # The first argument is not optional: it must either be -m32 or -m64. If the
21 if [ x"$1" == x -o x"$1" != x-m32 -a x"$1" != x-m64 ]; then
  /external/opencv3/modules/java/android_test/src/org/opencv/test/android/
UtilsTest.java 32 Mat m32 = new Mat(); local
33 Utils.bitmapToMat(bmp32, m32);
35 assertTrue(m16.rows() == m32.rows() && m16.cols() == m32.cols() && m16.type() == m32.type());
37 double maxDiff = Core.norm(m16, m32, Core.NORM_INF);
64 Mat m32 = new Mat(imgBGR.rows(), imgBGR.cols(), CvType.CV_8UC4); local
85 bmp32.eraseColor(Color.WHITE); m32.setTo(s255);
86 Utils.matToBitmap(imgRGBA, bmp32); Utils.bitmapToMat(bmp32, m32);
87 maxDiff = Core.norm(imgRGBA, m32, Core.NORM_INF)
    [all...]
  /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"
  /ndk/build/tools/
gen-toolchain-wrapper.sh 34 $PROGNAME --cflags="-m32" --cxxflags="-m32" --ldflags="-m32" /tmp/my-toolchain
45 Where the compilers and linkers will add the -m32 flag to the command-line before
  /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...]
  /device/google/contexthub/firmware/misc/platform/linux/
Makefile 20 FLAGS += -I. -fno-unwind-tables -fstack-reuse=all -ffunction-sections -fdata-sections -m32
  /external/curl/lib/
Makefile.m32 6 ## Usage: mingw32-make -f Makefile.m32 CFG=-feature1[-feature2][-feature3][...]
7 ## Example: mingw32-make -f Makefile.m32 CFG=-zlib-ssl-sspi-winidn
82 CFLAGS += -m32
83 LDFLAGS += -m32
330 $(MAKE) -C $(LIBCARES_PATH) -f Makefile.m32
  /external/llvm/test/Object/Inputs/
elfver.S 3 # clang $ARGS -m32 elfver.S -lc -o elf-versioning-test.i386
  /toolchain/binutils/binutils-2.25/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
  /build/core/combo/
HOST_linux-x86.mk 37 $(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS += -msse3 -mfpmath=sse -m32 -Wa,--noexecstack -march=prescott
38 $(combo_2nd_arch_prefix)HOST_GLOBAL_LDFLAGS += -m32 -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now -Wl,--no-undefined-version
TARGET_linux-x86.mk 67 $(shell $($(combo_2nd_arch_prefix)TARGET_CC) -m32 -print-file-name=libgcc.a)
69 $(shell $($(combo_2nd_arch_prefix)TARGET_CC) -m32 -print-file-name=libatomic.a)
71 $(shell $($(combo_2nd_arch_prefix)TARGET_CC) -m32 -print-file-name=libgcov.a)
98 -m32 \
123 $(combo_2nd_arch_prefix)TARGET_GLOBAL_LDFLAGS += -m32
HOST_CROSS_windows-x86.mk 23 $(combo_var_prefix)GLOBAL_CFLAGS += -m32
24 $(combo_var_prefix)GLOBAL_LDFLAGS += -m32
HOST_darwin-x86.mk 20 $(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS += -m32
21 $(combo_2nd_arch_prefix)HOST_GLOBAL_LDFLAGS += -m32
  /external/lz4/examples/
Makefile 43 ifeq ($(LZ4_TRAVIS_CI_ENV),-m32)
44 CFLAGS += -m32
  /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...]

Completed in 2152 milliseconds

1 2 3 4 5