Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp7427 Register In128 = MRI.createVirtualRegister(&SystemZ::GR128BitRegClass); in emitExt128() local
7429 BuildMI(*MBB, MI, DL, TII->get(TargetOpcode::IMPLICIT_DEF), In128); in emitExt128()
7437 .addReg(In128).addReg(Zero64).addImm(SystemZ::subreg_h64); in emitExt128()
7438 In128 = NewIn128; in emitExt128()
7441 .addReg(In128).addReg(Src).addImm(SystemZ::subreg_l64); in emitExt128()