Searched refs:LDXTR (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 34 // of LDXTR is a 128-bit value, but only the first register of the pair is used. 36 def LDXTR : TernaryRRFe<"ldxtr", 0xB3DD, FP128, FP128>;
|
D | SystemZScheduleZ196.td | 980 def : InstRW<[WLat30, DFU2, NormalGr], (instregex "LDXTR$")>;
|
D | SystemZScheduleZEC12.td | 1018 def : InstRW<[WLat30, DFU2, NormalGr], (instregex "LDXTR$")>;
|
D | SystemZScheduleZ13.td | 1049 def : InstRW<[WLat15, VecDF2, NormalGr], (instregex "LDXTR$")>;
|
D | SystemZScheduleZ14.td | 1066 def : InstRW<[WLat15, VecDF2, NormalGr], (instregex "LDXTR$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 831 EVALUATE(LDXTR);
|
D | constants-s390.h | 448 V(ldxtr, LDXTR, \
|
D | simulator-s390.cc | 1119 EvalTable[LDXTR] = &Simulator::Evaluate_LDXTR; in EvalTableInit() 6478 EVALUATE(LDXTR) { in EVALUATE() argument
|