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

/external/v8/src/x64/
H A Dassembler-x64.cc1899 void Assembler::testl(Register dst, Register src) { function in class:v8::internal::Assembler
1908 void Assembler::testl(Register reg, Immediate mask) { function in class:v8::internal::Assembler
1909 // testl with a mask that fits in the low byte is exactly testb.
1928 void Assembler::testl(const Operand& op, Immediate mask) { function in class:v8::internal::Assembler
1929 // testl with a mask that fits in the low byte is exactly testb.

Completed in 14 milliseconds