Searched refs:GR128 (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 63 if (unsigned GR128 = SystemZMC::GR128Regs[I]) { in SystemZShortenInst() local 64 LowGPRs[GR128] |= 3 << I; in SystemZShortenInst() 65 HighGPRs[GR128] |= 3 << I; in SystemZShortenInst()
|
D | SystemZRegisterInfo.td | 105 defm GR128 : SystemZRegClass<"GR128", untyped, 128, (add R0Q, R2Q, R4Q, 115 // of a GR128.
|
D | SystemZInstrInfo.td | 333 def L128 : Pseudo<(outs GR128:$dst), (ins bdxaddr20only128:$src), 334 [(set GR128:$dst, (load bdxaddr20only128:$src))]>; 370 def ST128 : Pseudo<(outs), (ins GR128:$src, bdxaddr20only128:$dst), 371 [(store GR128:$src, bdxaddr20only128:$dst)]>; 1005 def MLGR : BinaryRRE<"mlg", 0xB986, z_umul_lohi64, GR128, GR64>; 1008 def MLG : BinaryRXY<"mlg", 0xE386, z_umul_lohi64, GR128, load, 8>; 1015 def DSGFR : BinaryRRE<"dsgf", 0xB91D, z_sdivrem32, GR128, GR32>; 1016 def DSGR : BinaryRRE<"dsg", 0xB90D, z_sdivrem64, GR128, GR64>; 1017 def DLR : BinaryRRE<"dl", 0xB997, z_udivrem32, GR128, GR32>; 1018 def DLGR : BinaryRRE<"dlg", 0xB987, z_udivrem64, GR128, GR64>; [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | asm-17.ll | 84 ; Test that both registers in a GR128 pair get hoisted.
|
/external/llvm/test/MC/SystemZ/ |
D | regs-bad.s | 48 # Test GR128 operands
|