Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dmacro-assembler-arm.cc80 Operand mov_operand = Operand(reinterpret_cast<intptr_t>(target), rmode); in CallSize() local
82 mov_operand.instructions_required(this, mov_instr) * kInstrSize; in CallSize()
97 Operand mov_operand = Operand(reinterpret_cast<intptr_t>(target), rmode); in CallSizeNotPredictableCodeSize() local
99 mov_operand.instructions_required(NULL, mov_instr) * kInstrSize; in CallSizeNotPredictableCodeSize()
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc107 Operand mov_operand = Operand(reinterpret_cast<intptr_t>(target), rmode); in CallSize() local
108 return (2 + instructions_required_for_mov(ip, mov_operand)) * kInstrSize; in CallSize()