Searched refs:GPRRegHigh (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstructionSelector.cpp | 604 Register GPRRegHigh = MRI.createVirtualRegister(&Mips::GPR32RegClass); in select() local 607 if (!materialize32BitImm(GPRRegHigh, APImm.getHiBits(32).trunc(32), B)) in select() 614 {I.getOperand(0).getReg()}, {GPRRegLow, GPRRegHigh}); in select()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVInstructionSelector.cpp | 595 Register GPRRegHigh = MRI.createVirtualRegister(&RISCV::GPRRegClass); in select() local 597 if (!materializeImm(GPRRegHigh, Imm.extractBits(32, 32).getSExtValue(), in select() 603 RISCV::BuildPairF64Pseudo, {DstReg}, {GPRRegLow, GPRRegHigh}); in select()
|