Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dfp-mul-01.ll16 ; Check the low end of the MEEB range.
26 ; Check the high end of the aligned MEEB range.
62 ; Check that MEEB allows indices.
75 ; Check that multiplications of spilled values can use MEEB rather than MEEBR.
/external/v8/src/s390/
Dconstants-s390.h636 MEEB = 0xED17, // Multiply (short BFP) enumerator
Dsimulator-s390.h1222 EVALUATE(MEEB);
Dsimulator-s390.cc1443 EvalTable[MEEB] = &Simulator::Evaluate_MEEB; in EvalTableInit()
12414 EVALUATE(MEEB) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td386 def MEEB : BinaryRXE<"meeb", 0xED17, fmul, FP32, load, 4>;