Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm.cc395 shift_op_ = shift_op; in Operand()
405 shift_op_ = ROR; in Operand()
415 shift_op_ = shift_op; in Operand()
438 shift_op_ = LSL; in MemOperand()
449 shift_op_ = shift_op; in MemOperand()
1308 instr |= x.shift_imm_*B7 | x.shift_op_ | x.rm_.code(); in addrmod1()
1312 instr |= x.rs_.code()*B8 | x.shift_op_ | B4 | x.rm_.code(); in addrmod1()
1347 instr |= B25 | x.shift_imm_*B7 | x.shift_op_ | x.rm_.code(); in addrmod2()
1379 mov(ip, Operand(x.rm_, x.shift_op_, x.shift_imm_), LeaveCC, in addrmod3()
1790 DCHECK((src.shift_op_ == ASR) || (src.shift_op_ == LSL)); in usat()
[all …]
Dassembler-arm-inl.h320 shift_op_ = LSL; in Operand()
328 shift_op_ == LSL && in is_reg()
Dassembler-arm.h546 ShiftOp shift_op() const { return shift_op_; } in shift_op()
551 ShiftOp shift_op_; variable
609 ShiftOp shift_op_; variable