Searched refs:LO16Opc (Results 1 – 1 of 1) sorted by relevance
1115 unsigned LO16Opc = 0; in ExpandMOV32BitImm() local1119 LO16Opc = ARM::t2MOVi16; in ExpandMOV32BitImm()1122 LO16Opc = ARM::MOVi16; in ExpandMOV32BitImm()1126 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(LO16Opc), DstReg); in ExpandMOV32BitImm()2752 unsigned LO16Opc = isARM ? ARM::MOVi16_ga_pcrel : ARM::t2MOVi16_ga_pcrel; in ExpandMI() local2759 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(LO16Opc), DstReg) in ExpandMI()