Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp3676 Register Wtemp3 = RegInfo.createVirtualRegister(&Mips::MSA128WRegClass); in emitFPROUND_PSEUDO() local
3681 BuildMI(*BB, MI, DL, TII->get(Mips::INSERT_W), Wtemp3) in emitFPROUND_PSEUDO()
3685 WPHI = Wtemp3; in emitFPROUND_PSEUDO()