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

1 2

  /bionic/libc/arch-x86/string/
strcpy.S 30 testb %al,%al
34 testb %al,%al
38 testb %al,%al
42 testb %al,%al
46 testb %al,%al
50 testb %al,%al
54 testb %al,%al
60 testb %al,%al
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
index.S 22 testb %dl,%dl /* null terminator??? */
  /external/clang/test/CodeGenCXX/
key-function-vtable.cpp 9 struct testb { virtual void a() {} }; struct
10 testb *testbvar = new testb;
  /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/quake/quake/src/QW/client/
r_drawa.s 221 testb $1,%ah
237 testb $0x45,%ah
559 testb %al,%al
597 testb %ah,%ah
652 testb %al,%al
693 testb %ah,%ah
769 testb $1,%ah
794 testb $1,%ah
801 testb $0x45,%ah
823 testb $1,%a
    [all...]
r_edgea.s 510 testb $0x01,%ah
518 testb $0x45,%ah
527 testb $0x01,%ah
699 testb $0x01,%ah
707 testb $0x45,%ah
716 testb $0x01,%ah
r_aliasa.s 139 testb $0x80,%dl
  /external/quake/quake/src/WinQuake/
r_drawa.s 221 testb $1,%ah
237 testb $0x45,%ah
559 testb %al,%al
597 testb %ah,%ah
652 testb %al,%al
693 testb %ah,%ah
769 testb $1,%ah
794 testb $1,%ah
801 testb $0x45,%ah
823 testb $1,%a
    [all...]
r_edgea.s 510 testb $0x01,%ah
518 testb $0x45,%ah
527 testb $0x01,%ah
699 testb $0x01,%ah
707 testb $0x45,%ah
716 testb $0x01,%ah
r_aliasa.s 139 testb $0x80,%dl
  /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...]
  /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/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...]

Completed in 1308 milliseconds

1 2