Lines Matching refs:op2
35 const std::string& op2) { in AssembleAndRunPeelingTest() argument
61 res_id + " = " + opcode_str + " %bool " + op1 + " " + op2 + "\n"; in AssembleAndRunPeelingTest()
73 const std::string& res_id, const std::string& op1, const std::string& op2, in RunPeelingTest() argument
76 text_head, text_tail, opcode, res_id, op1, op2); in RunPeelingTest()
91 const std::string& op2, in BuildAndCheckTrace() argument
94 auto stats = RunPeelingTest(text_head, text_tail, opcode, res_id, op1, op2, in BuildAndCheckTrace()
208 const std::string& op2) { in TEST_F() argument
210 RunPeelingTest(text_head, text_tail, opcode, "%22", op1, op2, 2); in TEST_F()
677 const std::string& op2, in TEST_F()
679 BuildAndCheckTrace(text_head, text_tail, opcode, "%22", op1, op2, in TEST_F()
955 SpvOp opcode, const std::string& op1, const std::string& op2, in TEST_F()
957 BuildAndCheckTrace(text_head, text_tail, opcode, "%30", op1, op2, in TEST_F()