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

/external/chromium_org/v8/src/arm/
H A Dassembler-arm-inl.h557 Instr mov_instr = instr_at(pc); local
561 cp_offset = DecodeShiftImm(mov_instr) | DecodeShiftImm(orr_instr_1) |
605 Instr mov_instr = instr_at(pc); local
610 DecodeShiftImm(mov_instr) | DecodeShiftImm(orr_instr_1) |
H A Dmacro-assembler-arm.cc79 Instr mov_instr = cond | MOV | LeaveCC; local
82 mov_operand.instructions_required(this, mov_instr) * kInstrSize;
96 Instr mov_instr = cond | MOV | LeaveCC; local
99 mov_operand.instructions_required(NULL, mov_instr) * kInstrSize;

Completed in 122 milliseconds