Searched refs:shift_op_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc286 shift_op_ = shift_op;
296 shift_op_ = ROR;
306 shift_op_ = shift_op;
322 shift_op_ = LSL;
333 shift_op_ = shift_op;
1194 instr |= x.shift_imm_*B7 | x.shift_op_ | x.rm_.code();
1198 instr |= x.rs_.code()*B8 | x.shift_op_ | B4 | x.rm_.code();
1229 // Register offset (shift_imm_ and shift_op_ are 0) or scaled
1231 // and shift_op_ are initialized.
1233 instr |= B25 | x.shift_imm_*B7 | x.shift_op_ |
[all...]
H A Dassembler-arm-inl.h393 shift_op_ = LSL;
401 shift_op_ == LSL &&
H A Dassembler-arm.h542 ShiftOp shift_op() const { return shift_op_; }
547 ShiftOp shift_op_; member in class:v8::internal::BASE_EMBEDDED
605 ShiftOp shift_op_; member in class:v8::internal::BASE_EMBEDDED

Completed in 1201 milliseconds