Searched refs:RCHP (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrSystem.td | 502 def RCHP : SideEffectInherentS<"rchp", 0xB23B, null_frag>;
|
D | SystemZScheduleZ196.td | 1228 def : InstRW<[WLat30, MCD], (instregex "RCHP$")>;
|
D | SystemZScheduleZEC12.td | 1273 def : InstRW<[WLat30, MCD], (instregex "RCHP$")>;
|
D | SystemZScheduleZ13.td | 1542 def : InstRW<[WLat30, MCD], (instregex "RCHP$")>;
|
D | SystemZScheduleZ14.td | 1631 def : InstRW<[WLat30, MCD], (instregex "RCHP$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 693 EVALUATE(RCHP);
|
D | constants-s390.h | 1086 V(rchp, RCHP, 0xB23B) /* type = S RESET CHANNEL PATH */ \
|
D | simulator-s390.cc | 984 EvalTable[RCHP] = &Simulator::Evaluate_RCHP; in EvalTableInit() 5177 EVALUATE(RCHP) { in EVALUATE() argument
|