Searched defs:testb (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dkey-function-vtable.cpp9 struct testb { virtual void a() {} }; struct
10 testb *testbvar = new testb;
/external/zlib/src/contrib/iostream3/
H A Dzfstream.cc134 bool testb = mode & std::ios_base::binary; local
162 if (testb)
/external/chromium_org/v8/src/x64/
H A Dassembler-x64.cc1921 void Assembler::testb(Register dst, Register src) { function in class:v8::internal::Assembler
1938 void Assembler::testb(Register reg, Immediate mask) { function in class:v8::internal::Assembler
1956 void Assembler::testb(const Operand& op, Immediate mask) { function in class:v8::internal::Assembler
1966 void Assembler::testb(const Operand& op, Register reg) { function in class:v8::internal::Assembler
1994 // testl with a mask that fits in the low byte is exactly testb.
1996 testb(reg, mask);
2013 // testl with a mask that fits in the low byte is exactly testb.
2015 testb(op, mask);
2058 testb(dst, mask);
/external/v8/src/x64/
H A Dassembler-x64.cc1994 void Assembler::testb(Register dst, Register src) { function in class:v8::internal::Assembler
2011 void Assembler::testb(Register reg, Immediate mask) { function in class:v8::internal::Assembler
2029 void Assembler::testb(const Operand& op, Immediate mask) { function in class:v8::internal::Assembler
2039 void Assembler::testb(const Operand& op, Register reg) { function in class:v8::internal::Assembler
2067 // testl with a mask that fits in the low byte is exactly testb.
2069 testb(reg, mask);
2086 // testl with a mask that fits in the low byte is exactly testb.
2088 testb(op, mask);

Completed in 200 milliseconds