Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc368 shift_imm_ = shift_imm & 31; in Operand()
378 shift_imm_ = 0; in Operand()
417 : rn_(rn), rm_(rm), shift_op_(LSL), shift_imm_(0), am_(am) {} in MemOperand()
424 shift_imm_(shift_imm & 31), in MemOperand()
1312 *instr |= x.shift_imm_ * B7 | x.shift_op_ | x.rm_.code(); in AddrMode1TryEncodeOperand()
1353 // Register offset (shift_imm_ and shift_op_ are 0) or scaled in AddrMode2()
1354 // register offset the constructors make sure than both shift_imm_ in AddrMode2()
1357 instr |= B25 | x.shift_imm_ * B7 | x.shift_op_ | x.rm_.code(); in AddrMode2()
1393 } else if (x.shift_imm_ != 0) { in AddrMode3()
1400 mov(scratch, Operand(x.rm_, x.shift_op_, x.shift_imm_), LeaveC in AddrMode3()
[all...]
H A Dassembler-arm-inl.h202 Operand::Operand(Register rm) : rm_(rm), shift_op_(LSL), shift_imm_(0) {} in Operand()
H A Dassembler-arm.h124 shift_imm_ == 0; in IsRegister()
176 int shift_imm_; // valid if rm_ != no_reg && rs_ == no_reg member in v8::internal::Operand
239 int shift_imm_; // valid if rm_ != no_reg && rs_ == no_reg member in v8::internal::MemOperand

Completed in 11 milliseconds