Home
last modified time | relevance | path

Searched refs:MLG (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-mul-08.ll85 ; Check MLG with no displacement.
100 ; Check the high end of the aligned MLG range.
132 ; Check the high end of the negative aligned MLG range.
147 ; Check the low end of the MLG range.
179 ; Check that MLG allows an index.
196 ; Check that multiplications of spilled values can use MLG rather than MLGR.
/external/v8/src/s390/
Dconstants-s390.h644 MLG = 0xE386, // Multiply Logical (128<-64) enumerator
Dsimulator-s390.h1093 EVALUATE(MLG);
Dassembler-s390.cc2165 rxy_form(MLG, r1, opnd.rx(), opnd.rb(), opnd.offset()); in mlg()
Dsimulator-s390.cc1314 EvalTable[MLG] = &Simulator::Evaluate_MLG; in EvalTableInit()
11397 EVALUATE(MLG) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1186 def MLG : BinaryRXY<"mlg", 0xE386, z_umul_lohi64, GR128, load, 8>;