Searched refs:QADTR (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 178 def QADTR : TernaryRRFb<"qadtr", 0xB3F5, FP64, FP64, FP64>;
|
D | SystemZScheduleZ196.td | 1049 def : InstRW<[WLat8, WLat8, DFU, NormalGr], (instregex "QADTR$")>;
|
D | SystemZScheduleZEC12.td | 1093 def : InstRW<[WLat8, WLat8, DFU, NormalGr], (instregex "QADTR$")>;
|
D | SystemZScheduleZ13.td | 1127 def : InstRW<[WLat8, WLat8, VecDF, NormalGr], (instregex "QADTR$")>;
|
D | SystemZScheduleZ14.td | 1144 def : InstRW<[WLat8, WLat8, VecDF, NormalGr], (instregex "QADTR$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 851 EVALUATE(QADTR);
|
D | constants-s390.h | 328 V(qadtr, QADTR, 0xB3F5) /* type = RRF_B QUANTIZE (long DFP) */ \
|
D | simulator-s390.cc | 1139 EvalTable[QADTR] = &Simulator::Evaluate_QADTR; in EvalTableInit() 6598 EVALUATE(QADTR) { in EVALUATE() argument
|