Home | History | Annotate | Download | only in x64

Lines Matching full:testb

775   void testb(Register reg, const Operand& op) { testb(op, reg); }
858 void testb(Register dst, Register src);
859 void testb(Register reg, Immediate mask);
860 void testb(const Operand& op, Immediate mask);
861 void testb(const Operand& op, Register reg);