reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
93 Opc = Mips::MOVE16_MM; 95 Opc = Mips::OR, ZeroReg = Mips::ZERO; 97 Opc = Mips::CFC1; 99 Opc = Mips::MFC1; 101 Opc = isMicroMips ? Mips::MFHI16_MM : Mips::MFHI; 104 Opc = isMicroMips ? Mips::MFLO16_MM : Mips::MFLO; 107 Opc = Mips::MFHI_DSP; 109 Opc = Mips::MFLO_DSP; 116 Opc = Mips::CFCMSA; 120 Opc = Mips::CTC1; 122 Opc = Mips::MTC1; 124 Opc = Mips::MTHI, DestReg = 0; 126 Opc = Mips::MTLO, DestReg = 0; 128 Opc = Mips::MTHI_DSP; 130 Opc = Mips::MTLO_DSP; 144 Opc = Mips::FMOV_S; 146 Opc = Mips::FMOV_D32; 148 Opc = Mips::FMOV_D64; 151 Opc = Mips::OR64, ZeroReg = Mips::ZERO_64; 153 Opc = Mips::MFHI64, SrcReg = 0; 155 Opc = Mips::MFLO64, SrcReg = 0; 157 Opc = Mips::DMFC1; 161 Opc = Mips::MTHI64, DestReg = 0; 163 Opc = Mips::MTLO64, DestReg = 0; 165 Opc = Mips::DMTC1; 169 Opc = Mips::MOVE_V; 172 assert(Opc && "Cannot copy registers"); 174 MachineInstrBuilder MIB = BuildMI(MBB, I, DL, get(Opc));