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

1 2

  /external/clang/test/CodeGenCXX/
key-function-vtable.cpp 9 struct testb { virtual void a() {} }; struct
10 testb *testbvar = new testb;
  /bionic/libc/arch-x86/string/
strcat.S 39 testb %al,%al
43 testb %al,%al
47 testb %al,%al
51 testb %al,%al
55 testb %al,%al
59 testb %al,%al
63 testb %al,%al
69 testb %al,%al
strcmp.S 24 testb %cl,%cl /* null terminator??? */
31 testb %cl,%cl
38 testb %cl,%cl
45 testb %cl,%cl
52 testb %cl,%cl
59 testb %cl,%cl
66 testb %cl,%cl
73 testb %cl,%cl
strncmp.S 29 testb %bl,%bl
39 testb %bl,%bl
49 testb %bl,%bl
59 testb %bl,%bl
69 testb %bl,%bl
79 testb %bl,%bl
89 testb %bl,%bl
99 testb %bl,%bl
  /dalvik/vm/mterp/x86/
OP_SHR_LONG.S 22 testb $$32,%cl
OP_SHL_LONG.S 22 testb $$32,%cl
OP_SHL_LONG_2ADDR.S 19 testb $$32,%cl
OP_SHR_LONG_2ADDR.S 19 testb $$32,%cl
OP_USHR_LONG.S 22 testb $$32,%cl
OP_USHR_LONG_2ADDR.S 19 testb $$32,%cl
  /external/grub/stage1/
stage1.S 119 testb $0x80, %dl
157 testb $STAGE1_BIOS_HD_FLAG, %dl
179 testb %al, %al
242 testb $STAGE1_BIOS_HD_FLAG, %dl
  /external/v8/src/x64/
codegen-x64.cc 158 __ testb(rax, Immediate(5));
181 __ testb(rax, Immediate(5));
200 __ testb(rax, Immediate(0x3f /* Any Exception*/));
487 __ testb(result, Immediate(kIsIndirectStringMask));
492 __ testb(result, Immediate(kSlicedNotConsMask));
523 __ testb(result, Immediate(kStringRepresentationMask));
531 __ testb(result, Immediate(kIsIndirectStringMask));
536 __ testb(result, Immediate(kShortExternalStringTag));
540 __ testb(result, Immediate(kStringEncodingMask));
556 __ testb(result, Immediate(kStringEncodingMask))
    [all...]
code-stubs-x64.cc 442 __ testb(FieldOperand(map, Map::kBitFieldOffset),
    [all...]
assembler-x64.h     [all...]
macro-assembler-x64.cc 309 testb(dst, Immediate((1 << kPointerSizeLog2) - 1));
968 testb(dst, Immediate(0x01));
    [all...]
  /external/zlib/src/contrib/inflate86/
inffast.S 476 testb %al, %al
504 testb $16, %al
584 testb $16, %al /* if ((op & 16) == 0) */
674 testb $64, %al
692 testb $64, %al
936 testb %al, %al
948 testb $16, %al
988 testb $16, %al /* if ((op & 16) == 0) */
    [all...]
  /external/chromium_org/v8/src/x64/
codegen-x64.cc 189 __ testb(rax, Immediate(5));
212 __ testb(rax, Immediate(5));
231 __ testb(rax, Immediate(0x3f /* Any Exception*/));
532 __ testb(result, Immediate(kIsIndirectStringMask));
537 __ testb(result, Immediate(kSlicedNotConsMask));
568 __ testb(result, Immediate(kStringRepresentationMask));
576 __ testb(result, Immediate(kIsIndirectStringMask));
581 __ testb(result, Immediate(kShortExternalStringTag));
585 __ testb(result, Immediate(kStringEncodingMask));
601 __ testb(result, Immediate(kStringEncodingMask))
    [all...]
code-stubs-x64.cc     [all...]
macro-assembler-x64.cc 329 testb(dst, Immediate((1 << kPointerSizeLog2) - 1));
    [all...]
  /external/valgrind/main/coregrind/
m_trampoline.S 107 testb %dl, %dl
731 testb %al, %al
748 testb %al, %al
773 testb %al, %al
823 testb %cl, %cl
887 testb %al, %al
901 testb %al, %al
922 testb %al, %al
967 testb %dl, %dl
  /external/e2fsprogs/debugfs/
debug_cmds.ct 86 testb;
  /external/zlib/src/contrib/iostream3/
zfstream.cc 134 bool testb = mode & std::ios_base::binary; local
162 if (testb)
  /external/valgrind/main/none/tests/x86/
insn_basic.def     [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-x64.cc 215 __ testb(Operand(rcx, rbx, times_2, 1000), rdx);
216 __ testb(Operand(rax, -20), Immediate(0x9A));
  /external/v8/test/cctest/
test-disasm-x64.cc 232 __ testb(Operand(rcx, rbx, times_2, 1000), rdx);
233 __ testb(Operand(rax, -20), Immediate(0x9A));

Completed in 233 milliseconds

1 2