Lines Matching refs:op_t

25 #define	op_t	unsigned long int  macro
26 #define OPSIZ (sizeof(op_t))
75 register op_t a0, a1, a2, a3, a4, a5, a6, a7; in _wordcopy_fwd_aligned()
77 a0 = ((op_t *) srcp)[0]; in _wordcopy_fwd_aligned()
78 a1 = ((op_t *) srcp)[1]; in _wordcopy_fwd_aligned()
79 a2 = ((op_t *) srcp)[2]; in _wordcopy_fwd_aligned()
80 a3 = ((op_t *) srcp)[3]; in _wordcopy_fwd_aligned()
81 a4 = ((op_t *) srcp)[4]; in _wordcopy_fwd_aligned()
82 a5 = ((op_t *) srcp)[5]; in _wordcopy_fwd_aligned()
83 a6 = ((op_t *) srcp)[6]; in _wordcopy_fwd_aligned()
84 a7 = ((op_t *) srcp)[7]; in _wordcopy_fwd_aligned()
85 ((op_t *) dstp)[0] = a0; in _wordcopy_fwd_aligned()
86 ((op_t *) dstp)[1] = a1; in _wordcopy_fwd_aligned()
87 ((op_t *) dstp)[2] = a2; in _wordcopy_fwd_aligned()
88 ((op_t *) dstp)[3] = a3; in _wordcopy_fwd_aligned()
89 ((op_t *) dstp)[4] = a4; in _wordcopy_fwd_aligned()
90 ((op_t *) dstp)[5] = a5; in _wordcopy_fwd_aligned()
91 ((op_t *) dstp)[6] = a6; in _wordcopy_fwd_aligned()
92 ((op_t *) dstp)[7] = a7; in _wordcopy_fwd_aligned()
99 *(op_t *)dstp = *(op_t *)srcp; in _wordcopy_fwd_aligned()
115 op_t ap; in _wordcopy_fwd_dest_aligned()
127 ap = ((op_t *) srcp)[0]; in _wordcopy_fwd_dest_aligned()
131 op_t a0, a1, a2, a3; in _wordcopy_fwd_dest_aligned()
133 a0 = ((op_t *) srcp)[0]; in _wordcopy_fwd_dest_aligned()
134 a1 = ((op_t *) srcp)[1]; in _wordcopy_fwd_dest_aligned()
135 a2 = ((op_t *) srcp)[2]; in _wordcopy_fwd_dest_aligned()
136 a3 = ((op_t *) srcp)[3]; in _wordcopy_fwd_dest_aligned()
137 ((op_t *) dstp)[0] = MERGE(ap, sh_1, a0, sh_2); in _wordcopy_fwd_dest_aligned()
138 ((op_t *) dstp)[1] = MERGE(a0, sh_1, a1, sh_2); in _wordcopy_fwd_dest_aligned()
139 ((op_t *) dstp)[2] = MERGE(a1, sh_1, a2, sh_2); in _wordcopy_fwd_dest_aligned()
140 ((op_t *) dstp)[3] = MERGE(a2, sh_1, a3, sh_2); in _wordcopy_fwd_dest_aligned()
148 register op_t a0; in _wordcopy_fwd_dest_aligned()
150 a0 = ((op_t *) srcp)[0]; in _wordcopy_fwd_dest_aligned()
151 ((op_t *) dstp)[0] = MERGE(ap, sh_1, a0, sh_2); in _wordcopy_fwd_dest_aligned()