Home
last modified time | relevance | path

Searched refs:MDBR (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp220 Changed |= shortenOn001(MI, SystemZ::MDBR); in processBlock()
DSystemZInstrFP.td383 def MDBR : BinaryRRE<"mdb", 0xB31C, fmul, FP64, FP64>;
/external/llvm/test/CodeGen/SystemZ/
Dfp-mul-03.ll77 ; Check that multiplications of spilled values can use MDB rather than MDBR.
/external/v8/src/s390/
Ddisasm-s390.cc1012 case MDBR: in DecodeFourByte()
Dsimulator-s390.h813 EVALUATE(MDBR);
Dconstants-s390.h1304 V(mdbr, MDBR, 0xB31C) /* type = RRE MULTIPLY (long BFP) */ \
Dsimulator-s390.cc1039 EvalTable[MDBR] = &Simulator::Evaluate_MDBR; in EvalTableInit()
4163 case MDBR: in DecodeFourByteFloatingPoint()
4207 } else if (op == MDBR) { in DecodeFourByteFloatingPoint()
8919 EVALUATE(MDBR) { in EVALUATE() argument
8920 DCHECK_OPCODE(MDBR); in EVALUATE()