Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dfp-mul-02.ll18 ; Check the low end of the MDEB range.
30 ; Check the high end of the aligned MDEB range.
72 ; Check that MDEB allows indices.
87 ; Check that multiplications of spilled values can use MDEB rather than MDEBR.
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td396 def MDEB : BinaryRXE<"mdeb", 0xED0C, null_frag, FP64, load, 4>;
399 (MDEB (INSERT_SUBREG (f64 (IMPLICIT_DEF)), FP32:$src1, subreg_r32),
/external/v8/src/s390/
Dsimulator-s390.h1223 EVALUATE(MDEB);
Dconstants-s390.h233 V(mdeb, MDEB, 0xED0C) /* type = RXE MULTIPLY (short to long BFP) */ \
Dsimulator-s390.cc1449 EvalTable[MDEB] = &Simulator::Evaluate_MDEB; in EvalTableInit()
12579 EVALUATE(MDEB) { in EVALUATE() argument