Home
last modified time | relevance | path

Searched refs:MXDBR (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td403 def MXDBR : BinaryRRE<"mxdb", 0xB307, null_frag, FP128, FP64>;
405 (MXDBR (INSERT_SUBREG (f128 (IMPLICIT_DEF)),
/external/llvm/test/CodeGen/SystemZ/
Dfp-mul-04.ll107 ; Check that multiplications of spilled values can use MXDB rather than MXDBR.
/external/v8/src/s390/
Dconstants-s390.h681 MXDBR = 0xB307, // Multiply (long to extended BFP) enumerator
Dsimulator-s390.h783 EVALUATE(MXDBR);
Dsimulator-s390.cc1004 EvalTable[MXDBR] = &Simulator::Evaluate_MXDBR; in EvalTableInit()
8576 EVALUATE(MXDBR) { in EVALUATE() argument