Searched refs:MLG (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-mul-08.ll | 85 ; 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/ |
D | constants-s390.h | 644 MLG = 0xE386, // Multiply Logical (128<-64) enumerator
|
D | simulator-s390.h | 1093 EVALUATE(MLG);
|
D | assembler-s390.cc | 2165 rxy_form(MLG, r1, opnd.rx(), opnd.rb(), opnd.offset()); in mlg()
|
D | simulator-s390.cc | 1314 EvalTable[MLG] = &Simulator::Evaluate_MLG; in EvalTableInit() 11397 EVALUATE(MLG) { in EVALUATE() argument
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1186 def MLG : BinaryRXY<"mlg", 0xE386, z_umul_lohi64, GR128, load, 8>;
|