Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrSystem.td365 def ECTG : SideEffectTernarySSF<"ectg", 0xC81, GR64>;
DSystemZScheduleZ196.td1194 def : InstRW<[WLat30, WLat30, MCD], (instregex "ECTG$")>;
DSystemZScheduleZEC12.td1239 def : InstRW<[WLat30, WLat30, MCD], (instregex "ECTG$")>;
DSystemZScheduleZ13.td1508 def : InstRW<[WLat30, WLat30, MCD], (instregex "ECTG$")>;
DSystemZScheduleZ14.td1597 def : InstRW<[WLat30, WLat30, MCD], (instregex "ECTG$")>;
/external/v8/src/s390/
Dsimulator-s390.h670 EVALUATE(ECTG);
Dconstants-s390.h1021 V(ectg, ECTG, 0xC81) /* type = SSF EXTRACT CPU TIME */ \
Dsimulator-s390.cc961 EvalTable[ECTG] = &Simulator::Evaluate_ECTG; in EvalTableInit()
5029 EVALUATE(ECTG) { in EVALUATE() argument