Searched refs:EPSW (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrSystem.td | 23 def EPSW : InherentDualRRE<"epsw", 0xB98D, GR32>;
|
D | SystemZScheduleZ196.td | 1088 def : InstRW<[WLat30, WLat30, MCD], (instregex "EPSW$")>;
|
D | SystemZScheduleZEC12.td | 1132 def : InstRW<[WLat30, WLat30, MCD], (instregex "EPSW$")>;
|
D | SystemZScheduleZ13.td | 1403 def : InstRW<[WLat30, WLat30, MCD], (instregex "EPSW$")>;
|
D | SystemZScheduleZ14.td | 1491 def : InstRW<[WLat30, WLat30, MCD], (instregex "EPSW$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 927 EVALUATE(EPSW);
|
D | constants-s390.h | 1421 V(epsw, EPSW, 0xB98D) /* type = RRE EXTRACT PSW */ \
|
D | simulator-s390.cc | 1215 EvalTable[EPSW] = &Simulator::Evaluate_EPSW; in EvalTableInit() 7191 EVALUATE(EPSW) { in EVALUATE() argument
|