Searched refs:STLURB (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/llvm/test/MC/AArch64/ |
D | armv8.4a-ldst-error.s | 7 STLURB SP, [X1, #1] label 9 STLURB W1, [XZR, #1] label 11 STLURB W1, [X10, #-257] label 13 STLURB W3, [SP, #-257] label
|
D | armv8.4a-ldst.s | 11 STLURB WZR, [X10] label 12 STLURB W1, [X10] label 13 STLURB W1, [X10, #-256] label 15 STLURB W3, [SP, #-3] label
|
/external/vixl/src/aarch64/ |
D | cpu-features-auditor-aarch64.cc | 292 case STLURB: in VisitLoadStoreRCpcUnscaledOffset()
|
D | constants-aarch64.h | 1281 STLURB = LoadStoreRCpcUnscaledOffsetFixed | 0x00000000, enumerator
|
D | disasm-aarch64.cc | 1102 case STLURB: in VisitLoadStoreRCpcUnscaledOffset()
|
D | assembler-aarch64.cc | 1543 Emit(STLURB | Rt(rt) | base | ImmLS(static_cast<int>(offset))); in stlurb()
|
D | simulator-aarch64.cc | 2074 case STLURB: in VisitLoadStoreRCpcUnscaledOffset()
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 2561 ### STLURB ### subsection
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 3200 defm STLURB : BaseStoreUnscaleV84<"stlurb", 0b00, 0b00, GPR32>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 3000 defm STLURB : BaseStoreUnscaleV84<"stlurb", 0b00, 0b00, GPR32>;
|