Searched refs:LDGR (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-move-02.ll | 174 ; ...likewise LDGR, with the requirements the other way around. 236 ; Test cases where the source of an LDGR needs to be spilled.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-move-02.ll | 174 ; ...likewise LDGR, with the requirements the other way around. 236 ; Test cases where the source of an LDGR needs to be spilled.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 933 if (Opcode == SystemZ::LGDR || Opcode == SystemZ::LDGR) { in foldMemoryOperandImpl() 935 bool Op1IsGPR = (Opcode == SystemZ::LDGR); in foldMemoryOperandImpl()
|
D | SystemZInstrFP.td | 77 def LDGR : UnaryRRE<"ldg", 0xB3C1, bitconvert, FP64, GR64>;
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 574 case LDGR: in DecodeSpecial()
|
D | simulator-s390.h | 812 EVALUATE(LDGR);
|
D | constants-s390.h | 1317 V(ldgr, LDGR, 0xB3C1) /* type = RRE LOAD FPR FROM GR (64 to long) */ \
|
D | simulator-s390.cc | 1101 EvalTable[LDGR] = &Simulator::Evaluate_LDGR; in EvalTableInit() 6362 EVALUATE(LDGR) { in EVALUATE() argument 6363 DCHECK_OPCODE(LDGR); in EVALUATE()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1224 if (Opcode == SystemZ::LGDR || Opcode == SystemZ::LDGR) { in foldMemoryOperandImpl() 1226 bool Op1IsGPR = (Opcode == SystemZ::LDGR); in foldMemoryOperandImpl()
|
D | SystemZInstrFP.td | 86 def LDGR : UnaryRRE<"ldgr", 0xB3C1, bitconvert, FP64, GR64>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 599 4201918U, // LDGR
|
D | SystemZGenDisassemblerTables.inc | 528 /* 1884 */ MCD_OPC_Decode, 194, 4, 71, // Opcode: LDGR
|