HomeSort by relevance Sort by last modified time
    Searched refs:testb (Results 1 - 25 of 35) 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/generic/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
  /bionic/libc/arch-x86_64/string/
sse2-memset-slm.S 80 testb $8, %dl
82 testb $4, %dl
84 testb $2, %dl
86 testb $1, %dl
sse2-memmove-slm.S 280 testb $24, %dl
282 testb $4, %dl
288 testb $2, %dl
437 testb $24, %dl
439 testb $4, %dl
445 testb $2, %dl
sse2-memcpy-slm.S 265 testb $24, %dl
267 testb $4, %dl
274 testb $2, %dl
  /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 121 __ testb(rax, Immediate(5));
144 __ testb(rax, Immediate(5));
163 __ testb(rax, Immediate(0x3f /* Any Exception*/));
485 __ testb(result, Immediate(kIsIndirectStringMask));
490 __ testb(result, Immediate(kSlicedNotConsMask));
521 __ testb(result, Immediate(kStringRepresentationMask));
529 __ testb(result, Immediate(kIsIndirectStringMask));
534 __ testb(result, Immediate(kShortExternalStringTag));
538 __ testb(result, Immediate(kStringEncodingMask));
554 __ testb(result, Immediate(kStringEncodingMask))
    [all...]
code-stubs-x64.cc 430 __ testb(rax, Immediate(0x5F)); // Check for all but precision exception.
    [all...]
macro-assembler-x64.cc 316 testb(dst, Immediate((1 << kPointerSizeLog2) - 1));
    [all...]
assembler-x64.h 851 void testb(Register dst, Register src);
852 void testb(Register reg, Immediate mask);
853 void testb(const Operand& op, Immediate mask);
854 void testb(const Operand& op, Register reg);
    [all...]
builtins-x64.cc 837 __ testb(FieldOperand(rbx, SharedFunctionInfo::kStrictModeByteOffset),
843 __ testb(FieldOperand(rbx, SharedFunctionInfo::kNativeByteOffset),
    [all...]
regexp-macro-assembler-x64.cc 600 __ testb(Operand(rbx, current_character(), times_1, 0),
614 __ testb(Operand(rbx, current_character(), times_1, 0),
    [all...]
assembler-x64.cc 1741 void Assembler::testb(Register dst, Register src) { function in class:v8::internal::Assembler
1758 void Assembler::testb(Register reg, Immediate mask) { function in class:v8::internal::Assembler
1776 void Assembler::testb(const Operand& op, Immediate mask) { function in class:v8::internal::Assembler
1786 void Assembler::testb(const Operand& op, Register reg) { function in class:v8::internal::Assembler
    [all...]
  /bionic/libc/arch-x86/silvermont/string/
sse2-memmove-slm.S 292 testb $24, %cl
294 testb $4, %cl
300 testb $2, %cl
455 testb $24, %cl
457 testb $4, %cl
463 testb $2, %cl
sse2-memcpy-slm.S 274 testb $24, %cl
276 testb $4, %cl
283 testb $2, %cl
  /external/e2fsprogs/debugfs/
debug_cmds.ct 95 testb;
  /external/valgrind/main/coregrind/
m_trampoline.S 107 testb %dl, %dl
831 testb %al, %al
848 testb %al, %al
873 testb %al, %al
923 testb %cl, %cl
987 testb %al, %al
1001 testb %al, %al
1022 testb %al, %al
1067 testb %dl, %dl
  /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/llvm/test/MC/X86/
x86-16.s 33 // CHECK: testb %bl, %cl # encoding: [0x84,0xcb]
34 testb %bl, %cl
x86-32.s 82 // CHECK: testb %bl, %cl # encoding: [0x84,0xcb]
83 testb %bl, %cl
  /external/chromium_org/v8/src/ic/x64/
ic-x64.cc 164 __ testb(
247 __ testb(FieldOperand(map, Map::kInstanceTypeOffset),
586 __ testb(FieldOperand(r9, Map::kBitFieldOffset),
    [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-x64.cc 231 __ testb(Operand(rcx, rbx, times_2, 1000), rdx);
232 __ testb(Operand(rax, -20), Immediate(0x9A));

Completed in 518 milliseconds

1 2