Searched refs:testb (Results 1 - 25 of 42) sorted by relevance

12

/external/clang/test/CodeGenCXX/
H A Dkey-function-vtable.cpp9 struct testb { virtual void a() {} }; struct
10 testb *testbvar = new testb;
/external/clang/test/Sema/
H A Dinline-asm-validate-tmpl.cpp15 template <int N> void testb(int value) function
/external/syslinux/mbr/
H A Dadjust.h42 testb $0x04, %al
H A Dgptmbr.S170 testb $0x04,48(%di)
H A Disohdpfx.S112 testb $0x7f, (%si) /* Invalid active flag field? */
H A Dmbr.S202 testb $0x80, (%bx)
/external/syslinux/memdisk/
H A Dmemcpy.S70 testb $2,%al
75 testb $1,%al
H A Dmemset.S71 testb $2,%bl
76 testb $1,%bl
H A Dmemmove.S75 testb $2,%al
80 testb $1,%al
120 testb $2,%al
127 testb $1,%al
/external/syslinux/com32/lib/
H A Dmemmove.S81 testb $2,%al
86 testb $1,%al
136 testb $2,%al
143 testb $1,%al
H A Dmemcpy.S74 testb $2,%al
79 testb $1,%al
H A Dmempcpy.S73 testb $2,%al
78 testb $1,%al
H A Dmemset.S75 testb $2,%bl
80 testb $1,%bl
/external/v8/src/x64/
H A Dcodegen-x64.cc80 __ testb(result, Immediate(kIsIndirectStringMask));
120 __ testb(result, Immediate(kStringRepresentationMask));
128 __ testb(result, Immediate(kIsIndirectStringMask));
133 __ testb(result, Immediate(kShortExternalStringTag));
137 __ testb(result, Immediate(kStringEncodingMask));
153 __ testb(result, Immediate(kStringEncodingMask));
H A Dcode-stubs-x64.cc276 __ testb(rax, Immediate(0x5F)); // Check for all but precision exception.
588 __ testb(rcx, rcx); // Last use of rcx as encoding of subject string.
736 __ testb(rbx, Immediate(kIsIndirectStringMask));
745 __ testb(rbx, Immediate(kStringEncodingMask));
760 __ testb(rbx, Immediate(kIsNotStringMask | kShortExternalStringMask));
812 __ testb(scratch, Immediate(kIsNotStringMask | kIsNotInternalizedMask));
1028 __ testb(rcx, Immediate(kSmiTagMask));
1033 __ testb(FieldOperand(rbx, Map::kBitFieldOffset),
1036 __ testb(FieldOperand(rcx, Map::kBitFieldOffset),
1050 __ testb(FieldOperan
[all...]
H A Dmacro-assembler-x64.cc289 testb(dst, Immediate((1 << kPointerSizeLog2) - 1));
1204 testb(dst, Immediate(0x01));
1410 testb(src, Immediate(kSmiTagMask));
1417 testb(src, Immediate(kSmiTagMask));
1427 testb(kScratchRegister, Immediate(3));
1439 testb(kScratchRegister, Immediate(0x03));
1444 testb(kScratchRegister, Immediate(kSmiTagMask));
1477 testb(scratch, Immediate(kSmiTagMask));
2602 masm->testb(operand_or_register,
3222 testb(FieldOperan
[all...]
/external/syslinux/gpxe/src/arch/i386/prefix/
H A Dbootpart.S74 testb %al, %al
128 testb $0x80, %es:(%bx)
H A Dromprefix.S228 testb %ah, %ah
642 testb $1, %cl /* I/O bit? */
727 testb $PCI_ROM_ADDRESS_ENABLE, %cl
825 testb %dl, %dl /* Was ROM already mapped? */
836 testb %dh, %dh
/external/zlib/src/contrib/inflate86/
H A Dinffast.S476 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) */
1051 testb $64, %al
1064 testb
[all...]
/external/valgrind/coregrind/
H A Dm_trampoline.S107 testb %dl, %dl
237 testb %al, %al
904 testb %al, %al
921 testb %al, %al
946 testb %al, %al
996 testb %cl, %cl
1060 testb %al, %al
1074 testb %al, %al
1095 testb %al, %al
1140 testb
[all...]
/external/e2fsprogs/debugfs/
H A Ddebug_cmds.ct98 testb;
/external/zlib/src/contrib/iostream3/
H A Dzfstream.cc134 bool testb = mode & std::ios_base::binary; local
162 if (testb)
/external/valgrind/none/tests/x86/
H A Dinsn_basic.def970 testb imm8[0x1a] al.ub[0x1a] => eflags[0x8c5,0x000]
971 testb imm8[0x5a] al.ub[0x5a] => eflags[0x8c5,0x004]
972 testb imm8[0x1a] al.ub[0xa1] => eflags[0x8c5,0x044]
973 testb imm8[0xa1] al.ub[0xa1] => eflags[0x8c5,0x080]
974 testb imm8[0xa5] al.ub[0xa5] => eflags[0x8c5,0x084]
975 testb imm8[0x1a] bl.ub[0x1a] => eflags[0x8c5,0x000]
976 testb imm8[0x5a] bl.ub[0x5a] => eflags[0x8c5,0x004]
977 testb imm8[0x1a] bl.ub[0xa1] => eflags[0x8c5,0x044]
978 testb imm8[0xa1] bl.ub[0xa1] => eflags[0x8c5,0x080]
979 testb imm
[all...]
/external/llvm/test/MC/X86/
H A Dx86-16.s33 // CHECK: testb %bl, %cl # encoding: [0x84,0xd9]
34 testb %bl, %cl
H A Dx86-32.s82 // CHECK: testb %bl, %cl # encoding: [0x84,0xd9]
83 testb %bl, %cl

Completed in 410 milliseconds

12