Searched refs:LTDTR (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 24 def LTDTR : UnaryRRE<"ltdtr", 0xB3D6, null_frag, FP64, FP64>;
|
D | SystemZScheduleZ196.td | 971 def : InstRW<[WLat4, WLat4, DFU, NormalGr], (instregex "LTDTR$")>;
|
D | SystemZScheduleZEC12.td | 1009 def : InstRW<[WLat4, WLat4, DFU, NormalGr], (instregex "LTDTR$")>;
|
D | SystemZScheduleZ13.td | 1040 def : InstRW<[WLat8, WLat8, VecDF, NormalGr], (instregex "LTDTR$")>;
|
D | SystemZScheduleZ14.td | 1057 def : InstRW<[WLat8, WLat8, VecDF, NormalGr], (instregex "LTDTR$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 824 EVALUATE(LTDTR);
|
D | constants-s390.h | 1324 V(ltdtr, LTDTR, 0xB3D6) /* type = RRE LOAD AND TEST (long DFP) */ \
|
D | simulator-s390.cc | 1112 EvalTable[LTDTR] = &Simulator::Evaluate_LTDTR; in EvalTableInit() 6436 EVALUATE(LTDTR) { in EVALUATE() argument
|