OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExplicitReg
(Results
1 - 2
of
2
) sorted by null
/external/v8/test/unittests/compiler/
move-optimizer-unittest.cc
116
AddMove(first_instr, Reg(first_reg_index),
ExplicitReg
(second_reg_index));
126
CHECK(Contains(move, Reg(first_reg_index),
ExplicitReg
(second_reg_index)));
instruction-sequence-unittest.h
61
static TestOperand
ExplicitReg
(int index) {
Completed in 1725 milliseconds