Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-mul-11.ll14 ; Check MSGRKC.
/external/v8/src/s390/
Dsimulator-s390.h873 EVALUATE(MSGRKC);
Dconstants-s390.h266 V(msgrkc, MSGRKC, 0xB9ED) /* type = RRF_A MULTIPLY (64)*/ \
Dsimulator-s390.cc1161 EvalTable[MSGRKC] = &Simulator::Evaluate_MSGRKC; in EvalTableInit()
6748 EVALUATE(MSGRKC) { in EVALUATE() argument
6749 DCHECK_OPCODE(MSGRKC); in EVALUATE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZScheduleZ14.td479 def : InstRW<[WLat8, WLat8, FXa, NormalGr], (instregex "MSGRKC$")>;
DSystemZInstrInfo.td1253 def MSGRKC : BinaryRRFa<"msgrkc", 0xB9ED, mul, GR64, GR64, GR64>;