Searched refs:QAXTR (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 179 def QAXTR : TernaryRRFb<"qaxtr", 0xB3FD, FP128, FP128, FP128>;
|
D | SystemZScheduleZ196.td | 1050 def : InstRW<[WLat10, WLat10, DFU4, GroupAlone], (instregex "QAXTR$")>;
|
D | SystemZScheduleZEC12.td | 1094 def : InstRW<[WLat10, WLat10, DFU4, GroupAlone], (instregex "QAXTR$")>;
|
D | SystemZScheduleZ13.td | 1128 def : InstRW<[WLat10, WLat10, VecDF4, GroupAlone], (instregex "QAXTR$")>;
|
D | SystemZScheduleZ14.td | 1145 def : InstRW<[WLat10, WLat10, VecDF4, GroupAlone], (instregex "QAXTR$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 858 EVALUATE(QAXTR);
|
D | constants-s390.h | 332 V(qaxtr, QAXTR, 0xB3FD) /* type = RRF_B QUANTIZE (extended DFP) */ \
|
D | simulator-s390.cc | 1146 EvalTable[QAXTR] = &Simulator::Evaluate_QAXTR; in EvalTableInit() 6640 EVALUATE(QAXTR) { in EVALUATE() argument
|