Searched defs:shift_op (Results 1 – 3 of 3) sorted by relevance
183 Operand::Operand(Register rm, ShiftOp shift_op, int shift_imm) { in Operand()199 Operand::Operand(Register rm, ShiftOp shift_op, Register rs) { in Operand()225 ShiftOp shift_op, int shift_imm, AddrMode am) { in MemOperand()
437 ShiftOp shift_op() const { return shift_op_; } in shift_op() function
3174 IROp shift_op, add_op; in dis_neon_data_3same() local