Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dmove-optimizer-unittest.cc110 int second_reg_index = in TEST_F() local
116 AddMove(first_instr, Reg(first_reg_index), ExplicitReg(second_reg_index)); in TEST_F()
118 AddMove(last_instr, Reg(second_reg_index), Reg(first_reg_index)); in TEST_F()
126 CHECK(Contains(move, Reg(first_reg_index), ExplicitReg(second_reg_index))); in TEST_F()