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

  /external/chromium_org/v8/src/arm/
assembler-arm-inl.h 557 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) |
macro-assembler-arm.cc 79 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;
    [all...]

Completed in 46 milliseconds