Searched defs:RegisterOrOperand (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/compiler/x64/
H A Dcode-generator-x64.cc37 struct RegisterOrOperand { struct in namespace:v8::internal::compiler
38 RegisterOrOperand() : operand(no_reg, 0) {} function in struct:v8::internal::compiler::RegisterOrOperand
52 RegisterOrOperand InputRegisterOrOperand(int index) {
60 RegisterOrOperand OutputRegisterOrOperand() {
112 RegisterOrOperand result = ToRegisterOrOperand(op, extra);
117 RegisterOrOperand ToRegisterOrOperand(InstructionOperand* op, int extra = 0) {
118 RegisterOrOperand result;
175 RegisterOrOperand input = i.InputRegisterOrOperand(0); \
182 RegisterOrOperand input = i.InputRegisterOrOperand(1); \
276 RegisterOrOperand inpu
[all...]

Completed in 501 milliseconds