Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrDFP.td122 def FIXTR : TernaryRRFe<"fixtr", 0xB3DF, FP128, FP128>;
DSystemZScheduleZ196.td1018 def : InstRW<[WLat10, DFU4, GroupAlone], (instregex "FIXTR$")>;
DSystemZScheduleZEC12.td1062 def : InstRW<[WLat10, DFU4, GroupAlone], (instregex "FIXTR$")>;
DSystemZScheduleZ13.td1096 def : InstRW<[WLat10, VecDF4, GroupAlone], (instregex "FIXTR$")>;
DSystemZScheduleZ14.td1113 def : InstRW<[WLat10, VecDF4, GroupAlone], (instregex "FIXTR$")>;
/external/v8/src/s390/
Dsimulator-s390.h833 EVALUATE(FIXTR);
Dconstants-s390.h450 V(fixtr, FIXTR, 0xB3DF) /* type = RRF_E LOAD FP INTEGER (extended DFP) */ \
Dsimulator-s390.cc1121 EvalTable[FIXTR] = &Simulator::Evaluate_FIXTR; in EvalTableInit()
6490 EVALUATE(FIXTR) { in EVALUATE() argument