Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrDFP.td97 def CXZT : BinaryRSL<"cxzt", 0xEDAB, FP128>;
DSystemZScheduleZEC12.td1049 def : InstRW<[WLat11LSU, LSU2, DFU4, GroupAlone], (instregex "CXZT$")>;
DSystemZScheduleZ13.td1077 def : InstRW<[WLat16LSU, LSU2, VecDF4, GroupAlone], (instregex "CXZT$")>;
DSystemZScheduleZ14.td1094 def : InstRW<[WLat16LSU, LSU2, VecDF4, GroupAlone], (instregex "CXZT$")>;
/external/v8/src/s390/
Dsimulator-s390.h1197 EVALUATE(CXZT);
Dconstants-s390.h654 V(cxzt, CXZT, 0xEDAB) /* type = RSL CONVERT FROM ZONED (to extended DFP) */
Dsimulator-s390.cc1484 EvalTable[CXZT] = &Simulator::Evaluate_CXZT; in EvalTableInit()
9734 EVALUATE(CXZT) { in EVALUATE() argument