Searched refs:LXDTR (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 40 def LXDTR : BinaryRRFd<"lxdtr", 0xB3DC, FP128, FP64>;
|
D | SystemZScheduleZ196.td | 984 def : InstRW<[WLat6, DFU4, GroupAlone], (instregex "LXDTR$")>;
|
D | SystemZScheduleZEC12.td | 1022 def : InstRW<[WLat6, DFU4, GroupAlone], (instregex "LXDTR$")>;
|
D | SystemZScheduleZ13.td | 1053 def : InstRW<[WLat10, VecDF4, GroupAlone], (instregex "LXDTR$")>;
|
D | SystemZScheduleZ14.td | 1070 def : InstRW<[WLat10, VecDF4, GroupAlone], (instregex "LXDTR$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 830 EVALUATE(LXDTR);
|
D | constants-s390.h | 370 V(lxdtr, LXDTR, \
|
D | simulator-s390.cc | 1118 EvalTable[LXDTR] = &Simulator::Evaluate_LXDTR; in EvalTableInit() 6472 EVALUATE(LXDTR) { in EVALUATE() argument
|