Home | History | Annotate | Download | only in AsmParser

Lines Matching full:opc

1919     ARM_AM::AddrOpc opc = PostIdxReg.isAdd ? ARM_AM::add : ARM_AM::sub;
1920 unsigned Imm = ARM_AM::getAM2Opc(opc, PostIdxReg.ShiftImm,
5323 static unsigned getRealVSTOpcode(unsigned Opc, unsigned &Spacing) {
5324 switch(Opc) {
5432 static unsigned getRealVLDOpcode(unsigned Opc, unsigned &Spacing) {
5433 switch(Opc) {
6811 unsigned Opc = Amt == 0 ? ARM::MOVr : ARM::MOVsi;
6814 TmpInst.setOpcode(Opc);
6817 if (Opc == ARM::MOVsi)
7241 unsigned Opc = Inst.getOpcode();
7242 const MCInstrDesc &MCID = getInstDesc(Opc);
7268 else if (Opc == ARM::tADDhirr && isThumbOne() &&
7273 else if (Opc == ARM::tMOVr && isThumbOne() && !hasV6Ops() &&