Searched refs:LGDR (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-move-02.ll | 111 ; Test cases where the destination of an LGDR needs to be spilled. 316 ; ...likewise LGDR, with the requirements the other way around.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-move-02.ll | 111 ; Test cases where the destination of an LGDR needs to be spilled. 316 ; ...likewise LGDR, with the requirements the other way around.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 933 if (Opcode == SystemZ::LGDR || Opcode == SystemZ::LDGR) { in foldMemoryOperandImpl() 934 bool Op0IsGPR = (Opcode == SystemZ::LGDR); in foldMemoryOperandImpl()
|
D | SystemZInstrFP.td | 76 def LGDR : UnaryRRE<"lgd", 0xB3CD, bitconvert, GR64, FP64>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1224 if (Opcode == SystemZ::LGDR || Opcode == SystemZ::LDGR) { in foldMemoryOperandImpl() 1225 bool Op0IsGPR = (Opcode == SystemZ::LGDR); in foldMemoryOperandImpl()
|
D | SystemZInstrFP.td | 85 def LGDR : UnaryRRE<"lgdr", 0xB3CD, bitconvert, GR64, FP64>;
|
D | SystemZScheduleZ196.td | 709 def : InstRW<[WLat3, FXU, NormalGr], (instregex "LGDR$")>;
|
D | SystemZScheduleZEC12.td | 747 def : InstRW<[WLat3, FXU, NormalGr], (instregex "LGDR$")>;
|
D | SystemZScheduleZ13.td | 773 def : InstRW<[WLat3, FXb, NormalGr], (instregex "LGDR$")>;
|
D | SystemZScheduleZ14.td | 792 def : InstRW<[WLat3, FXb, NormalGr], (instregex "LGDR$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 816 EVALUATE(LGDR);
|
D | constants-s390.h | 1323 V(lgdr, LGDR, 0xB3CD) /* type = RRE LOAD GR FROM FPR (long to 64) */ \
|
D | simulator-s390.cc | 1105 EvalTable[LGDR] = &Simulator::Evaluate_LGDR; in EvalTableInit() 6391 EVALUATE(LGDR) { in EVALUATE() argument 6392 DCHECK_OPCODE(LGDR); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 615 4201749U, // LGDR
|
D | SystemZGenDisassemblerTables.inc | 531 /* 1899 */ MCD_OPC_Decode, 210, 4, 79, // Opcode: LGDR
|