Lines Matching full:testl
2052 void Assembler::testl(Register dst, Register src) {
2066 void Assembler::testl(Register reg, Immediate mask) {
2067 // testl with a mask that fits in the low byte is exactly testb.
2085 void Assembler::testl(const Operand& op, Immediate mask) {
2086 // testl with a mask that fits in the low byte is exactly testb.