Searched refs:MSGF (Results 1 – 13 of 13) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-mul-03.ll | 17 ; 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/ |
D | int-mul-03.ll | 17 ; 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/ |
D | simulator-s390.h | 992 EVALUATE(MSGF);
|
D | constants-s390.h | 849 V(msgf, MSGF, 0xE31C) /* type = RXY_A MULTIPLY SINGLE (64<-32) */ \
|
D | simulator-s390.cc | 1280 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/ |
D | SystemZScheduleZ196.td | 427 def : InstRW<[WLat6, FXU, NormalGr], (instregex "MSGF(I|R)$")>;
|
D | SystemZScheduleZEC12.td | 438 def : InstRW<[WLat6, FXU, NormalGr], (instregex "MSGF(I|R)$")>;
|
D | SystemZScheduleZ13.td | 461 def : InstRW<[WLat6, FXa, NormalGr], (instregex "MSGF(I|R)$")>;
|
D | SystemZScheduleZ14.td | 462 def : InstRW<[WLat5, FXa, NormalGr], (instregex "MSGF(I|R)$")>;
|
D | SystemZInstrInfo.td | 1277 def MSGF : BinaryRXY<"msgf", 0xE31C, mul, GR64, asextloadi32, 4>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 729 5108U, // MSGF
|
D | SystemZGenDisassemblerTables.inc | 1031 /* 770 */ MCD_OPC_Decode, 196, 5, 110, // Opcode: MSGF
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1179 def MSGF : BinaryRXY<"msgf", 0xE31C, mul, GR64, asextloadi32, 4>;
|