Searched refs:TestOperandType (Results 1 – 2 of 2) sorted by relevance
32 enum TestOperandType { enum49 TestOperand(TestOperandType type, int imm) in TestOperand()51 TestOperand(TestOperandType type, VReg vreg, int value = kNoValue)54 TestOperandType type_;62 TestOperandType type = kExplicit; in ExplicitReg()67 TestOperandType type = kRegister;75 TestOperandType type = kSlot;
32 InstructionSequenceTest::TestOperandType::kFixedRegister || in AreOperandsOfSameType()33 test_op.type_ == InstructionSequenceTest::TestOperandType::kRegister); in AreOperandsOfSameType()