Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dint-mul-03.ll17 ; Check MSGF with no displacement.
28 ; Check the high end of the aligned MSGF range.
54 ; Check the high end of the negative aligned MSGF range.
66 ; Check the low end of the MSGF range.
92 ; Check that MSGF allows an index.
106 ; Check that multiplications of spilled values can use MSGF rather than MSGFR.
/external/v8/src/s390/
Dconstants-s390.h657 MSGF = 0xE31C, // Multiply Single (64<-32) enumerator
Dsimulator-s390.h1045 EVALUATE(MSGF);
Dsimulator-s390.cc1266 EvalTable[MSGF] = &Simulator::Evaluate_MSGF; in EvalTableInit()
10908 EVALUATE(MSGF) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1179 def MSGF : BinaryRXY<"msgf", 0xE31C, mul, GR64, asextloadi32, 4>;