Searched refs:ECTG (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrSystem.td | 365 def ECTG : SideEffectTernarySSF<"ectg", 0xC81, GR64>;
|
D | SystemZScheduleZ196.td | 1194 def : InstRW<[WLat30, WLat30, MCD], (instregex "ECTG$")>;
|
D | SystemZScheduleZEC12.td | 1239 def : InstRW<[WLat30, WLat30, MCD], (instregex "ECTG$")>;
|
D | SystemZScheduleZ13.td | 1508 def : InstRW<[WLat30, WLat30, MCD], (instregex "ECTG$")>;
|
D | SystemZScheduleZ14.td | 1597 def : InstRW<[WLat30, WLat30, MCD], (instregex "ECTG$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 670 EVALUATE(ECTG);
|
D | constants-s390.h | 1021 V(ectg, ECTG, 0xC81) /* type = SSF EXTRACT CPU TIME */ \
|
D | simulator-s390.cc | 961 EvalTable[ECTG] = &Simulator::Evaluate_ECTG; in EvalTableInit() 5029 EVALUATE(ECTG) { in EVALUATE() argument
|