Home
last modified time | relevance | path

Searched refs:EPSW (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrSystem.td23 def EPSW : InherentDualRRE<"epsw", 0xB98D, GR32>;
DSystemZScheduleZ196.td1088 def : InstRW<[WLat30, WLat30, MCD], (instregex "EPSW$")>;
DSystemZScheduleZEC12.td1132 def : InstRW<[WLat30, WLat30, MCD], (instregex "EPSW$")>;
DSystemZScheduleZ13.td1403 def : InstRW<[WLat30, WLat30, MCD], (instregex "EPSW$")>;
DSystemZScheduleZ14.td1491 def : InstRW<[WLat30, WLat30, MCD], (instregex "EPSW$")>;
/external/v8/src/s390/
Dsimulator-s390.h927 EVALUATE(EPSW);
Dconstants-s390.h1421 V(epsw, EPSW, 0xB98D) /* type = RRE EXTRACT PSW */ \
Dsimulator-s390.cc1215 EvalTable[EPSW] = &Simulator::Evaluate_EPSW; in EvalTableInit()
7191 EVALUATE(EPSW) { in EVALUATE() argument