Searched refs:AEBR (Results 1 – 11 of 11) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-add-01.ll | 75 ; Check that additions of spilled values can use AEB rather than AEBR.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-add-01.ll | 77 ; Check that additions of spilled values can use AEB rather than AEBR.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 204 Changed |= shortenOn001AddCC(MI, SystemZ::AEBR); in processBlock()
|
D | SystemZInstrFP.td | 418 def AEBR : BinaryRRE<"aebr", 0xB30A, fadd, FP32, FP32>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 48 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...
|
D | SystemZGenDisassemblerTables.inc | 318 /* 909 */ MCD_OPC_Decode, 27, 36, // Opcode: AEBR
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 562 case AEBR: in DecodeSpecial()
|
D | simulator-s390.h | 732 EVALUATE(AEBR);
|
D | constants-s390.h | 1254 V(aebr, AEBR, 0xB30A) /* type = RRE ADD (short BFP) */ \
|
D | simulator-s390.cc | 1021 EvalTable[AEBR] = &Simulator::Evaluate_AEBR; in EvalTableInit() 5458 EVALUATE(AEBR) { in EVALUATE() argument 5459 DCHECK_OPCODE(AEBR); in EVALUATE()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 362 def AEBR : BinaryRRE<"aeb", 0xB30A, fadd, FP32, FP32>;
|