/openbsd/gnu/llvm/compiler-rt/lib/builtins/ppc/ |
H A D | restFP.S | 28 lfd f20,-96(r1) 29 lfd f21,-88(r1) 30 lfd f22,-80(r1) 31 lfd f23,-72(r1) 32 lfd f24,-64(r1) 33 lfd f25,-56(r1) 34 lfd f26,-48(r1) 35 lfd f27,-40(r1) 36 lfd f28,-32(r1) 37 lfd f29,-24(r1) [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | crtsavres.asm | 238 lfd 31,-8(11) 368 FUNC_START(_restf20) lfd 20,-96(1) 369 FUNC_START(_restf21) lfd 21,-88(1) 370 FUNC_START(_restf22) lfd 22,-80(1) 371 FUNC_START(_restf23) lfd 23,-72(1) 372 FUNC_START(_restf24) lfd 24,-64(1) 373 FUNC_START(_restf25) lfd 25,-56(1) 374 FUNC_START(_restf26) lfd 26,-48(1) 375 FUNC_START(_restf27) lfd 27,-40(1) 376 FUNC_START(_restf28) lfd 28,-32(1) [all …]
|
H A D | rs6000.md | 8188 return \"lfd %0,lo16(%2)(%1)\"; 8634 return \"lfd%U1%X1 %0,%1\"; 8698 lfd%U1%X1 %0,%1 8755 return \"lfd %0,%1\;lfd %L0,%Y1\"; 9031 return \"lfd%U1%X1 %0,%1\"; 9123 lfd%U1%X1 %0,%1
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | darwin-fpsave.asm | 86 lfd f20,-96(r1) 87 lfd f21,-88(r1) 88 lfd f22,-80(r1) 89 lfd f23,-72(r1) 90 lfd f24,-64(r1) 91 lfd f25,-56(r1) 92 lfd f26,-48(r1) 93 lfd f27,-40(r1) 94 lfd f28,-32(r1) 95 lfd f29,-24(r1) [all …]
|
H A D | crtsavres.asm | 141 FUNC_START(_restfpr_20) lfd 20,-96(11) 142 FUNC_START(_restfpr_21) lfd 21,-88(11) 143 FUNC_START(_restfpr_22) lfd 22,-80(11) 144 FUNC_START(_restfpr_23) lfd 23,-72(11) 145 FUNC_START(_restfpr_24) lfd 24,-64(11) 146 FUNC_START(_restfpr_25) lfd 25,-56(11) 147 FUNC_START(_restfpr_26) lfd 26,-48(11) 148 FUNC_START(_restfpr_27) lfd 27,-40(11) 149 FUNC_START(_restfpr_28) lfd 28,-32(11) 152 FUNC_START(_restfpr_31) lfd 31,-8(11) [all …]
|
H A D | darwin-world.asm | 253 lfd f20,-96(r11) 254 lfd f21,-88(r11) 255 lfd f22,-80(r11) 256 lfd f23,-72(r11) 257 lfd f24,-64(r11) 258 lfd f25,-56(r11) 259 lfd f26,-48(r11) 260 lfd f27,-40(r11) 261 lfd f28,-32(r11) 262 lfd f29,-24(r11) [all …]
|
H A D | darwin.md | 40 return \"lfd %0,lo16(%2)(%1)\"; 71 return \"lfd %0,lo16(%2)(%1)\";
|
H A D | rs6000.md | 8222 return \"lfd%U1%X1 %0,%1\"; 8288 lfd%U1%X1 %0,%1 8574 lfd%U1%X1 %0,%1 8623 lfd%U1%X1 %0,%1
|
/openbsd/libexec/mail.local/ |
H A D | locking.c | 60 int lfd=-1; in getlock() local 75 if ((lfd = open(lpath, O_CREAT|O_WRONLY|O_EXCL, in getlock() 86 return(lfd); in getlock()
|
H A D | mail.local.c | 159 int mbfd=-1, lfd=-1, rval=EX_OSERR; in deliver() local 177 lfd = lockspool(name, pw); in deliver() 178 if (lfd == -1) in deliver() 261 if (lfd != -1) in deliver()
|
/openbsd/sys/arch/powerpc/powerpc/ |
H A D | vecast.S | 446 lfd %f24, s_f24(%r1) 447 lfd %f25, s_f25(%r1) 448 lfd %f26, s_f26(%r1) 449 lfd %f27, s_f27(%r1) 450 lfd %f28, s_f28(%r1) 451 lfd %f29, s_f29(%r1) 452 lfd %f30, s_f30(%r1) 453 lfd %f31, s_f31(%r1)
|
/openbsd/usr.sbin/lpr/lpd/ |
H A D | printjob.c | 83 static int lfd; /* lock file descriptor */ variable 177 if (lfd < 0) { in printjob() 185 ftruncate(lfd, 0); in printjob() 195 if (write(lfd, line, i) != i) { in printjob() 210 if (fchmod(lfd, stb.st_mode & 0777) < 0) in printjob() 232 (void)lseek(lfd, pidoff, SEEK_SET); in printjob() 236 if (write(lfd, line, i) != i) in printjob() 246 if (fstat(lfd, &stb) == 0) { in printjob() 274 if (ftruncate(lfd, pidoff) < 0) in printjob() 1221 (void)close(lfd); in dofork() [all …]
|
/openbsd/sys/arch/macppc/macppc/ |
H A D | locore.S | 1162 lfd %f0,112(%r6) 1164 lfd %f0,0(%r6) 1165 lfd %f1,8(%r6) 1166 lfd %f2,16(%r6) 1167 lfd %f3,24(%r6) 1168 lfd %f4,32(%r6) 1169 lfd %f5,40(%r6) 1170 lfd %f6,48(%r6) 1171 lfd %f7,56(%r6) 1172 lfd %f8,64(%r6) [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | README.txt | 73 lfd f0, lo16(.CPI_X_0)(r2) 75 lfd f2, lo16(.CPI_X_1)(r2) 78 lfd f1, lo16(.CPI_X_2)(r2) 80 lfd f2, lo16(.CPI_X_3)(r2)
|
H A D | README_ALTIVEC.txt | 280 At the moment we always generate a lxsdx in preference to lfd, or stxsdx in
|
H A D | PPCInstrInfo.td | 1863 "lfd $rD, $src", IIC_LdStLFD,
|
/openbsd/usr.sbin/syslogd/ |
H A D | syslogd.c | 1085 reserve_accept4(int lfd, int event, struct event *ev, in reserve_accept4() argument 1095 event_set(ev, lfd, EV_READ|EV_PERSIST, cb, ev); in reserve_accept4() 1105 afd = accept4(lfd, sa, salen, flags); in reserve_accept4() 1114 event_set(ev, lfd, 0, cb, ev); in reserve_accept4() 1123 tcp_acceptcb(int lfd, short event, void *arg) in tcp_acceptcb() argument 1125 acceptcb(lfd, event, arg, 0); in tcp_acceptcb() 1129 tls_acceptcb(int lfd, short event, void *arg) in tls_acceptcb() argument 1131 acceptcb(lfd, event, arg, 1); in tls_acceptcb() 1135 acceptcb(int lfd, short event, void *arg, int usetls) in acceptcb() argument 1146 if ((fd = reserve_accept4(lfd, event, ev, tcp_acceptcb, in acceptcb()
|