Searched refs:f2 (Results 1 - 11 of 11) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/commpage/
H A Dbcopy_g3.s184 lfd f2,16(rs)
189 stfd f2,16(rd)
260 lfd f2,-24(rs)
264 stfd f2,-24(rd)
H A Dcommpage_asm.s156 stfd f2,rzSaveF2(r1) // we'll need a few more temp FPRs
160 lfd f2,_COMM_PAGE_2_TO_52(r9) // f2 <- double(2**52)
165 fsub f3,f3,f2 // get ticks_per_sec
170 lfd f2,rzSaveF2(r1) // restore FPRs
H A Dgettimeofday.s100 lfd f2,_COMM_PAGE_2_TO_52(0) // f2 <- (2**52)
111 fsub f4,f3,f2 // subtract 2**52 and normalize
118 fsub f6,f6,f2 // f6 <- integral seconds
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daestab.c158 #define u0(p) bytes2word(f2(p), p, p, f3(p))
159 #define u1(p) bytes2word(f3(p), f2(p), p, p)
160 #define u2(p) bytes2word(p, f3(p), f2(p), p)
161 #define u3(p) bytes2word(p, p, f3(p), f2(p))
172 #define f2(x) ((x<<1) ^ (((x>>7) & 1) * WPOLY)) macro
176 #define f3(x) (f2(x) ^ x)
178 #define fb(x) (f8(x) ^ f2(x) ^ x)
180 #define fe(x) (f8(x) ^ f4(x) ^ f2(x))
184 #define f2(x) ((x) ? pow[log[x] + 0x19] : 0) macro
296 w = f2(
[all...]
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/ppc/
H A Dreg_help.h128 #define fa1 f2 // fp arg 1, caller-saved
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmovc.s192 stfd f2,FM_SIZE+16(r1)
202 lfd f2,16(r3)
207 stfd f2,16(r4)
228 lfd f2,FM_SIZE+16(r1)
H A DFirmware.s1828 stfd f2,GDfp2(r31) /* Save FP */
1895 lfd f2,16(r6)
1900 stfd f2,16(r14)
1923 lfd f2,GDfp2(r31) /* Restore FP */
2031 stfd f2,0x10(r3)
H A DEmulate.s1086 lfs f2,emfp0(r31) ; Load single variant
1089 stfs f2,emfp0(r31) ; Store single variant
1092 lfd f2,emfp0(r31) ; Load double variant
1095 stfd f2,emfp0(r31) ; Store double variant
H A Dcswtch.s824 lfd f2,savefp2(r14)
913 fmr f2,f0
1857 stfd f2,savefp2(r3)
1897 stfd f2,savefp2(r3)
H A Dstart.s338 fmr f2,f0 /* to wonder why, */
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daes_x86_v2.s176 #define f2(x) ((x<<1)^(((x>>7)&1)*0x11b)) define
183 #define f3(x) (f2(x) ^ x)
185 #define fb(x) (f8(x) ^ f2(x) ^ x)
187 #define fe(x) (f8(x) ^ f4(x) ^ f2(x))
690 #define u8(x) 0, x, x, f3(x), f2(x), x, x, f3(x)

Completed in 126 milliseconds