Searched refs:CFDTR (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 67 def CFDTR : TernaryRRFe<"cfdtr", 0xB941, GR32, FP64>;
|
D | SystemZScheduleZ196.td | 996 def : InstRW<[WLat11, WLat11, FXU, DFU, GroupAlone], (instregex "CFDTR(A)?$")>;
|
D | SystemZScheduleZEC12.td | 1034 def : InstRW<[WLat11, WLat11, FXU, DFU, GroupAlone], (instregex "CFDTR(A)?$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 904 EVALUATE(CFDTR);
|
D | constants-s390.h | 459 V(cfdtr, CFDTR, 0xB941) /* type = RRF_E CONVERT TO FIXED (long DFP to 32) */ \
|
D | simulator-s390.cc | 1192 EvalTable[CFDTR] = &Simulator::Evaluate_CFDTR; in EvalTableInit() 6999 EVALUATE(CFDTR) { in EVALUATE() argument
|