Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm-inl.h517 Instr mov_instr = instr_at(pc); in constant_pool_entry_address() local
521 cp_offset = DecodeShiftImm(mov_instr) | DecodeShiftImm(orr_instr_1) | in constant_pool_entry_address()
564 Instr mov_instr = instr_at(pc); in target_address_at() local
569 DecodeShiftImm(mov_instr) | DecodeShiftImm(orr_instr_1) | in target_address_at()
Dmacro-assembler-arm.cc79 Instr mov_instr = cond | MOV | LeaveCC; in CallSize() local
82 mov_operand.instructions_required(this, mov_instr) * kInstrSize; in CallSize()
96 Instr mov_instr = cond | MOV | LeaveCC; in CallSizeNotPredictableCodeSize() local
99 mov_operand.instructions_required(NULL, mov_instr) * kInstrSize; in CallSizeNotPredictableCodeSize()