Searched refs:v2 (Results 1 - 13 of 13) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/commpage/
H A Dbcopy_970.s316 lvx v2,c16,rs
319 vperm vx,v1,v2,vp
320 vperm vy,v2,v3,vp
388 lvx v2,c16,rs
393 vperm vw,v1,v2,vp
397 vperm vx,v2,v3,vp
420 lvx v2,c16,rs
422 vperm vx,v1,v2,vp
423 vor v1,v2,v2 // v
[all...]
H A Dbcopy_g4.s362 lvx v2,c16,rs
368 stvx v2,c16,rd
398 lvx v2,c16,rs
404 vperm vw,v1,v2,vp
406 vperm vx,v2,v3,vp
421 lvx v2,c16,rs
423 vperm vx,v1,v2,vp
424 vor v1,v2,v2 // v1 <- v2
[all...]
H A Dbigcopy_970.s188 lvxl v2,c16,rs
199 vperm v17,v1,v2,v0
202 vperm v18,v2,v3,v0
265 lvxl v2,c16,rs
287 stvxl v2,c16,rd
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daestab.h138 d_4(aes_32t, t_dec(i,n), isb_data, v0, v1, v2, v3);
168 d_4(aes_32t, t_dec(i,m), mm_data, v0, v1, v2, v3);
H A Daestab.c165 #define v2(p) bytes2word(fd(p), fb(p), fe(p), f9(p)) macro
232 { aes_08t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; local
242 n2 /= n1; p2 ^= p1 * n2; v2 ^= v1 * n2; n2 = hibit(p2);
245 if(!n2) return v2;
249 n1 /= n2; p1 ^= p2 * n1; v1 ^= v2 * n1; n1 = hibit(p1);
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddlil.c126 } v2; member in union:if_proto::__anon176
999 error = (*ifproto->kpi.v2.input)(ifproto->ifp,
1153 ? proto->kpi.v1.event : proto->kpi.v2.event;
1283 ? proto->kpi.v1.pre_output : proto->kpi.v2.pre_output;
1462 ? proto->kpi.v1.pre_output : proto->kpi.v2.pre_output;
1645 ? proto->kpi.v1.ioctl : proto->kpi.v2.ioctl;
1739 ? proto->kpi.v1.resolve_multi : proto->kpi.v2.resolve_multi;
1780 ? proto->kpi.v1.send_arp : proto->kpi.v2.send_arp;
2144 ifproto->kpi.v2.input = proto_details->input;
2145 ifproto->kpi.v2
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmovc.s244 stvx v2,r6,r9
262 lvx v2,r6,r3 // offset 32
268 stvx v2,r6,r4 // offset 32
291 lvx v2,r6,r9
316 stvx v2,r6,r9
339 lvx v2,r6,r3 // offset 32
349 stvx v2,r6,r4 // offset 32
376 lvx v2,r6,r9
H A Dcswtch.s1625 vor v2,v31,v31 ; Copy into the next register
1994 stvxl v2,r5,r11
2060 stvxl v2,0,r11 ; save the two VRs in the line
2239 vor v2,v31,v31
2249 lvxl v2,r5,r11
2341 vor v2,v31,v31 ; neither VR is live, so bug them both
2345 lvxl v2,0,r11
H A Dstart.s393 vor v2,v0,v0 ; Copy into the next register
H A DFirmware.s2103 stvxl v2,0,r5
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_vfs.c570 struct vnode *v1, struct vnode *v2)
581 v2, v2->v_label);
569 mac_vnode_check_exchangedata(vfs_context_t ctx, struct vnode *v1, struct vnode *v2) argument
H A Dmac_framework.h440 struct vnode *v2);
H A Dmac_policy.h4695 @param v2 vnode 2 to swap
4696 @param vl2 Policy label for v2
4709 struct vnode *v2,

Completed in 91 milliseconds