Home | History | Annotate | Download | only in x64

Lines Matching defs:testb

1994 void Assembler::testb(Register dst, Register src) {
2011 void Assembler::testb(Register reg, Immediate mask) {
2029 void Assembler::testb(const Operand& op, Immediate mask) {
2039 void Assembler::testb(const Operand& op, Register reg) {
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);