Searched refs:LTXTR (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 25 def LTXTR : UnaryRRE<"ltxtr", 0xB3DE, null_frag, FP128, FP128>;
|
D | SystemZScheduleZ196.td | 972 def : InstRW<[WLat6, WLat6, DFU4, GroupAlone], (instregex "LTXTR$")>;
|
D | SystemZScheduleZEC12.td | 1010 def : InstRW<[WLat6, WLat6, DFU4, GroupAlone], (instregex "LTXTR$")>;
|
D | SystemZScheduleZ13.td | 1041 def : InstRW<[WLat10, WLat10, VecDF4, GroupAlone], (instregex "LTXTR$")>;
|
D | SystemZScheduleZ14.td | 1058 def : InstRW<[WLat10, WLat10, VecDF4, GroupAlone], (instregex "LTXTR$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 832 EVALUATE(LTXTR);
|
D | constants-s390.h | 1325 V(ltxtr, LTXTR, 0xB3DE) /* type = RRE LOAD AND TEST (extended DFP) */ \
|
D | simulator-s390.cc | 1120 EvalTable[LTXTR] = &Simulator::Evaluate_LTXTR; in EvalTableInit() 6484 EVALUATE(LTXTR) { in EVALUATE() argument
|