Searched refs:LO16Opc (Results 1 – 1 of 1) sorted by relevance
1116 unsigned LO16Opc = 0; in ExpandMOV32BitImm() local1120 LO16Opc = ARM::t2MOVi16; in ExpandMOV32BitImm()1123 LO16Opc = ARM::MOVi16; in ExpandMOV32BitImm()1127 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(LO16Opc), DstReg); in ExpandMOV32BitImm()2710 unsigned LO16Opc = isARM ? ARM::MOVi16_ga_pcrel : ARM::t2MOVi16_ga_pcrel; in ExpandMI() local2717 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(LO16Opc), DstReg) in ExpandMI()