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.h483 Instr mov_instr = instr_at(pc); in constant_pool_entry_address() local
487 cp_offset = DecodeShiftImm(mov_instr) | DecodeShiftImm(orr_instr_1) | in constant_pool_entry_address()
530 Instr mov_instr = instr_at(pc); in target_address_at() local
535 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()