Home
last modified time | relevance | path

Searched refs:QAXTR (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrDFP.td179 def QAXTR : TernaryRRFb<"qaxtr", 0xB3FD, FP128, FP128, FP128>;
DSystemZScheduleZ196.td1050 def : InstRW<[WLat10, WLat10, DFU4, GroupAlone], (instregex "QAXTR$")>;
DSystemZScheduleZEC12.td1094 def : InstRW<[WLat10, WLat10, DFU4, GroupAlone], (instregex "QAXTR$")>;
DSystemZScheduleZ13.td1128 def : InstRW<[WLat10, WLat10, VecDF4, GroupAlone], (instregex "QAXTR$")>;
DSystemZScheduleZ14.td1145 def : InstRW<[WLat10, WLat10, VecDF4, GroupAlone], (instregex "QAXTR$")>;
/external/v8/src/s390/
Dsimulator-s390.h858 EVALUATE(QAXTR);
Dconstants-s390.h332 V(qaxtr, QAXTR, 0xB3FD) /* type = RRF_B QUANTIZE (extended DFP) */ \
Dsimulator-s390.cc1146 EvalTable[QAXTR] = &Simulator::Evaluate_QAXTR; in EvalTableInit()
6640 EVALUATE(QAXTR) { in EVALUATE() argument