Searched refs:test_op (Results 1 – 2 of 2) sorted by relevance
29 const InstructionSequenceTest::TestOperand& test_op) { in AreOperandsOfSameType() argument31 (test_op.type_ == in AreOperandsOfSameType()33 test_op.type_ == InstructionSequenceTest::TestOperandType::kRegister); in AreOperandsOfSameType()42 const InstructionSequenceTest::TestOperand& test_op) { in AllocatedOperandMatches() argument43 return AreOperandsOfSameType(op, test_op) && in AllocatedOperandMatches()45 test_op.value_ || in AllocatedOperandMatches()46 test_op.value_ == InstructionSequenceTest::kNoValue); in AllocatedOperandMatches()
17 void test_op(A<int> a, int i) { in test_op() function