Searched refs:LEDTR (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 35 def LEDTR : TernaryRRFe<"ledtr", 0xB3D5, FP32, FP64>;
|
D | SystemZScheduleZ196.td | 979 def : InstRW<[WLat30, DFU, NormalGr], (instregex "LEDTR$")>;
|
D | SystemZScheduleZEC12.td | 1017 def : InstRW<[WLat30, DFU, NormalGr], (instregex "LEDTR$")>;
|
D | SystemZScheduleZ13.td | 1048 def : InstRW<[WLat15, VecDF, NormalGr], (instregex "LEDTR$")>;
|
D | SystemZScheduleZ14.td | 1065 def : InstRW<[WLat15, VecDF, NormalGr], (instregex "LEDTR$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 823 EVALUATE(LEDTR);
|
D | constants-s390.h | 446 V(ledtr, LEDTR, 0xB3D5) /* type = RRF_E LOAD ROUNDED (long to short DFP) */ \
|
D | simulator-s390.cc | 1111 EvalTable[LEDTR] = &Simulator::Evaluate_LEDTR; in EvalTableInit() 6430 EVALUATE(LEDTR) { in EVALUATE() argument
|