Searched refs:RRDTR (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 182 def RRDTR : TernaryRRFb<"rrdtr", 0xB3F7, FP64, FP64, FP64>;
|
D | SystemZScheduleZ196.td | 1053 def : InstRW<[WLat11, WLat11, FXU, DFU, GroupAlone], (instregex "RRDTR$")>;
|
D | SystemZScheduleZEC12.td | 1097 def : InstRW<[WLat11, WLat11, FXU, DFU, GroupAlone], (instregex "RRDTR$")>;
|
D | SystemZScheduleZ13.td | 1131 def : InstRW<[WLat9, WLat9, FXb, VecDF, Cracked], (instregex "RRDTR$")>;
|
D | SystemZScheduleZ14.td | 1148 def : InstRW<[WLat9, WLat9, FXb, VecDF, Cracked], (instregex "RRDTR$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 853 EVALUATE(RRDTR);
|
D | constants-s390.h | 331 V(rrdtr, RRDTR, 0xB3F7) /* type = RRF_B REROUND (long DFP) */ \
|
D | simulator-s390.cc | 1141 EvalTable[RRDTR] = &Simulator::Evaluate_RRDTR; in EvalTableInit() 6610 EVALUATE(RRDTR) { in EVALUATE() argument
|