HomeSort by relevance Sort by last modified time
    Searched refs:testb (Results 1 - 25 of 36) 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??? */
rindex.S 26 testb %bl,%bl /* null terminator??? */
  /dalvik/vm/mterp/x86/
OP_SHL_LONG.S 22 testb $$32,%cl
OP_SHL_LONG_2ADDR.S 20 testb $$32,%cl
OP_SHR_LONG.S 22 testb $$32,%cl
OP_SHR_LONG_2ADDR.S 20 testb $$32,%cl
OP_USHR_LONG.S 22 testb $$32,%cl
OP_USHR_LONG_2ADDR.S 20 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/zlib/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/e2fsprogs/debugfs/
debug_cmds.ct 83 testb;
  /external/zlib/contrib/iostream3/
zfstream.cc 134 bool testb = mode & std::ios_base::binary; local
162 if (testb)
  /external/v8/src/x64/
ic-x64.cc 274 __ testb(FieldOperand(rdx, Map::kBitFieldOffset),
331 __ testb(FieldOperand(rdx, Map::kInstanceTypeOffset),
444 __ testb(FieldOperand(rdx, Map::kBitFieldOffset),
657 __ testb(FieldOperand(rcx, Map::kBitFieldOffset),
800 __ testb(FieldOperand(rcx, Map::kBitFieldOffset),
    [all...]
assembler-x64.h 916 void testb(Register dst, Register src);
917 void testb(Register reg, Immediate mask);
918 void testb(const Operand& op, Immediate mask);
919 void testb(const Operand& op, Register reg);
    [all...]
  /external/grub/stage2/
asm.S 1093 testb %al, %al
1137 testb %ah, %ah
1140 testb $0x3f, %cl /* 0 sectors means no disk */
1475 testb %ah, %ah
1650 testb %dl, %dl
    [all...]

Completed in 139 milliseconds

1 2