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

/external/zlib/contrib/iostream3/
H A Dzfstream.cc134 bool testb = mode & std::ios_base::binary; local
162 if (testb)
/external/v8/src/x64/
H A Dassembler-x64.cc1843 void Assembler::testb(Register dst, Register src) { function in class:v8::internal::Assembler
1855 void Assembler::testb(Register reg, Immediate mask) { function in class:v8::internal::Assembler
1874 void Assembler::testb(const Operand& op, Immediate mask) { function in class:v8::internal::Assembler
1885 void Assembler::testb(const Operand& op, Register reg) { function in class:v8::internal::Assembler
1909 // testl with a mask that fits in the low byte is exactly testb.
1911 testb(reg, mask);
1929 // testl with a mask that fits in the low byte is exactly testb.
1931 testb(op, mask);

Completed in 54 milliseconds