Searched refs:LDETR (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 39 def LDETR : BinaryRRFd<"ldetr", 0xB3D4, FP64, FP32>;
|
D | SystemZScheduleZ196.td | 983 def : InstRW<[WLat7, DFU, NormalGr], (instregex "LDETR$")>;
|
D | SystemZScheduleZEC12.td | 1021 def : InstRW<[WLat7, DFU, NormalGr], (instregex "LDETR$")>;
|
D | SystemZScheduleZ13.td | 1052 def : InstRW<[WLat8, VecDF, NormalGr], (instregex "LDETR$")>;
|
D | SystemZScheduleZ14.td | 1069 def : InstRW<[WLat8, VecDF, NormalGr], (instregex "LDETR$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 822 EVALUATE(LDETR);
|
D | constants-s390.h | 368 V(ldetr, LDETR, \
|
D | simulator-s390.cc | 1110 EvalTable[LDETR] = &Simulator::Evaluate_LDETR; in EvalTableInit() 6424 EVALUATE(LDETR) { in EVALUATE() argument
|