Home
last modified time | relevance | path

Searched refs:LO16Opc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1119 unsigned LO16Opc = 0; in ExpandMOV32BitImm() local
1123 LO16Opc = ARM::t2MOVi16; in ExpandMOV32BitImm()
1126 LO16Opc = ARM::MOVi16; in ExpandMOV32BitImm()
1130 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(LO16Opc), DstReg); in ExpandMOV32BitImm()
2694 unsigned LO16Opc = isARM ? ARM::MOVi16_ga_pcrel : ARM::t2MOVi16_ga_pcrel; in ExpandMI() local
2701 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(LO16Opc), DstReg) in ExpandMI()