Searched refs:srr (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dprint-simple-values.cc28 * The arguments ar, arr, sr, srr, ur, and urr are references to
45 struct s s, struct s &sr, struct s &&srr,
50 + s.v + sr.v + srr.v
43 f(int i, int &ir, int &&irr, int a[1], int (&ar)[1], int (&&arr)[1], struct s s, struct s &sr, struct s &&srr, union u u, union u &ur, union u &&urr) argument
/netbsd-current/external/bsd/ipf/dist/ipsend/
H A Dipsopt.c88 int olen = len, srr = 0; local
127 srr++;
141 if (srr)
142 s[IPOPT_OLEN] = IPOPT_MINOFF - 1 + 4 * srr;
/netbsd-current/sys/dev/qbus/
H A Dif_qtreg.h153 short srr; member in struct:qtdevice
/netbsd-current/sys/arch/powerpc/booke/
H A Dtrap_subr.S76 #define FRAME_EXC_PROLOGUE(start, sprg, srr) \
87 mfspr %r30, SPR_##srr##0; /* get SRR0 */ \
88 mfspr %r31, SPR_##srr##1 /* get SRR1 */
226 #define FRAME_EXC_EXIT(rfi, srr) \
230 mtspr SPR_##srr##1, %r31; /* restore SRR1 */ \
231 mtspr SPR_##srr##0, %r30; /* restore SRR0 */ \
317 #define FRAME_INTR_XEXIT(rfi, srr) \
325 mtspr SPR_##srr##1, %r13; /* restore SRR1 */ \
326 mtspr SPR_##srr##0, %r12; /* restore SRR0 */ \

Completed in 96 milliseconds