Searched refs:CEXTR (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 215 def CEXTR : CompareRRE<"cextr", 0xB3FC, null_frag, FP128, FP128>;
|
D | SystemZScheduleZ196.td | 1074 def : InstRW<[WLat5, DFU2, NormalGr], (instregex "CEXTR$")>;
|
D | SystemZScheduleZEC12.td | 1118 def : InstRW<[WLat5, DFU2, NormalGr], (instregex "CEXTR$")>;
|
D | SystemZScheduleZ13.td | 1152 def : InstRW<[WLat8, VecDF, NormalGr], (instregex "CEXTR$")>;
|
D | SystemZScheduleZ14.td | 1169 def : InstRW<[WLat8, VecDF, NormalGr], (instregex "CEXTR$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 857 EVALUATE(CEXTR);
|
D | constants-s390.h | 1353 V(cextr, CEXTR, \
|
D | simulator-s390.cc | 1145 EvalTable[CEXTR] = &Simulator::Evaluate_CEXTR; in EvalTableInit() 6634 EVALUATE(CEXTR) { in EVALUATE() argument
|