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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/commpage/
H A Dbcopy_64.s53 * r11 = "w6"
66 #define w6 r11 define
208 andi. w6,w3,7 // w6 <- #bytes to 8-byte align destination
210 mtctr w6 // set up for loop to align destination
211 sub rc,rc,w6 // adjust count
239 ld w6,40(rs)
248 std w6,40(rd)
291 ld w6,-48(rs)
299 std w6,
[all...]
H A Dbcopy_g3.s47 * r11 = "w6"
60 #define w6 r11 define
139 lwz w6,20(rs)
148 stw w6,20(rd)
220 lwz w6,-24(rs)
226 stw w6,-24(rd)
H A Dbcopy_g4.s51 * r11 = "w6", "c128", or "cm129"
67 #define w6 r11 define
218 andi. w6,w3,7 // w6 <- #bytes to 8-byte align destination
225 // w6/cr0 = #bytes to 8-byte align destination
228 sub rc,rc,w6 // decrement length remaining
230 mtxer w6 // set up count for move
231 lswx w1,0,rs // move w6 bytes to align destination
233 add rs,rs,w6 // bump ptrs past
234 add rd,rd,w6
[all...]
/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
378 w6 = FETCH_32(block + 24);
393 R1(d, e, a, b, c, w6); /* 6 */
409 WUPDATE( w4, w1, w12, w6); R2(e, a, b, c, d, w4); /* 20 */
411 WUPDATE( w6, w3, w14, w8); R2(c, d, e, a, b, w6); /* 22 */
414 WUPDATE( w9, w6, w1, w11); R2(e, a, b, c, d, w9); /* 25 */
419 WUPDATE(w14, w11, w6, w0); R2(e, a, b, c, d, w14); /* 30 */
425 WUPDATE( w4, w1, w12, w6); R2(d, e, a, b, c, w4); /* 36 */
427 WUPDATE( w6, w
[all...]

Completed in 35 milliseconds