Home
last modified time | relevance | path

Searched refs:CFDTR (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrDFP.td67 def CFDTR : TernaryRRFe<"cfdtr", 0xB941, GR32, FP64>;
DSystemZScheduleZ196.td996 def : InstRW<[WLat11, WLat11, FXU, DFU, GroupAlone], (instregex "CFDTR(A)?$")>;
DSystemZScheduleZEC12.td1034 def : InstRW<[WLat11, WLat11, FXU, DFU, GroupAlone], (instregex "CFDTR(A)?$")>;
/external/v8/src/s390/
Dsimulator-s390.h904 EVALUATE(CFDTR);
Dconstants-s390.h459 V(cfdtr, CFDTR, 0xB941) /* type = RRF_E CONVERT TO FIXED (long DFP to 32) */ \
Dsimulator-s390.cc1192 EvalTable[CFDTR] = &Simulator::Evaluate_CFDTR; in EvalTableInit()
6999 EVALUATE(CFDTR) { in EVALUATE() argument