Searched refs:ADBR (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 200 Changed |= shortenOn001AddCC(MI, SystemZ::ADBR); in processBlock()
|
D | SystemZInstrFP.td | 363 def ADBR : BinaryRRE<"adb", 0xB31A, fadd, FP64, FP64>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-add-02.ll | 76 ; Check that additions of spilled values can use ADB rather than ADBR.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-add-02.ll | 76 ; Check that additions of spilled values can use ADB rather than ADBR.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 200 Changed |= shortenOn001AddCC(MI, SystemZ::ADBR); in processBlock()
|
D | SystemZInstrFP.td | 419 def ADBR : BinaryRRE<"adbr", 0xB31A, fadd, FP64, FP64>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 43 1055559U, // ADBR 1565 // A, ADB, ADBR, AEB, AEBR, AFI, AG, AGF, AGFI, AGFR, AGHI, AGHIK, AGR, A... 1639 // A, ADB, ADBR, AEB, AEBR, AFI, AG, AGF, AGFI, AGFR, AGHI, AGHIK, AGR, A... 1707 // ADBR, AEBR, AGFR, AGR, ALCGR, ALCR, ALGFR, ALGR, ALR, AR, AXBR, AsmELO... 1816 // ADBR, AEBR, AGFR, AGR, ALCGR, ALCR, ALGFR, ALGR, ALR, AR, AXBR, AsmELO...
|
D | SystemZGenDisassemblerTables.inc | 363 /* 1118 */ MCD_OPC_Decode, 22, 40, // Opcode: ADBR
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 532 case ADBR: in DecodeSpecial()
|
D | simulator-s390.h | 748 EVALUATE(ADBR);
|
D | constants-s390.h | 1268 V(adbr, ADBR, 0xB31A) /* type = RRE ADD (long BFP) */ \
|
D | simulator-s390.cc | 1037 EvalTable[ADBR] = &Simulator::Evaluate_ADBR; in EvalTableInit() 5616 EVALUATE(ADBR) { in EVALUATE() argument 5617 DCHECK_OPCODE(ADBR); in EVALUATE()
|