Home
last modified time | relevance | path

Searched defs:offset_operand (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc354 InstructionOperand offset_operand = g.UseRegister(offset); in VisitCheckedLoad() local
409 InstructionOperand offset_operand = g.UseRegister(offset); in VisitCheckedStore() local
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc1336 InstructionOperand offset_operand = g.CanBeImmediate(offset, opcode) in VisitCheckedLoad() local
1380 InstructionOperand offset_operand = g.CanBeImmediate(offset, opcode) in VisitCheckedStore() local
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc393 InstructionOperand offset_operand = g.UseRegister(offset); in VisitCheckedLoad() local
448 InstructionOperand offset_operand = g.UseRegister(offset); in VisitCheckedStore() local
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc653 InstructionOperand offset_operand = g.UseRegister(offset); in VisitCheckedLoad() local
697 InstructionOperand offset_operand = g.UseRegister(offset); in VisitCheckedStore() local
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc1842 InstructionOperand offset_operand = g.CanBeImmediate(offset, opcode) in VisitCheckedLoad() local
1894 InstructionOperand offset_operand = g.CanBeImmediate(offset, opcode) in VisitCheckedStore() local