Searched refs:CSOpcode (Results 1 – 1 of 1) sorted by relevance
6470 unsigned CSOpcode = BitSize <= 32 ? SystemZ::CS : SystemZ::CSG; in emitAtomicLoadBinary() local6474 CSOpcode = TII->getOpcodeForOffset(CSOpcode, Disp); in emitAtomicLoadBinary()6475 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadBinary()6543 BuildMI(MBB, DL, TII->get(CSOpcode), Dest) in emitAtomicLoadBinary()6588 unsigned CSOpcode = BitSize <= 32 ? SystemZ::CS : SystemZ::CSG; in emitAtomicLoadMinMax() local6592 CSOpcode = TII->getOpcodeForOffset(CSOpcode, Disp); in emitAtomicLoadMinMax()6593 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadMinMax()6661 BuildMI(MBB, DL, TII->get(CSOpcode), Dest) in emitAtomicLoadMinMax()6701 unsigned CSOpcode = TII->getOpcodeForOffset(SystemZ::CS, Disp); in emitAtomicCmpSwapW() local6702 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicCmpSwapW()[all …]