Home
last modified time | relevance | path

Searched refs:ADBR (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp200 Changed |= shortenOn001AddCC(MI, SystemZ::ADBR); in processBlock()
DSystemZInstrFP.td363 def ADBR : BinaryRRE<"adb", 0xB31A, fadd, FP64, FP64>;
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dfp-add-02.ll76 ; Check that additions of spilled values can use ADB rather than ADBR.
/external/llvm/test/CodeGen/SystemZ/
Dfp-add-02.ll76 ; Check that additions of spilled values can use ADB rather than ADBR.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp200 Changed |= shortenOn001AddCC(MI, SystemZ::ADBR); in processBlock()
DSystemZInstrFP.td419 def ADBR : BinaryRRE<"adbr", 0xB31A, fadd, FP64, FP64>;
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc43 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...
DSystemZGenDisassemblerTables.inc363 /* 1118 */ MCD_OPC_Decode, 22, 40, // Opcode: ADBR
/external/v8/src/s390/
Ddisasm-s390.cc532 case ADBR: in DecodeSpecial()
Dsimulator-s390.h748 EVALUATE(ADBR);
Dconstants-s390.h1268 V(adbr, ADBR, 0xB31A) /* type = RRE ADD (long BFP) */ \
Dsimulator-s390.cc1037 EvalTable[ADBR] = &Simulator::Evaluate_ADBR; in EvalTableInit()
5616 EVALUATE(ADBR) { in EVALUATE() argument
5617 DCHECK_OPCODE(ADBR); in EVALUATE()