Searched refs:STCM (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | README.txt | 66 We don't use ICM or STCM.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | README.txt | 66 We don't use ICM, STCM, or CLM.
|
D | SystemZScheduleZ196.td | 238 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STCM(H|Y)?$")>;
|
D | SystemZScheduleZEC12.td | 249 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STCM(H|Y)?$")>;
|
D | SystemZScheduleZ13.td | 271 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STCM(H|Y)?$")>;
|
D | SystemZScheduleZ14.td | 272 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STCM(H|Y)?$")>;
|
D | SystemZInstrInfo.td | 733 defm STCM : StoreBinaryRSPair<"stcm", 0xBE, 0xEB2D, GR32, 0>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 560 EVALUATE(STCM);
|
D | constants-s390.h | 1052 V(stcm, STCM, 0xBE) /* type = RS_B STORE CHARACTERS UNDER MASK (low) */ \
|
D | simulator-s390.cc | 851 EvalTable[STCM] = &Simulator::Evaluate_STCM; in EvalTableInit() 4176 EVALUATE(STCM) { in EVALUATE() argument
|