Searched refs:RRXTR (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 183 def RRXTR : TernaryRRFb<"rrxtr", 0xB3FF, FP128, FP128, FP128>;
|
D | SystemZScheduleZ196.td | 1054 def : InstRW<[WLat30, WLat30, FXU, DFU4, GroupAlone], (instregex "RRXTR$")>;
|
D | SystemZScheduleZEC12.td | 1098 def : InstRW<[WLat30, WLat30, FXU, DFU4, GroupAlone], (instregex "RRXTR$")>;
|
D | SystemZScheduleZ13.td | 1132 def : InstRW<[WLat11, WLat11, FXb, VecDF4, GroupAlone], (instregex "RRXTR$")>;
|
D | SystemZScheduleZ14.td | 1149 def : InstRW<[WLat11, WLat11, FXb, VecDF4, GroupAlone], (instregex "RRXTR$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 860 EVALUATE(RRXTR);
|
D | constants-s390.h | 335 V(rrxtr, RRXTR, 0xB3FF) /* type = RRF_B REROUND (extended DFP) */ \
|
D | simulator-s390.cc | 1148 EvalTable[RRXTR] = &Simulator::Evaluate_RRXTR; in EvalTableInit() 6652 EVALUATE(RRXTR) { in EVALUATE() argument
|