Searched refs:SCHM (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrSystem.td | 506 def SCHM : SideEffectInherentS<"schm", 0xB23C, null_frag>;
|
D | SystemZScheduleZ196.td | 1229 def : InstRW<[WLat30, MCD], (instregex "SCHM$")>;
|
D | SystemZScheduleZEC12.td | 1274 def : InstRW<[WLat30, MCD], (instregex "SCHM$")>;
|
D | SystemZScheduleZ13.td | 1543 def : InstRW<[WLat30, MCD], (instregex "SCHM$")>;
|
D | SystemZScheduleZ14.td | 1632 def : InstRW<[WLat30, MCD], (instregex "SCHM$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 694 EVALUATE(SCHM);
|
D | constants-s390.h | 1087 V(schm, SCHM, 0xB23C) /* type = S SET CHANNEL MONITOR */ \
|
D | simulator-s390.cc | 985 EvalTable[SCHM] = &Simulator::Evaluate_SCHM; in EvalTableInit() 5183 EVALUATE(SCHM) { in EVALUATE() argument
|