Home
last modified time | relevance | path

Searched refs:Wtemp2 (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp3662 unsigned Wtemp2 = RegInfo.createVirtualRegister(&Mips::MSA128WRegClass); in emitFPROUND_PSEUDO() local
3664 BuildMI(*BB, MI, DL, TII->get(Mips::INSERT_W), Wtemp2) in emitFPROUND_PSEUDO()
3669 .addReg(Wtemp2) in emitFPROUND_PSEUDO()
3676 unsigned Wtemp2 = RegInfo.createVirtualRegister(&Mips::MSA128WRegClass); in emitFPROUND_PSEUDO() local
3677 BuildMI(*BB, MI, DL, TII->get(Mips::FEXDO_W), Wtemp2) in emitFPROUND_PSEUDO()
3680 WPHI = Wtemp2; in emitFPROUND_PSEUDO()