Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrDFP.td125 def EEDTR : UnaryRRE<"eedtr", 0xB3E5, null_frag, FP64, FP64>;
DSystemZScheduleZ196.td1021 def : InstRW<[WLat7, FXU, DFU, GroupAlone], (instregex "EEDTR$")>;
DSystemZScheduleZEC12.td1065 def : InstRW<[WLat7, FXU, DFU, GroupAlone], (instregex "EEDTR$")>;
DSystemZScheduleZ13.td1099 def : InstRW<[WLat11, FXb, VecDF, Cracked], (instregex "EEDTR$")>;
DSystemZScheduleZ14.td1116 def : InstRW<[WLat11, FXb, VecDF, Cracked], (instregex "EEDTR$")>;
/external/v8/src/s390/
Dsimulator-s390.h838 EVALUATE(EEDTR);
Dconstants-s390.h1330 V(eedtr, EEDTR, \
Dsimulator-s390.cc1126 EvalTable[EEDTR] = &Simulator::Evaluate_EEDTR; in EvalTableInit()
6520 EVALUATE(EEDTR) { in EVALUATE() argument