Searched refs:IEXTR (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 193 def IEXTR : BinaryRRFb<"iextr", 0xB3FE, null_frag, FP128, FP128, FP128>;
|
D | SystemZScheduleZ196.td | 1062 def : InstRW<[WLat7, FXU, DFU4, GroupAlone], (instregex "IEXTR$")>;
|
D | SystemZScheduleZEC12.td | 1106 def : InstRW<[WLat7, FXU, DFU4, GroupAlone], (instregex "IEXTR$")>;
|
D | SystemZScheduleZ13.td | 1140 def : InstRW<[WLat11, FXb, VecDF4, GroupAlone], (instregex "IEXTR$")>;
|
D | SystemZScheduleZ14.td | 1157 def : InstRW<[WLat11, FXb, VecDF4, GroupAlone], (instregex "IEXTR$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 859 EVALUATE(IEXTR);
|
D | constants-s390.h | 333 V(iextr, IEXTR, \
|
D | simulator-s390.cc | 1147 EvalTable[IEXTR] = &Simulator::Evaluate_IEXTR; in EvalTableInit() 6646 EVALUATE(IEXTR) { in EVALUATE() argument
|