Searched refs:wsp (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dillegal-2.s13 add wsp, w0, #0xfff0, LSL #12
14 add wsp, w0, #0xfff0, LSL #0
15 add wsp, w0, u16, LSL #12
16 add wsp, w0, u16, LSL #0
20 mov wsp, #0x33030000
H A Dmov.s11 mov w15, wsp
13 mov wsp, w7
15 mov wsp, wsp
27 mov wsp, #15
H A Dmov-no-aliases.d9 0: 110003ef add w15, wsp, #0x0
11 8: 110000ff add wsp, w7, #0x0
13 10: 110003ff add wsp, wsp, #0x0
21 30: 32000fff orr wsp, wzr, #0xf
H A Dmov.d8 0: 110003ef mov w15, wsp
10 8: 110000ff mov wsp, w7
12 10: 110003ff mov wsp, wsp
20 30: 32000fff mov wsp, #0xf // #15
H A Daddsub.d62 d8: 0b2143f0 add w16, wsp, w1
63 dc: 0b2103f0 add w16, wsp, w1, uxtb
64 e0: 0b2103f0 add w16, wsp, w1, uxtb
65 e4: 0b2107f0 add w16, wsp, w1, uxtb #1
66 e8: 0b210bf0 add w16, wsp, w1, uxtb #2
67 ec: 0b210ff0 add w16, wsp, w1, uxtb #3
68 f0: 0b2113f0 add w16, wsp, w1, uxtb #4
69 f4: 0b2123f0 add w16, wsp, w1, uxth
70 f8: 0b2123f0 add w16, wsp, w1, uxth
71 fc: 0b2127f0 add w16, wsp, w
[all...]
H A Dtme-invalid.l12 .*: Error: constant expression required at operand 1 -- `tcancel wsp'
25 .*: Error: operand 1 must be an integer register -- `tstart wsp'
H A Dverbose-error.s14 adds w0, wsp, x0, uxtx #1
H A Ddiagnostic.s131 ldr x1, [wsp, #8]!
134 stp x8, x27, [wsp, #8]!
H A Dalias.s96 subs w3, wsp, #0x20
H A Dalias.d70 f8: 710083e3 subs w3, wsp, #0x20
H A Dno-aliases.d71 f8: 710083e3 subs w3, wsp, #0x20
H A Dverbose-error.l29 [^:]*:14: Error: operand mismatch -- `adds w0,wsp,x0,uxtx#1'
31 [^:]*:14: Info: adds w0, wsp, w0, uxtx #1
H A Ddiagnostic.l119 [^:]*:131: Error: 64-bit integer or SP register expected at operand 2 -- `ldr x1,\[wsp,#8\]!'
122 [^:]*:134: Error: 64-bit integer or SP register expected at operand 3 -- `stp x8,x27,\[wsp,#8\]!'
/netbsd-current/lib/libc/stdio/
H A Dfgetws.c48 wchar_t *wsp; local
62 wsp = ws;
68 if (wsp == ws) {
74 *wsp++ = (wchar_t)wc;
80 *wsp++ = L'\0';
/netbsd-current/external/bsd/libarchive/dist/cpio/
H A Dcpio_windows.c63 wchar_t *ws, *wsp; local
131 ws = wsp = malloc(slen * sizeof(wchar_t));
137 wcsncpy(wsp, L"\\\\?\\", 4);
138 wsp += 4;
142 wcsncpy(wsp, L"UNC\\", 4);
143 wsp += 4;
146 wcsncpy(wsp, wnp, slen);
/netbsd-current/external/bsd/libarchive/dist/tar/
H A Dbsdtar_windows.c64 wchar_t *ws, *wsp; local
132 ws = wsp = malloc(slen * sizeof(wchar_t));
138 wcsncpy(wsp, L"\\\\?\\", 4);
139 wsp += 4;
143 wcsncpy(wsp, L"UNC\\", 4);
144 wsp += 4;
147 wcsncpy(wsp, wnp, slen);
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.c148 wchar_t *ws, *wsp; local
205 ws = wsp = malloc(slen * sizeof(wchar_t));
211 wcsncpy(wsp, L"\\\\?\\", 4);
212 wsp += 4;
216 wcsncpy(wsp, L"UNC\\", 4);
217 wsp += 4;
220 wcsncpy(wsp, wnp, slen);
221 wsp[slen - 1] = L'\0'; /* Ensure null termination. */
H A Darchive_write_disk_windows.c365 wchar_t *ws, *wsp; local
450 wsp = ws;
464 archive_wstrncat(&(a->_name_data), wsp, 2);
466 free(wsp);
477 if (l > 3 && wsp[0] == L'\\' && wsp[1] == L'\\' &&
478 wsp[2] == L'?' && wsp[3] == L'\\')
480 archive_wstrncpy(&(a->_name_data), wsp, l);
482 else if (l > 2 && wsp[
[all...]
/netbsd-current/sbin/nvmectl/
H A Dlogpage.c548 uint8_t *wsp, *esp; local
554 wsp = buf;
555 esp = wsp + size;
556 while (wsp < esp) {
557 ptype = le16dec(wsp);
558 wsp += 2;
559 wsp++; /* Flags, just ignore */
560 plen = *wsp++;
563 param |= (uint64_t)*wsp++ << (i * 8);
/netbsd-current/lib/libedit/
H A Dvi.c1091 const wchar_t *wep, *wsp; local
1099 wep = wsp = NULL;
1105 wsp = wp;
1112 if (wsp == NULL || (el->el_state.doingarg && el->el_state.argument != 0))
1116 len = (int)(wep - wsp);
1124 while (wsp < wep && cp < lim)
1125 *cp++ = *wsp++;
/netbsd-current/bin/ksh/
H A Dlex.c65 static char *get_brace_var ARGS((XString *wsp, char *wp));
1203 get_brace_var(wsp, wp)
1204 XString *wsp;
1245 Xcheck(*wsp, wp);
1268 Xcheck(*wsp, wp);
/netbsd-current/games/gomoku/
H A Dpickmove.c151 const struct spotstr *wsp = &board[ws]; local
161 wsp->s_combo[WHITE].s, wsp->s_level[WHITE],
162 wsp->s_nforce[WHITE],
163 wsp->s_combo[BLACK].s, wsp->s_level[BLACK],
164 wsp->s_nforce[BLACK], wsp->s_wval);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-aarch64.c270 BASIC_REG_TYPE(SP_32) /* wsp */ \
7241 REGDEF (wsp, 31, SP_32), REGDEF (WSP, 31, SP_32),
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-aarch64.c274 BASIC_REG_TYPE(SP_32) /* wsp */ \
8164 REGDEF (wsp, 31, SP_32), REGDEF (WSP, 31, SP_32),
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-aarch64.c276 BASIC_REG_TYPE(SP_32) /* wsp */ \
7266 REGDEF (wsp, 31, SP_32), REGDEF (WSP, 31, SP_32),

Completed in 490 milliseconds

12