Searched refs:CSOpcode (Results 1 – 1 of 1) sorted by relevance
7375 unsigned CSOpcode = BitSize <= 32 ? SystemZ::CS : SystemZ::CSG; in emitAtomicLoadBinary() local7379 CSOpcode = TII->getOpcodeForOffset(CSOpcode, Disp); in emitAtomicLoadBinary()7380 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadBinary()7448 BuildMI(MBB, DL, TII->get(CSOpcode), Dest) in emitAtomicLoadBinary()7493 unsigned CSOpcode = BitSize <= 32 ? SystemZ::CS : SystemZ::CSG; in emitAtomicLoadMinMax() local7497 CSOpcode = TII->getOpcodeForOffset(CSOpcode, Disp); in emitAtomicLoadMinMax()7498 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadMinMax()7566 BuildMI(MBB, DL, TII->get(CSOpcode), Dest) in emitAtomicLoadMinMax()7605 unsigned CSOpcode = TII->getOpcodeForOffset(SystemZ::CS, Disp); in emitAtomicCmpSwapW() local7607 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicCmpSwapW()[all …]