Home
last modified time | relevance | path

Searched refs:MSGF (Results 1 – 13 of 13) 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/swiftshader/third_party/llvm-7.0/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/
Dsimulator-s390.h992 EVALUATE(MSGF);
Dconstants-s390.h849 V(msgf, MSGF, 0xE31C) /* type = RXY_A MULTIPLY SINGLE (64<-32) */ \
Dsimulator-s390.cc1280 EvalTable[MSGF] = &Simulator::Evaluate_MSGF; in EvalTableInit()
7842 EVALUATE(MSGF) { in EVALUATE() argument
7843 DCHECK_OPCODE(MSGF); in EVALUATE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZScheduleZ196.td427 def : InstRW<[WLat6, FXU, NormalGr], (instregex "MSGF(I|R)$")>;
DSystemZScheduleZEC12.td438 def : InstRW<[WLat6, FXU, NormalGr], (instregex "MSGF(I|R)$")>;
DSystemZScheduleZ13.td461 def : InstRW<[WLat6, FXa, NormalGr], (instregex "MSGF(I|R)$")>;
DSystemZScheduleZ14.td462 def : InstRW<[WLat5, FXa, NormalGr], (instregex "MSGF(I|R)$")>;
DSystemZInstrInfo.td1277 def MSGF : BinaryRXY<"msgf", 0xE31C, mul, GR64, asextloadi32, 4>;
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc729 5108U, // MSGF
DSystemZGenDisassemblerTables.inc1031 /* 770 */ MCD_OPC_Decode, 196, 5, 110, // Opcode: MSGF
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1179 def MSGF : BinaryRXY<"msgf", 0xE31C, mul, GR64, asextloadi32, 4>;