Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp3675 Register Wtemp2 = RegInfo.createVirtualRegister(&Mips::MSA128WRegClass); in emitFPROUND_PSEUDO() local
3677 BuildMI(*BB, MI, DL, TII->get(Mips::INSERT_W), Wtemp2) in emitFPROUND_PSEUDO()
3682 .addReg(Wtemp2) in emitFPROUND_PSEUDO()
3689 Register Wtemp2 = RegInfo.createVirtualRegister(&Mips::MSA128WRegClass); in emitFPROUND_PSEUDO() local
3690 BuildMI(*BB, MI, DL, TII->get(Mips::FEXDO_W), Wtemp2) in emitFPROUND_PSEUDO()
3693 WPHI = Wtemp2; in emitFPROUND_PSEUDO()