HomeSort by relevance Sort by last modified time
    Searched refs:mov_operand (Results 1 - 2 of 2) sorted by null

  /external/v8/src/arm/
macro-assembler-arm.cc 80 Operand mov_operand = Operand(reinterpret_cast<intptr_t>(target), rmode); local
82 mov_operand.instructions_required(this, mov_instr) * kInstrSize;
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.cc 103 Operand mov_operand = Operand(reinterpret_cast<intptr_t>(target), rmode); local
104 return (2 + instructions_required_for_mov(ip, mov_operand)) * kInstrSize;
    [all...]

Completed in 178 milliseconds