Searched refs:CSOpcode (Results 1 – 1 of 1) sorted by relevance
5012 unsigned CSOpcode = BitSize <= 32 ? SystemZ::CS : SystemZ::CSG; in emitAtomicLoadBinary() local5016 CSOpcode = TII->getOpcodeForOffset(CSOpcode, Disp); in emitAtomicLoadBinary()5017 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadBinary()5086 BuildMI(MBB, DL, TII->get(CSOpcode), Dest) in emitAtomicLoadBinary()5131 unsigned CSOpcode = BitSize <= 32 ? SystemZ::CS : SystemZ::CSG; in emitAtomicLoadMinMax() local5135 CSOpcode = TII->getOpcodeForOffset(CSOpcode, Disp); in emitAtomicLoadMinMax()5136 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadMinMax()5205 BuildMI(MBB, DL, TII->get(CSOpcode), Dest) in emitAtomicLoadMinMax()5241 unsigned CSOpcode = TII->getOpcodeForOffset(SystemZ::CS, Disp); in emitAtomicCmpSwapW() local5242 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicCmpSwapW()[all …]