Home | History | Annotate | Download | only in ia32

Lines Matching refs:test_b

834   void test_b(Register reg, const Operand& op);
836 void test_b(Register reg, uint8_t imm8) { test_b(Operand(reg), imm8); }
837 void test_b(const Operand& op, uint8_t imm8);