Searched refs:shift_imm_ (Results 1 - 3 of 3) sorted by path

/external/v8/src/arm/
H A Dassembler-arm-inl.h303 shift_imm_ = 0;
311 shift_imm_ == 0;
H A Dassembler-arm.cc189 shift_imm_ = shift_imm & 31;
194 shift_imm_ = 0;
219 shift_imm_ = 0;
230 shift_imm_ = shift_imm & 31;
871 instr |= x.shift_imm_*B7 | x.shift_op_ | x.rm_.code();
906 // Register offset (shift_imm_ and shift_op_ are 0) or scaled
907 // register offset the constructors make sure than both shift_imm_
910 instr |= B25 | x.shift_imm_*B7 | x.shift_op_ | x.rm_.code();
938 } else if (x.shift_imm_ != 0) {
942 mov(ip, Operand(x.rm_, x.shift_op_, x.shift_imm_), LeaveC
[all...]
H A Dassembler-arm.h443 int shift_imm_; // valid if rm_ != no_reg && rs_ == no_reg member in class:v8::internal::BASE_EMBEDDED
495 int shift_imm_; // valid if rm_ != no_reg && rs_ == no_reg member in class:v8::internal::BASE_EMBEDDED

Completed in 127 milliseconds