Searched refs:STPQ (Results 1 – 15 of 15) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | README.txt | 142 If needed, we can support 16-byte atomics using LPQ, STPQ and CSDG.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | README.txt | 147 If needed, we can support 16-byte atomics using LPQ, STPQ and CSDG.
|
D | SystemZScheduleZ196.td | 576 def : InstRW<[WLat1, FXU2, LSU2, GroupAlone], (instregex "STPQ$")>;
|
D | SystemZScheduleZEC12.td | 588 def : InstRW<[WLat1, FXU2, LSU2, GroupAlone], (instregex "STPQ$")>;
|
D | SystemZScheduleZ13.td | 613 def : InstRW<[WLat1, FXb2, LSU, GroupAlone], (instregex "STPQ$")>;
|
D | SystemZScheduleZ14.td | 622 def : InstRW<[WLat1, FXb2, LSU, GroupAlone], (instregex "STPQ$")>;
|
D | SystemZInstrInfo.td | 1760 def STPQ : StoreRXY<"stpq", 0xE38E, z_atomic_store_128, GR128, 16>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 1045 EVALUATE(STPQ);
|
D | constants-s390.h | 904 V(stpq, STPQ, 0xE38E) /* type = RXY_A STORE PAIR TO QUADWORD */ \
|
D | simulator-s390.cc | 1333 EvalTable[STPQ] = &Simulator::Evaluate_STPQ; in EvalTableInit() 8410 EVALUATE(STPQ) { in EVALUATE() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedExynosM1.td | 518 WriteAdr], (instregex "^STPQ(post|pre)")>;
|
D | AArch64SchedExynosM3.td | 586 WriteAdr], (instregex "^STPQ(post|pre)")>;
|
D | AArch64SchedFalkorDetails.td | 979 (instregex "^STPQ(post|pre)$")>;
|
D | AArch64InstrInfo.td | 2182 defm STPQ : StorePairOffset<0b10, 1, FPR128Op, simm7s16, "stp">;
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 1975 defm STPQ : StorePairOffset<0b10, 1, FPR128, simm7s16, "stp">;
|