Searched refs:lfd (Results 1 - 23 of 23) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dcrtresfpr.asm42 HIDDEN_FUNC(_restfpr_14) lfd 14,-144(11) /* restore fp registers */
43 HIDDEN_FUNC(_restfpr_15) lfd 15,-136(11)
44 HIDDEN_FUNC(_restfpr_16) lfd 16,-128(11)
45 HIDDEN_FUNC(_restfpr_17) lfd 17,-120(11)
46 HIDDEN_FUNC(_restfpr_18) lfd 18,-112(11)
47 HIDDEN_FUNC(_restfpr_19) lfd 19,-104(11)
48 HIDDEN_FUNC(_restfpr_20) lfd 20,-96(11)
49 HIDDEN_FUNC(_restfpr_21) lfd 21,-88(11)
50 HIDDEN_FUNC(_restfpr_22) lfd 22,-80(11)
51 HIDDEN_FUNC(_restfpr_23) lfd 2
[all...]
H A Dcrtresxfpr.asm64 HIDDEN_FUNC(_restfpr_14_x) lfd 14,-144(11) /* restore fp registers */
66 HIDDEN_FUNC(_restfpr_15_x) lfd 15,-136(11)
68 HIDDEN_FUNC(_restfpr_16_x) lfd 16,-128(11)
70 HIDDEN_FUNC(_restfpr_17_x) lfd 17,-120(11)
72 HIDDEN_FUNC(_restfpr_18_x) lfd 18,-112(11)
74 HIDDEN_FUNC(_restfpr_19_x) lfd 19,-104(11)
76 HIDDEN_FUNC(_restfpr_20_x) lfd 20,-96(11)
78 HIDDEN_FUNC(_restfpr_21_x) lfd 21,-88(11)
80 HIDDEN_FUNC(_restfpr_22_x) lfd 22,-80(11)
82 HIDDEN_FUNC(_restfpr_23_x) lfd 2
[all...]
H A Ddarwin-fpsave.asm70 lfd f14,-144(r1)
71 lfd f15,-136(r1)
72 lfd f16,-128(r1)
73 lfd f17,-120(r1)
74 lfd f18,-112(r1)
75 lfd f19,-104(r1)
76 lfd f20,-96(r1)
77 lfd f21,-88(r1)
78 lfd f22,-80(r1)
79 lfd f2
[all...]
H A Ddarwin-world.asm237 lfd f14,-144(r11)
238 lfd f15,-136(r11)
239 lfd f16,-128(r11)
240 lfd f17,-120(r11)
241 lfd f18,-112(r11)
242 lfd f19,-104(r11)
243 lfd f20,-96(r11)
244 lfd f21,-88(r11)
245 lfd f22,-80(r11)
246 lfd f2
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Dfpu_subr.S35 lfd %f0,FPREG_FPSCR(%r3)
38 lfd %f0,FPREG_F0(%r3)
39 lfd %f1,FPREG_F1(%r3)
40 lfd %f2,FPREG_F2(%r3)
41 lfd %f3,FPREG_F3(%r3)
42 lfd %f4,FPREG_F4(%r3)
43 lfd %f5,FPREG_F5(%r3)
44 lfd %f6,FPREG_F6(%r3)
45 lfd %f7,FPREG_F7(%r3)
46 lfd
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/rs6000/
H A Ddarwin-fpsave.asm80 lfd f14,-144(r1)
81 lfd f15,-136(r1)
82 lfd f16,-128(r1)
83 lfd f17,-120(r1)
84 lfd f18,-112(r1)
85 lfd f19,-104(r1)
86 lfd f20,-96(r1)
87 lfd f21,-88(r1)
88 lfd f22,-80(r1)
89 lfd f2
[all...]
H A Ddarwin-world.asm247 lfd f14,-144(r11)
248 lfd f15,-136(r11)
249 lfd f16,-128(r11)
250 lfd f17,-120(r11)
251 lfd f18,-112(r11)
252 lfd f19,-104(r11)
253 lfd f20,-96(r11)
254 lfd f21,-88(r11)
255 lfd f22,-80(r11)
256 lfd f2
[all...]
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipsyncm.c64 int nfd = -1, lfd = -1, n1, n2, n3, len; local
101 if (lfd != -1)
102 close(lfd);
106 lfd = open(IPSYNC_NAME, O_RDONLY);
107 if (lfd == -1) {
129 n1 = read(lfd, buff+inbuf, BUFFERLEN-inbuf);
247 if (lfd != -1)
248 close(lfd);
H A Dipsyncs.c60 int nfd = -1 , lfd = -1; local
90 lfd = open(IPSYNC_NAME, O_WRONLY);
91 if (lfd == -1) {
111 if (lfd != -1)
112 close(lfd);
116 lfd = open(IPSYNC_NAME, O_WRONLY);
117 if (lfd == -1) {
226 n3 = write(lfd, buff, n2);
265 if (lfd != -1)
266 close(lfd);
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Dppc64-mont.pl317 lfd $ba,`$FRAME+0`($sp)
318 lfd $bb,`$FRAME+8`($sp)
319 lfd $bc,`$FRAME+16`($sp)
320 lfd $bd,`$FRAME+24`($sp)
321 lfd $na,`$FRAME+32`($sp)
322 lfd $nb,`$FRAME+40`($sp)
323 lfd $nc,`$FRAME+48`($sp)
324 lfd $nd,`$FRAME+56`($sp)
342 lfd $A0,`$FRAME+64`($sp)
343 lfd
[all...]
/netbsd-6-1-5-RELEASE/libexec/mail.local/
H A Dmail.local.c183 int created, mbfd, nr, nw, off, rval=EX_OK, lfd=-1; local
206 if((lfd = open(lpath, O_CREAT|O_WRONLY|O_EXCL,
257 if (lfd >= 0) {
259 close(lfd);
/netbsd-6-1-5-RELEASE/sbin/veriexecctl/
H A Dveriexecctl.c239 int lfd; local
246 lfd = open(file, O_RDONLY|O_EXLOCK, 0);
247 if (lfd == -1)
250 yyin = fdopen(lfd, "r");
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpd/
H A Dlpd.c149 int lfd, errs, i, f, nfds; local
243 lfd = open(_PATH_MASTERLOCK, O_WRONLY|O_CREAT, 0644);
244 if (lfd < 0) {
248 if (flock(lfd, LOCK_EX|LOCK_NB) < 0) {
257 ftruncate(lfd, 0);
263 if (write(lfd, line, f) != f) {
H A Dprintjob.c98 static int lfd; /* lock file descriptor */ variable
185 lfd = open(LO, O_WRONLY|O_CREAT, 0644);
186 if (lfd < 0) {
190 if (flock(lfd, LOCK_EX|LOCK_NB) < 0) {
196 ftruncate(lfd, 0);
201 if (write(lfd, line, i) != i) {
231 if (fchmod(lfd, stb.st_mode & 0777) < 0)
247 (void)lseek(lfd, pidoff, 0);
249 if (write(lfd, line, i) != i)
259 if (fstat(lfd,
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ppc/
H A Dtest1elf32.d74 4: ca fe ba be lfd f23,-17730\(r30\)
H A Dcommon.s87 lfd 21,8(1)
H A Da2.s271 lfd 20,-8(10)
272 lfd 20,8(10)
H A Dtest1elf64.d109 c: ca fe ba be lfd f23,-17730\(r30\)
H A D476.s211 lfd 21,8(1)
H A Dtest1xcoff32.d110 6c: ca fe ba be lfd f23,-17730\(r30\)
H A Dcommon.d95 150: ca a1 00 08 lfd f21,8\(r1\)
H A Da2.d296 430: ca 8a ff f8 lfd f20,-8\(r10\)
297 434: ca 8a 00 08 lfd f20,8\(r10\)
H A D476.d218 340: ca a1 00 08 lfd f21,8\(r1\)

Completed in 183 milliseconds