Home | History | Annotate | Download | only in x64

Lines Matching refs:testb

1843 void Assembler::testb(Register dst, Register src) {
1855 void Assembler::testb(Register reg, Immediate mask) {
1874 void Assembler::testb(const Operand& op, Immediate mask) {
1885 void Assembler::testb(const Operand& op, Register reg) {
1909 // testl with a mask that fits in the low byte is exactly testb.
1911 testb(reg, mask);
1929 // testl with a mask that fits in the low byte is exactly testb.
1931 testb(op, mask);