Searched refs:EEXTR (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 126 def EEXTR : UnaryRRE<"eextr", 0xB3ED, null_frag, FP128, FP128>;
|
D | SystemZScheduleZ196.td | 1022 def : InstRW<[WLat8, FXU, DFU2, GroupAlone], (instregex "EEXTR$")>;
|
D | SystemZScheduleZEC12.td | 1066 def : InstRW<[WLat8, FXU, DFU2, GroupAlone], (instregex "EEXTR$")>;
|
D | SystemZScheduleZ13.td | 1100 def : InstRW<[WLat11, FXb, VecDF, Cracked], (instregex "EEXTR$")>;
|
D | SystemZScheduleZ14.td | 1117 def : InstRW<[WLat11, FXb, VecDF, Cracked], (instregex "EEXTR$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 845 EVALUATE(EEXTR);
|
D | constants-s390.h | 1339 V(eextr, EEXTR, \
|
D | simulator-s390.cc | 1133 EvalTable[EEXTR] = &Simulator::Evaluate_EEXTR; in EvalTableInit() 6562 EVALUATE(EEXTR) { in EVALUATE() argument
|