Home
last modified time | relevance | path

Searched refs:LDXTR (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrDFP.td34 // 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>;
DSystemZScheduleZ196.td980 def : InstRW<[WLat30, DFU2, NormalGr], (instregex "LDXTR$")>;
DSystemZScheduleZEC12.td1018 def : InstRW<[WLat30, DFU2, NormalGr], (instregex "LDXTR$")>;
DSystemZScheduleZ13.td1049 def : InstRW<[WLat15, VecDF2, NormalGr], (instregex "LDXTR$")>;
DSystemZScheduleZ14.td1066 def : InstRW<[WLat15, VecDF2, NormalGr], (instregex "LDXTR$")>;
/external/v8/src/s390/
Dsimulator-s390.h831 EVALUATE(LDXTR);
Dconstants-s390.h448 V(ldxtr, LDXTR, \
Dsimulator-s390.cc1119 EvalTable[LDXTR] = &Simulator::Evaluate_LDXTR; in EvalTableInit()
6478 EVALUATE(LDXTR) { in EVALUATE() argument