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

12 3 4 5

  /external/curl/src/
Makefile.m32 6 ## Usage: mingw32-make -f Makefile.m32 CFG=-feature1[-feature2][-feature3][...]
7 ## Example: mingw32-make -f Makefile.m32 CFG=-zlib-ssl-spi-winidn
97 CFLAGS += -m32
98 LDFLAGS += -m32
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-bmi2.s 7 # Test for op r32, r/m32, imm8
13 # Test for op r32, r32, r/m32
27 # Test for op r32, r/m32, r32
85 # Test for op r32, r/m32, imm8
92 # Test for op r32, r32, r/m32
109 # Test for op r32, r/m32, r32
hlebad.s 51 # Tests for op imm32 regl/m32
71 # Tests for op imm8 regl/m32
137 # Tests for op regl regl/m32
138 # Tests for op regl/m32 regl
170 # Tests for op regl regl/m32
200 # Tests for op regl/m32
270 # Tests for op imm32 regl/m32
290 # Tests for op imm8 regl/m32
356 # Tests for op regl regl/m32
357 # Tests for op regl/m32 reg
    [all...]
hlebad.l 407 [ ]*51[ ]+\# Tests for op imm32 regl/m32
431 [ ]*71[ ]+\# Tests for op imm8 regl/m32
501 [ ]*137[ ]+\# Tests for op regl regl/m32
502 [ ]*138[ ]+\# Tests for op regl/m32 regl
534 [ ]*170[ ]+\# Tests for op regl regl/m32
568 [ ]*200[ ]+\# Tests for op regl/m32
642 [ ]*270[ ]+\# Tests for op imm32 regl/m32
666 [ ]*290[ ]+\# Tests for op imm8 regl/m32
736 [ ]*356[ ]+\# Tests for op regl regl/m32
737 [ ]*357[ ]+\# Tests for op regl/m32 reg
    [all...]
x86-64-hlebad.s 60 # Tests for op imm32 regl/m32
90 # Tests for op imm8 regl/m32
166 # Tests for op regl regl/m32
167 # Tests for op regl/m32 regl
222 # Tests for op regl regl/m32
262 # Tests for op regl/m32
351 # Tests for op imm32 regl/m32
381 # Tests for op imm8 regl/m32
457 # Tests for op regl regl/m32
458 # Tests for op regl/m32 reg
    [all...]
x86-64-hlebad.l 536 [ ]*60[ ]+\# Tests for op imm32 regl/m32
566 [ ]*90[ ]+\# Tests for op imm8 regl/m32
646 [ ]*166[ ]+\# Tests for op regl regl/m32
647 [ ]*167[ ]+\# Tests for op regl/m32 regl
706 [ ]*222[ ]+\# Tests for op regl regl/m32
750 [ ]*262[ ]+\# Tests for op regl/m32
847 [ ]*351[ ]+\# Tests for op imm32 regl/m32
877 [ ]*381[ ]+\# Tests for op imm8 regl/m32
961 [ ]*457[ ]+\# Tests for op regl regl/m32
962 [ ]*458[ ]+\# Tests for op regl/m32 reg
    [all...]
  /external/libhevc/
decoder.x86.mk 1 libhevcd_cflags_x86 += -DX86 -DDISABLE_AVX2 -m32 -msse4.2 -mno-avx -DDEFAULT_ARCH=D_ARCH_X86_SSE42
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_viewport_state.c 67 vp->viewport.m32 = v[MAT_TZ] * depth_scale;
gen6_viewport_state.c 96 sfv->viewport.m32 = v[MAT_TZ] * depth_scale;
brw_sf_state.c 72 sfv->viewport.m32 = v[MAT_TZ] * depth_scale;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
cfi-s390-1.s 1 #; $ as -o test.o -m31 -march=g5 gas-cfi-test.s && gcc -m32 -nostdlib -o test test.o
  /ndk/build/tools/
common-build-host-funcs.sh 307 # $3: optional -m32 or -m64.
326 # $2: optional compiler args (should be empty, -m32 or -m64)
451 _bh_try_host_prefix x86_64-linux-gnu -m32
452 _bh_try_host_prefix x86_64-linux -m32
525 _bh_try_host_prefix x86_64-w64-mingw32 -m32
607 # HOST_BITS, tries to see if it supports -m32 or -m64 to change it.
611 32) TRY_CFLAGS=-m32;;
  /frameworks/compile/slang/
RSCCOptions.td 63 def m32 : Flag<["-"], "m32">, HelpText<"Emit 32-bit code (only for C++, unless eng build)">;
  /hardware/intel/bootstub/
bootstub.mk 15 ANDROID_TOOLCHAIN_FLAGS := -m32 -ffreestanding
  /external/google-tv-pairing-protocol/cpp/
main.scons 62 CCFLAGS = ['-m32'],
63 LINKFLAGS = ['-m32'],
  /external/mesa3d/src/gallium/state_trackers/vega/
matrix.h 92 VGfloat m31, VGfloat m32, VGfloat m33)
96 mat->m[6] = m31; mat->m[7] = m32; mat->m[8] = m33;
143 VGfloat m32 = dst->m[2]*src->m[3] + dst->m[5]*src->m[4] + dst->m[8]*src->m[5]; local
147 dst->m[3] = m12; dst->m[4] = m22; dst->m[5] = m32;
  /cts/hostsidetests/compilation/app/src/android/cts/compilation/
CompilationTargetActivity.java 127 case 32: return m32();
231 public int m32() { return new Random(32).nextInt(); } method in class:CompilationTargetActivity
  /frameworks/native/include/ui/
mat4.h 124 M m30, N m31, O m32, P m33);
196 M m30, N m31, O m32, P m33) {
200 mValue[3] = col_type(m30, m31, m32, m33);
  /external/valgrind/none/tests/amd64/
gen_insn_test.pl 16 m32 => "reg32_t",
354 if ($arg =~ /^([abcd]l|[abcd]x|e[abcd]x|r[abcd]x|r8|r16|r32|r64|mm|xmm|m8|m16|m32|m64|m128)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
450 if ($arg->{type} =~ /^(r8|r16|r32|r64|m8|m16|m32)$/)
insn_mmx.def 14 movd m32.sd[1234] mm.sd[1111,2222] => 1.sd[1234,0]
15 movd mm.sd[1234,2222] m32.sd[1111] => 1.sd[1234]
  /external/valgrind/none/tests/x86/
gen_insn_test.pl 15 m32 => "reg32_t",
331 if ($arg =~ /^([abcd]l|[abcd]x|e[abcd]x|r8|r16|r32|mm|xmm|m8|m16|m32|m64|m128)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
427 if ($arg->{type} =~ /^(r8|r16|r32|m8|m16|m32)$/)
  /external/valgrind/drd/scripts/
download-and-build-splash2.in 88 +CFLAGS := -g3 -m32 -O3 -pthread -D_POSIX_C_SOURCE=200112
  /external/clang/runtime/compiler-rt/
Makefile 139 # to the list of runtime libraries to make "clang -m32" work.
143 ifeq ($(call TryCompile,$(ToolDir)/clang,$(test_source),-m32),0)
  /prebuilts/go/darwin-x86/test/bench/shootout/
timing.sh 15 gccm=-m32;;
  /prebuilts/go/linux-x86/test/bench/shootout/
timing.sh 15 gccm=-m32;;

Completed in 571 milliseconds

12 3 4 5