Searched refs:LOpcode (Results 1 – 1 of 1) sorted by relevance
6469 unsigned LOpcode = BitSize <= 32 ? SystemZ::L : SystemZ::LG; in emitAtomicLoadBinary() local6473 LOpcode = TII->getOpcodeForOffset(LOpcode, Disp); in emitAtomicLoadBinary()6475 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadBinary()6495 BuildMI(MBB, DL, TII->get(LOpcode), OrigVal).add(Base).addImm(Disp).addReg(0); in emitAtomicLoadBinary()6587 unsigned LOpcode = BitSize <= 32 ? SystemZ::L : SystemZ::LG; in emitAtomicLoadMinMax() local6591 LOpcode = TII->getOpcodeForOffset(LOpcode, Disp); in emitAtomicLoadMinMax()6593 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadMinMax()6615 BuildMI(MBB, DL, TII->get(LOpcode), OrigVal).add(Base).addImm(Disp).addReg(0); in emitAtomicLoadMinMax()6700 unsigned LOpcode = TII->getOpcodeForOffset(SystemZ::L, Disp); in emitAtomicCmpSwapW() local6702 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicCmpSwapW()[all …]