Home
last modified time | relevance | path

Searched refs:CDZT (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrDFP.td96 def CDZT : BinaryRSL<"cdzt", 0xEDAA, FP64>;
DSystemZScheduleZEC12.td1048 def : InstRW<[WLat4LSU, LSU, DFU2, GroupAlone], (instregex "CDZT$")>;
DSystemZScheduleZ13.td1076 def : InstRW<[WLat8LSU, LSU, VecDF, Cracked], (instregex "CDZT$")>;
DSystemZScheduleZ14.td1093 def : InstRW<[WLat8LSU, LSU, VecDF, Cracked], (instregex "CDZT$")>;
/external/v8/src/s390/
Dsimulator-s390.h1196 EVALUATE(CDZT);
Dconstants-s390.h653 V(cdzt, CDZT, 0xEDAA) /* type = RSL CONVERT FROM ZONED (to long DFP) */ \
Dsimulator-s390.cc1483 EvalTable[CDZT] = &Simulator::Evaluate_CDZT; in EvalTableInit()
9728 EVALUATE(CDZT) { in EVALUATE() argument