Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrDFP.td193 def IEXTR : BinaryRRFb<"iextr", 0xB3FE, null_frag, FP128, FP128, FP128>;
DSystemZScheduleZ196.td1062 def : InstRW<[WLat7, FXU, DFU4, GroupAlone], (instregex "IEXTR$")>;
DSystemZScheduleZEC12.td1106 def : InstRW<[WLat7, FXU, DFU4, GroupAlone], (instregex "IEXTR$")>;
DSystemZScheduleZ13.td1140 def : InstRW<[WLat11, FXb, VecDF4, GroupAlone], (instregex "IEXTR$")>;
DSystemZScheduleZ14.td1157 def : InstRW<[WLat11, FXb, VecDF4, GroupAlone], (instregex "IEXTR$")>;
/external/v8/src/s390/
Dsimulator-s390.h859 EVALUATE(IEXTR);
Dconstants-s390.h333 V(iextr, IEXTR, \
Dsimulator-s390.cc1147 EvalTable[IEXTR] = &Simulator::Evaluate_IEXTR; in EvalTableInit()
6646 EVALUATE(IEXTR) { in EVALUATE() argument