Home | History | Annotate | Download | only in x64

Lines Matching defs:testb

2007 void Assembler::testb(Register dst, Register src) {
2024 void Assembler::testb(Register reg, Immediate mask) {
2042 void Assembler::testb(const Operand& op, Immediate mask) {
2052 void Assembler::testb(const Operand& op, Register reg) {
2080 // testl with a mask that fits in the low byte is exactly testb.
2082 testb(reg, mask);
2099 // testl with a mask that fits in the low byte is exactly testb.
2101 testb(op, mask);