Home | History | Annotate | Download | only in Mips

Lines Matching refs:K0

305       BuildMI(MBB, I, DL, get(Mips::MFHI), Mips::K0);
306 SrcReg = Mips::K0;
311 BuildMI(MBB, I, DL, get(Mips::MFLO), Mips::K0);
312 SrcReg = Mips::K0;
386 // Load HI/LO through K0. Notably the DestReg is encoded into the
388 unsigned Reg = Mips::K0;