Lines Matching refs:alt_opcode
517 ArmOpcode alt_opcode = kThumbBkpt; in OpRegRegImm() local
572 alt_opcode = kThumb2SubRRR; in OpRegRegImm()
575 alt_opcode = kThumb2AddRRR; in OpRegRegImm()
580 alt_opcode = kThumb2RsubRRR; in OpRegRegImm()
584 alt_opcode = kThumb2AdcRRR; in OpRegRegImm()
588 alt_opcode = kThumb2SbcRRR; in OpRegRegImm()
592 alt_opcode = kThumb2OrrRRR; in OpRegRegImm()
608 alt_opcode = kThumb2AndRRR; in OpRegRegImm()
612 alt_opcode = kThumb2EorRRR; in OpRegRegImm()
617 alt_opcode = kThumb2MulRRR; in OpRegRegImm()
646 if (EncodingMap[alt_opcode].flags & IS_QUAD_OP) in OpRegRegImm()
647 res = NewLIR4(alt_opcode, r_dest.GetReg(), r_src1.GetReg(), r_scratch.GetReg(), 0); in OpRegRegImm()
649 res = NewLIR3(alt_opcode, r_dest.GetReg(), r_src1.GetReg(), r_scratch.GetReg()); in OpRegRegImm()