Home
last modified time | relevance | path

Searched refs:AEBR (Results 1 – 11 of 11) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dfp-add-01.ll75 ; Check that additions of spilled values can use AEB rather than AEBR.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dfp-add-01.ll77 ; Check that additions of spilled values can use AEB rather than AEBR.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp204 Changed |= shortenOn001AddCC(MI, SystemZ::AEBR); in processBlock()
DSystemZInstrFP.td418 def AEBR : BinaryRRE<"aebr", 0xB30A, fadd, FP32, FP32>;
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc48 1055678U, // AEBR
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.inc318 /* 909 */ MCD_OPC_Decode, 27, 36, // Opcode: AEBR
/external/v8/src/s390/
Ddisasm-s390.cc562 case AEBR: in DecodeSpecial()
Dsimulator-s390.h732 EVALUATE(AEBR);
Dconstants-s390.h1254 V(aebr, AEBR, 0xB30A) /* type = RRE ADD (short BFP) */ \
Dsimulator-s390.cc1021 EvalTable[AEBR] = &Simulator::Evaluate_AEBR; in EvalTableInit()
5458 EVALUATE(AEBR) { in EVALUATE() argument
5459 DCHECK_OPCODE(AEBR); in EVALUATE()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td362 def AEBR : BinaryRRE<"aeb", 0xB30A, fadd, FP32, FP32>;