/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
ldst-exclusive.d | 11 c: 480f7ce1 stxrh w15, w1, \[x7\] 12 10: 480f7ce1 stxrh w15, w1, \[x7\] 13 14: 480f7ce1 stxrh w15, w1, \[x7\]
|
ldst-exclusive.s | 95 .irp op, stxrb, stxrh, stxr
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/ |
anames.go | 188 "STXRH",
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/ |
anames.go | 185 "STXRH",
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/ |
anames.go | 185 "STXRH",
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/ |
anames.go | 188 "STXRH",
|
/external/llvm/lib/Target/AArch64/ |
AArch64InstrAtomics.td | 294 (STXRH (EXTRACT_SUBREG GPR64:$val, sub_32), GPR64sp:$addr)>; 303 (STXRH GPR32:$val, GPR64sp:$addr)>; 310 (STXRH (EXTRACT_SUBREG GPR64:$val, sub_32), GPR64sp:$addr)>;
|
AArch64InstrInfo.td | [all...] |
/external/llvm/test/CodeGen/AArch64/ |
atomic-ops.ll | 47 ; CHECK-NEXT: stxrh [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 207 ; CHECK-NEXT: stxrh [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 287 ; CHECK-NEXT: stxrh [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 631 ; CHECK-NEXT: stxrh [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 727 ; CHECK-NEXT: stxrh [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 823 ; CHECK-NEXT: stxrh [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] [all...] |
arm64-ldxr-stxr.ll | 107 ; CHECK: stxrh w0, w1, [x2]
|
/external/vixl/ |
README.md | 117 `stxrb`, `stxrh`, `stxr`, `ldxrb`, `ldxrh`, `ldxr`, `stxp`, `ldxp`, `stlxrb`,
|
/external/llvm/test/MC/AArch64/ |
arm64-memory.s | 471 stxrh w1, w4, [x3] 478 ; CHECK: stxrh w1, w4, [x3] ; encoding: [0x64,0x7c,0x01,0x48]
|
basic-a64-instructions.s | [all...] |
/external/valgrind/memcheck/tests/ |
atomic_incs.c | 357 "stxrh w4, w8, [x9]" "\n\t"
|
/external/llvm/test/MC/Disassembler/AArch64/ |
arm64-memory.txt | 459 # CHECK: stxrh w1, w4, [x3]
|
basic-a64-instructions.txt | [all...] |
/external/vixl/doc/ |
supported-instructions.md | 1218 ### STXRH ### 1222 void stxrh(const Register& rs, const Register& rt, const MemOperand& dst) [all...] |
/external/vixl/src/vixl/a64/ |
macro-assembler-a64.h | [all...] |
disasm-a64.cc | 1013 case STXRH_w: mnemonic = "stxrh"; form = "'Ws, 'Wt, ['Xns]"; break; [all...] |
assembler-a64.h | [all...] |
assembler-a64.cc | [all...] |
/external/vixl/test/ |
test-disasm-a64.cc | [all...] |
/external/llvm/lib/Target/AArch64/Disassembler/ |
AArch64Disassembler.cpp | [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
aarch64-dis-2.c | 125 stxrh. */ [all...] |
aarch64-tbl.h | [all...] |