Searched refs:input_op_2 (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | instruction-sequence-unittest.cc | 230 TestOperand input_op_2, in EmitI() argument 232 TestOperand inputs[] = {input_op_0, input_op_1, input_op_2, input_op_3}; in EmitI() 249 TestOperand input_op_2, TestOperand input_op_3) { in EmitOI() argument 250 TestOperand inputs[] = {input_op_0, input_op_1, input_op_2, input_op_3}; in EmitOI() 270 TestOperand input_op_1, TestOperand input_op_2, TestOperand input_op_3) { in EmitOOI() argument 271 TestOperand inputs[] = {input_op_0, input_op_1, input_op_2, input_op_3}; in EmitOOI() 291 TestOperand input_op_2, TestOperand input_op_3) { in EmitCall() argument 292 TestOperand inputs[] = {input_op_0, input_op_1, input_op_2, input_op_3}; in EmitCall()
|
D | instruction-sequence-unittest.h | 157 TestOperand input_op_2 = TestOperand(), 162 TestOperand input_op_2 = TestOperand(), 169 TestOperand input_op_2 = TestOperand(), 174 TestOperand input_op_2 = TestOperand(),
|