Home
last modified time | relevance | path

Searched refs:TestOperandType (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.h32 enum TestOperandType { enum
49 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;
Dregister-allocator-unittest.cc32 InstructionSequenceTest::TestOperandType::kFixedRegister || in AreOperandsOfSameType()
33 test_op.type_ == InstructionSequenceTest::TestOperandType::kRegister); in AreOperandsOfSameType()