Searched refs:ToRegisterOrOperand (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/compiler/x64/
H A Dcode-generator-x64.cc53 return ToRegisterOrOperand(instr_->InputAt(index));
61 return ToRegisterOrOperand(instr_->Output());
112 RegisterOrOperand result = ToRegisterOrOperand(op, extra);
117 RegisterOrOperand ToRegisterOrOperand(InstructionOperand* op, int extra = 0) { function in class:v8::internal::compiler::X64OperandConverter

Completed in 216 milliseconds