HomeSort by relevance Sort by last modified time
    Searched full:testl (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/llvm/test/CodeGen/X86/
2010-02-23-DAGCombineBug.ll 6 ; CHECK: testl %eax, %eax
peep-test-2.ll 3 ; CHECK: testl
5 ; It's tempting to eliminate the testl instruction here and just use the
test-nofold.ll 15 ; testl $15, %eax # bad: peep obstructed
30 ; testl %ecx, %ecx # bad: unnecessary test
btq.ll 27 ; CHECK: testl $-2147483648
testl-commute.ll 3 ; The loads should fold into the testl instructions, no matter how
12 ; CHECK: testl (%{{.*}}), %{{.*}}
33 ; CHECK: testl (%{{.*}}), %{{.*}}
54 ; CHECK: testl (%{{.*}}), %{{.*}}
atom-bypass-slow-division.ll 6 ; CHECK-NEXT: testl $-256, %edx
19 ; CHECK-NEXT: testl $-256, %edx
32 ; CHECK-NEXT: testl $-256, %edx
xor-icmp.ll 49 ; X64: testl
51 ; X64: testl
2012-01-16-mfence-nosse-flags.ll 18 ; CHECK-NEXT: testl [[REG:%e[a-z]+]], [[REG]]
2012-08-07-CmpISelBug.ll 10 ; CHECK-NOT: testl
use-add-flags.ll 5 ; testl instructions.
  /external/compiler-rt/lib/builtins/i386/
ashrdi3.S 26 testl %eax, %eax // check the sign-bit of the input
55 testl $0x20, %ecx // If count >= 32
ashldi3.S 45 testl $0x20, %ecx // If count >= 32
lshrdi3.S 45 testl $0x20, %ecx // If count >= 32
  /external/valgrind/main/VEX/test/
fpgames.s 27 testl %ebx, %ebx
50 testl %ebx, %ebx
  /art/runtime/arch/x86/
jni_entrypoints_x86.S 34 testl %eax, %eax // check if returned method code is null
  /bionic/libc/arch-x86/bionic/
__bionic_clone.S 28 testl %eax, %eax
sigsetjmp.S 40 testl %eax,%eax
81 testl %eax,%eax
  /external/llvm/test/CodeGen/ARM/
inlineasm-imm-arm.ll 22 define void @testL() {
  /external/valgrind/main/coregrind/
m_cpuid.S 87 testl %esi, %esi
92 testl %esi, %esi
97 testl %esi, %esi
102 testl %esi, %esi
  /external/chromium_org/third_party/skia/tools/skpdiff/
SkPMetric.cpp 297 ImageL3D testL(width, height, maxLevels);
304 lab_to_l(testLAB, testL.getLayer(0));
328 convolve(testL.getLayer(levelIndex - 1), false, &scratchImageL);
329 convolve(&scratchImageL, true, testL.getLayer(levelIndex));
345 testL.getLayer(0)->readPixel(x, y, &lTest);
350 testL.getLayer(maxLevels - 1)->readPixel(x, y, &avgLTest);
362 testL. getLayer(levelIndex + 0)->readPixel(x, y, &testL0);
364 testL. getLayer(levelIndex + 1)->readPixel(x, y, &testL1);
366 testL. getLayer(levelIndex + 2)->readPixel(x, y, &testL2);
  /external/skia/tools/skpdiff/
SkPMetric.cpp 297 ImageL3D testL(width, height, maxLevels);
304 lab_to_l(testLAB, testL.getLayer(0));
328 convolve(testL.getLayer(levelIndex - 1), false, &scratchImageL);
329 convolve(&scratchImageL, true, testL.getLayer(levelIndex));
345 testL.getLayer(0)->readPixel(x, y, &lTest);
350 testL.getLayer(maxLevels - 1)->readPixel(x, y, &avgLTest);
362 testL. getLayer(levelIndex + 0)->readPixel(x, y, &testL0);
364 testL. getLayer(levelIndex + 1)->readPixel(x, y, &testL1);
366 testL. getLayer(levelIndex + 2)->readPixel(x, y, &testL2);
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
read_rgba_span_x86.S 96 testl %edx, %edx
151 testl $1, %edx
196 testl %edx, %edx
214 testl $1, %esi
220 testl $2, %esi
302 testl $2, %edx
324 testl $1, %edx
359 testl %edx, %edx
375 testl $1, %esi
380 testl $2, %es
    [all...]
  /external/mesa3d/src/mesa/x86/
read_rgba_span_x86.S 96 testl %edx, %edx
151 testl $1, %edx
196 testl %edx, %edx
214 testl $1, %esi
220 testl $2, %esi
302 testl $2, %edx
324 testl $1, %edx
359 testl %edx, %edx
375 testl $1, %esi
380 testl $2, %es
    [all...]
  /bionic/libc/arch-x86_64/bionic/
sigsetjmp.S 55 testl %esi,%esi
96 testl %eax,%eax
  /external/llvm/test/CodeGen/Thumb/
inlineasm-imm-thumb.ll 22 define i32 @testL(i32 %x) {

Completed in 883 milliseconds

1 2 3 4 5 6