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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/commpage/
H A Dbcopy_64.s50 * r8 = "w3"
63 #define w3 r8 define
118 ld w3,16(rs)
123 std w3,16(rd)
170 ld w3,-24(rs)
174 std w3,-24(rd)
207 neg w3,rd // start to compute #bytes to align destination
208 andi. w6,w3,7 // w6 <- #bytes to 8-byte align destination
236 ld w3,16(rs)
245 std w3,1
[all...]
H A Dbcopy_g4.s48 * r8 = "w3", "c48", or "cm49"
64 #define w3 r8 define
136 lwz w3,8(rs)
141 stw w3,8(rd)
181 lwz w3,-12(rs)
185 stw w3,-12(rd)
216 neg w3,rd // start to compute #bytes to align destination
218 andi. w6,w3,7 // w6 <- #bytes to 8-byte align destination
220 rlwinm w4,w3,0,0x1F // w4 <- #bytes to 32-byte align destination
258 lwz w3,
[all...]
H A Dbcopy_970.s42 * r8 = "w3", "c48", or "cm49"
58 #define w3 r8 define
142 ld w3,16(rs)
147 std w3,16(rd)
154 ld w3,8(rs)
157 std w3,8(rd)
194 ld w3,-24(rs)
198 std w3,-24(rd)
237 neg w3,rd // start to compute #bytes to align destination
239 andi. w4,w3,
[all...]
H A Dbcopy_g3.s44 * r8 = "w3"
57 #define w3 r8 define
136 lwz w3,8(rs)
145 stw w3,8(rd)
215 lwz w3,-12(rs)
221 stw w3,-12(rd)
254 lswx w1,0,rs // move w3 bytes to align dest
/macosx-10.5.8/xnu-1228.15.4/libkern/crypto/
H A Dsha1.c366 register u_int32_t w0, w1, w2, w3, w4, w5, w6, w7; local
381 w3 = FETCH_32(block + 12);
390 R1(b, c, d, e, a, w3); /* 3 */
404 WUPDATE( w1, w14, w9, w3); R1(c, d, e, a, b, w1); /* 17 */
406 WUPDATE( w3, w0, w11, w5); R1(a, b, c, d, e, w3); /* 19 */
411 WUPDATE( w6, w3, w14, w8); R2(c, d, e, a, b, w6); /* 22 */
416 WUPDATE(w11, w8, w3, w13); R2(c, d, e, a, b, w11); /* 27 */
422 WUPDATE( w1, w14, w9, w3); R2(b, c, d, e, a, w1); /* 33 */
424 WUPDATE( w3, w
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daestab.h131 d_4(aes_32t, t_dec(f,l), sb_data, w0, w1, w2, w3);
145 d_4(aes_32t, t_dec(i,l), isb_data, w0, w1, w2, w3);
160 d_4(aes_32t, t_dec(l,s), sb_data, w0, w1, w2, w3);
H A Daestab.c156 #define w3(p) bytes2word(0, 0, 0, p) macro

Completed in 98 milliseconds