Searched refs:sub_lo (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRInstPrinter.cpp | 94 unsigned RegLoNum = MRI.getSubReg(RegNum, AVR::sub_lo); in getPrettyRegisterName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsSEInstrInfo.cpp | 733 Register DstLo = getRegisterInfo().getSubReg(DstReg, Mips::sub_lo); in expandPseudoMTLoHi() 758 TmpReg = getRegisterInfo().getSubReg(DstReg, Mips::sub_lo); in expandCvtFPInt() 761 DstReg = getRegisterInfo().getSubReg(DstReg, Mips::sub_lo); in expandCvtFPInt() 777 unsigned SubIdx = N ? Mips::sub_hi : Mips::sub_lo; in expandExtractElementF64() 842 BuildMI(MBB, I, dl, Mtc1Tdd, TRI.getSubReg(DstReg, Mips::sub_lo))
|
H A D | MipsSEFrameLowering.cpp | 210 Register Lo = RegInfo.getSubReg(Dst, Mips::sub_lo); in expandLoadACC() 268 Register DstLo = RegInfo.getSubReg(Dst, Mips::sub_lo); in expandCopyACC() 464 MRI->getDwarfRegNum(RegInfo.getSubReg(Reg, Mips::sub_lo), true); in emitPrologue()
|
H A D | MipsSEISelLowering.cpp | 3189 BuildMI(*BB, MI, DL, TII->get(Mips::COPY), Fd).addReg(Wt, 0, Mips::sub_lo); in emitCOPY_FW() 3196 BuildMI(*BB, MI, DL, TII->get(Mips::COPY), Fd).addReg(Wt, 0, Mips::sub_lo); in emitCOPY_FW() 3242 // subreg_to_reg $wt:sub_lo, $fs 3261 .addImm(Mips::sub_lo); in emitINSERT_FW() 3380 .addImm(EltSizeInBytes == 8 ? Mips::sub_64 : Mips::sub_lo); in emitINSERT_DF_VIDX() 3459 .addImm(Mips::sub_lo); in emitFILL_FW()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
H A D | AVRAsmPrinter.cpp | 122 : AVR::sub_lo); in PrintAsmOperand()
|
H A D | AVRRegisterInfo.cpp | 272 LoReg = getSubReg(Reg, AVR::sub_lo); in splitReg()
|
H A D | AVRFrameLowering.cpp | 337 .addReg(TRI.getSubReg(SrcReg, AVR::sub_lo), in fixStackStores()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 76 unsigned toDREG(unsigned Reg, unsigned From = AVR::sub_lo) { in toDREG()
|
Completed in 13 milliseconds