Home | History | Annotate | Download | only in x64

Lines Matching full:testl

1979 void Assembler::testl(Register dst, Register src) {
1993 void Assembler::testl(Register reg, Immediate mask) {
1994 // testl with a mask that fits in the low byte is exactly testb.
2012 void Assembler::testl(const Operand& op, Immediate mask) {
2013 // testl with a mask that fits in the low byte is exactly testb.
2026 void Assembler::testl(const Operand& op, Register reg) {