Searched refs:CXZT (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 97 def CXZT : BinaryRSL<"cxzt", 0xEDAB, FP128>;
|
D | SystemZScheduleZEC12.td | 1049 def : InstRW<[WLat11LSU, LSU2, DFU4, GroupAlone], (instregex "CXZT$")>;
|
D | SystemZScheduleZ13.td | 1077 def : InstRW<[WLat16LSU, LSU2, VecDF4, GroupAlone], (instregex "CXZT$")>;
|
D | SystemZScheduleZ14.td | 1094 def : InstRW<[WLat16LSU, LSU2, VecDF4, GroupAlone], (instregex "CXZT$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 1197 EVALUATE(CXZT);
|
D | constants-s390.h | 654 V(cxzt, CXZT, 0xEDAB) /* type = RSL CONVERT FROM ZONED (to extended DFP) */
|
D | simulator-s390.cc | 1484 EvalTable[CXZT] = &Simulator::Evaluate_CXZT; in EvalTableInit() 9734 EVALUATE(CXZT) { in EVALUATE() argument
|