Lines Matching full:lopcode
1885 unsigned LOpcode = BitSize <= 32 ? SystemZ::L : SystemZ::LG;
1889 LOpcode = TII->getOpcodeForOffset(LOpcode, Disp);
1891 assert(LOpcode && CSOpcode && "Displacement out of range");
1911 BuildMI(MBB, DL, TII->get(LOpcode), OrigVal)
2007 unsigned LOpcode = BitSize <= 32 ? SystemZ::L : SystemZ::LG;
2011 LOpcode = TII->getOpcodeForOffset(LOpcode, Disp);
2013 assert(LOpcode && CSOpcode && "Displacement out of range");
2035 BuildMI(MBB, DL, TII->get(LOpcode), OrigVal)
2116 unsigned LOpcode = TII->getOpcodeForOffset(SystemZ::L, Disp);
2118 assert(LOpcode && CSOpcode && "Displacement out of range");
2141 BuildMI(MBB, DL, TII->get(LOpcode), OrigOldVal)