Searched refs:CEDTR (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 214 def CEDTR : CompareRRE<"cedtr", 0xB3F4, null_frag, FP64, FP64>;
|
D | SystemZScheduleZ196.td | 1073 def : InstRW<[WLat4, DFU, NormalGr], (instregex "CEDTR$")>;
|
D | SystemZScheduleZEC12.td | 1117 def : InstRW<[WLat4, DFU, NormalGr], (instregex "CEDTR$")>;
|
D | SystemZScheduleZ13.td | 1151 def : InstRW<[WLat8, VecDF, NormalGr], (instregex "CEDTR$")>;
|
D | SystemZScheduleZ14.td | 1168 def : InstRW<[WLat8, VecDF, NormalGr], (instregex "CEDTR$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 850 EVALUATE(CEDTR);
|
D | constants-s390.h | 1347 V(cedtr, CEDTR, \
|
D | simulator-s390.cc | 1138 EvalTable[CEDTR] = &Simulator::Evaluate_CEDTR; in EvalTableInit() 6592 EVALUATE(CEDTR) { in EVALUATE() argument
|