Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrDFP.td99 def CZXT : StoreBinaryRSL<"czxt", 0xEDA9, FP128>;
DSystemZScheduleZEC12.td1051 def : InstRW<[WLat1, FXU, LSU, DFU2, GroupAlone], (instregex "CZXT$")>;
DSystemZScheduleZ13.td1079 def : InstRW<[WLat1, FXb, LSU, VecDF2, GroupAlone], (instregex "CZXT$")>;
DSystemZScheduleZ14.td1096 def : InstRW<[WLat1, FXb, LSU, VecDF2, GroupAlone], (instregex "CZXT$")>;
/external/v8/src/s390/
Dsimulator-s390.h1195 EVALUATE(CZXT);
Dconstants-s390.h652 V(czxt, CZXT, 0xEDA9) /* type = RSL CONVERT TO ZONED (from extended DFP) */ \
Dsimulator-s390.cc1482 EvalTable[CZXT] = &Simulator::Evaluate_CZXT; in EvalTableInit()
9722 EVALUATE(CZXT) { in EVALUATE() argument