Home
last modified time | relevance | path

Searched refs:STCM (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DREADME.txt66 We don't use ICM or STCM.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DREADME.txt66 We don't use ICM, STCM, or CLM.
DSystemZScheduleZ196.td238 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STCM(H|Y)?$")>;
DSystemZScheduleZEC12.td249 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STCM(H|Y)?$")>;
DSystemZScheduleZ13.td271 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STCM(H|Y)?$")>;
DSystemZScheduleZ14.td272 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STCM(H|Y)?$")>;
DSystemZInstrInfo.td733 defm STCM : StoreBinaryRSPair<"stcm", 0xBE, 0xEB2D, GR32, 0>;
/external/v8/src/s390/
Dsimulator-s390.h560 EVALUATE(STCM);
Dconstants-s390.h1052 V(stcm, STCM, 0xBE) /* type = RS_B STORE CHARACTERS UNDER MASK (low) */ \
Dsimulator-s390.cc851 EvalTable[STCM] = &Simulator::Evaluate_STCM; in EvalTableInit()
4176 EVALUATE(STCM) { in EVALUATE() argument