Searched refs:STXR (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/common/lib/libc/arch/aarch64/atomic/
H A D__aarch64_lse.S123 #define STXR _CONCAT4(st, REL, xr, OPSFX) define
156 STXR w3, R4, [x1] /* store new value */
179 STXR w3, R1, [x2] /* store new value */
227 STXR w3, R4, [x1] /* store new value */
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/aarch64/
H A Dlse.S156 #define STXR glue4(st, L, xr, S) define
209 STXR w(tmp1), s(1), [x2]
262 STXR w(tmp1), s(tmp0), [x1]
307 STXR w(tmp2), s(tmp1), [x1]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/aarch64/
H A Dlse.S156 #define STXR glue4(st, L, xr, S) define
209 STXR w(tmp1), s(1), [x2]
262 STXR w(tmp1), s(tmp0), [x1]
307 STXR w(tmp2), s(tmp1), [x1]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/arch/
H A Daarch64-insn.h63 /* STXR ss00 1000 000r rrrr 0111 11rr rrrr rrrr */
64 STXR = 0x08007c00, enumerator in enum:aarch64_opcodes
/netbsd-current/external/gpl3/gdb/dist/gdb/arch/
H A Daarch64-insn.h91 /* STXR ss00 1000 000r rrrr 0111 11rr rrrr rrrr */
92 STXR = 0x08007c00, enumerator in enum:aarch64_opcodes
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-aarch64-low.cc1193 /* Write a STXR instruction into *BUF.
1195 STXR ws, rt, [xn]
1205 return emit_load_store_exclusive (buf, rt.is64 ? 3 : 2, STXR, rs, rt,
2200 STXR w2, x1, [x0]
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-aarch64-low.cc1332 /* Write a STXR instruction into *BUF.
1334 STXR ws, rt, [xn]
1344 return emit_load_store_exclusive (buf, rt.is64 ? 3 : 2, STXR, rs, rt,
2339 STXR w2, x1, [x0]

Completed in 269 milliseconds