Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8161 Register In128 = MRI.createVirtualRegister(&SystemZ::GR128BitRegClass); in emitExt128() local
8163 BuildMI(*MBB, MI, DL, TII->get(TargetOpcode::IMPLICIT_DEF), In128); in emitExt128()
8171 .addReg(In128).addReg(Zero64).addImm(SystemZ::subreg_h64); in emitExt128()
8172 In128 = NewIn128; in emitExt128()
8175 .addReg(In128).addReg(Src).addImm(SystemZ::subreg_l64); in emitExt128()