Home
last modified time | relevance | path

Searched refs:STPQ (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DREADME.txt142 If needed, we can support 16-byte atomics using LPQ, STPQ and CSDG.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DREADME.txt147 If needed, we can support 16-byte atomics using LPQ, STPQ and CSDG.
DSystemZScheduleZ196.td576 def : InstRW<[WLat1, FXU2, LSU2, GroupAlone], (instregex "STPQ$")>;
DSystemZScheduleZEC12.td588 def : InstRW<[WLat1, FXU2, LSU2, GroupAlone], (instregex "STPQ$")>;
DSystemZScheduleZ13.td613 def : InstRW<[WLat1, FXb2, LSU, GroupAlone], (instregex "STPQ$")>;
DSystemZScheduleZ14.td622 def : InstRW<[WLat1, FXb2, LSU, GroupAlone], (instregex "STPQ$")>;
DSystemZInstrInfo.td1760 def STPQ : StoreRXY<"stpq", 0xE38E, z_atomic_store_128, GR128, 16>;
/external/v8/src/s390/
Dsimulator-s390.h1045 EVALUATE(STPQ);
Dconstants-s390.h904 V(stpq, STPQ, 0xE38E) /* type = RXY_A STORE PAIR TO QUADWORD */ \
Dsimulator-s390.cc1333 EvalTable[STPQ] = &Simulator::Evaluate_STPQ; in EvalTableInit()
8410 EVALUATE(STPQ) { in EVALUATE() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SchedExynosM1.td518 WriteAdr], (instregex "^STPQ(post|pre)")>;
DAArch64SchedExynosM3.td586 WriteAdr], (instregex "^STPQ(post|pre)")>;
DAArch64SchedFalkorDetails.td979 (instregex "^STPQ(post|pre)$")>;
DAArch64InstrInfo.td2182 defm STPQ : StorePairOffset<0b10, 1, FPR128Op, simm7s16, "stp">;
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td1975 defm STPQ : StorePairOffset<0b10, 1, FPR128, simm7s16, "stp">;