Searched refs:FIDTR (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 121 def FIDTR : TernaryRRFe<"fidtr", 0xB3D7, FP64, FP64>;
|
D | SystemZScheduleZ196.td | 1017 def : InstRW<[WLat8, DFU, NormalGr], (instregex "FIDTR$")>;
|
D | SystemZScheduleZEC12.td | 1061 def : InstRW<[WLat8, DFU, NormalGr], (instregex "FIDTR$")>;
|
D | SystemZScheduleZ13.td | 1095 def : InstRW<[WLat8, VecDF, NormalGr], (instregex "FIDTR$")>;
|
D | SystemZScheduleZ14.td | 1112 def : InstRW<[WLat8, VecDF, NormalGr], (instregex "FIDTR$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 825 EVALUATE(FIDTR);
|
D | constants-s390.h | 447 V(fidtr, FIDTR, 0xB3D7) /* type = RRF_E LOAD FP INTEGER (long DFP) */ \
|
D | simulator-s390.cc | 1113 EvalTable[FIDTR] = &Simulator::Evaluate_FIDTR; in EvalTableInit() 6442 EVALUATE(FIDTR) { in EVALUATE() argument
|