Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrDFP.td126 def EEXTR : UnaryRRE<"eextr", 0xB3ED, null_frag, FP128, FP128>;
DSystemZScheduleZ196.td1022 def : InstRW<[WLat8, FXU, DFU2, GroupAlone], (instregex "EEXTR$")>;
DSystemZScheduleZEC12.td1066 def : InstRW<[WLat8, FXU, DFU2, GroupAlone], (instregex "EEXTR$")>;
DSystemZScheduleZ13.td1100 def : InstRW<[WLat11, FXb, VecDF, Cracked], (instregex "EEXTR$")>;
DSystemZScheduleZ14.td1117 def : InstRW<[WLat11, FXb, VecDF, Cracked], (instregex "EEXTR$")>;
/external/v8/src/s390/
Dsimulator-s390.h845 EVALUATE(EEXTR);
Dconstants-s390.h1339 V(eextr, EEXTR, \
Dsimulator-s390.cc1133 EvalTable[EEXTR] = &Simulator::Evaluate_EEXTR; in EvalTableInit()
6562 EVALUATE(EEXTR) { in EVALUATE() argument