Searched refs:DDBR (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 204 Changed |= shortenOn001(MI, SystemZ::DDBR); in processBlock()
|
D | SystemZInstrFP.td | 431 def DDBR : BinaryRRE<"ddb", 0xB31D, fdiv, FP64, FP64>;
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-div-02.ll | 77 ; Check that divisions of spilled values can use DDB rather than DDBR.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-div-02.ll | 77 ; Check that divisions of spilled values can use DDB rather than DDBR.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 208 Changed |= shortenOn001(MI, SystemZ::DDBR); in processBlock()
|
D | SystemZInstrFP.td | 489 def DDBR : BinaryRRE<"ddbr", 0xB31D, fdiv, FP64, FP64>;
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 577 case DDBR: in DecodeSpecial()
|
D | simulator-s390.h | 751 EVALUATE(DDBR);
|
D | constants-s390.h | 1271 V(ddbr, DDBR, 0xB31D) /* type = RRE DIVIDE (long BFP) */ \
|
D | simulator-s390.cc | 1040 EvalTable[DDBR] = &Simulator::Evaluate_DDBR; in EvalTableInit() 5648 EVALUATE(DDBR) { in EVALUATE() argument 5649 DCHECK_OPCODE(DDBR); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 529 1055572U, // DDBR
|
D | SystemZGenDisassemblerTables.inc | 372 /* 1159 */ MCD_OPC_Decode, 252, 3, 40, // Opcode: DDBR
|