Home | History | Annotate | Download | only in x64

Lines Matching refs:testb

1741 void Assembler::testb(Register dst, Register src) {
1758 void Assembler::testb(Register reg, Immediate mask) {
1776 void Assembler::testb(const Operand& op, Immediate mask) {
1786 void Assembler::testb(const Operand& op, Register reg) {
1814 // testl with a mask that fits in the low byte is exactly testb.
1816 testb(reg, mask);
1834 // testl with a mask that fits in the low byte is exactly testb.
1836 testb(op, mask);