Home
last modified time | relevance | path

Searched refs:BP (Results 1 – 25 of 41) sorted by relevance

12

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/rc4/asm/
Drc4-586.pl178 &mov (&LB($xx),&BP(0,$dat)); # load key->x
179 &mov (&LB($yy),&BP(4,$dat)); # load key->y
273 &xor (&LB($ty),&BP(0,$inp));
277 &mov (&BP(-1,$out,$inp),&LB($ty));
284 &movz ($tx,&BP(0,$dat,$xx));
288 &movz ($ty,&BP(0,$dat,$yy));
289 &mov (&BP(0,$dat,$yy),&LB($tx));
290 &mov (&BP(0,$dat,$xx),&LB($ty));
292 &movz ($ty,&BP(0,$dat,$ty));
294 &xor (&LB($ty),&BP(0,$inp));
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/perlasm/
Dcbc.pl169 &movb(&HB("edx"), &BP(6,$in,"",0));
173 &movb(&HB("edx"), &BP(5,$in,"",0));
176 &movb(&LB("edx"), &BP(4,$in,"",0));
183 &movb(&HB("ecx"), &BP(2,$in,"",0));
187 &movb(&HB("ecx"), &BP(1,$in,"",0));
190 &movb(&LB("ecx"), &BP(0,$in,"",0));
298 &movb(&BP(6,$out,"",0), &LB("edx"));
301 &movb(&BP(5,$out,"",0), &HB("edx"));
303 &movb(&BP(4,$out,"",0), &LB("edx"));
309 &movb(&BP(2,$out,"",0), &LB("ecx"));
[all …]
Dx86nasm.pl79 sub ::BP { &get_mem("BYTE",@_); }
Dx86masm.pl79 sub ::BP { &get_mem("BYTE",@_); }
Dx86gas.pl101 sub ::BP { &::DWP(@_); }
DREADME.md32 &BP(off,base,index,scale) Byte pointer addressing
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dstreamer-hooks.h77 #define stream_input_location(LOCPTR, BP, DATA_IN) \ argument
78 streamer_hooks.input_location (LOCPTR, BP, DATA_IN)
80 #define stream_output_location(OB, BP, LOC) \ argument
81 streamer_hooks.output_location (OB, BP, LOC)
83 #define stream_output_location_and_block(OB, BP, LOC) \ argument
84 streamer_hooks.output_location_and_block (OB, BP, LOC)
/netbsd/src/games/sail/
Dparties.c47 struct BP *p = from->file->OBP; in meleeing()
48 struct BP *q = p + NBP; in meleeing()
59 struct BP *p = isdefense ? from->file->DBP : from->file->OBP; in boarding()
60 struct BP *q = p + NBP; in boarding()
71 struct BP *p = isdefense ? ship->file->DBP : ship->file->OBP; in unboard()
Dextern.h115 struct BP { struct
148 struct BP OBP[NBP]; /* 30 */
149 struct BP DBP[NBP]; /* 48 */
Ddr_3.c272 struct BP *bp; in sendbp()
293 struct BP *bp; in is_toughmelee()
Ddr_5.c75 struct BP *bp; in mensent()
Dpl_5.c211 struct BP *ptr; in parties()
Dsync.c746 struct BP *p = &ship->file->DBP[a]; in recv_dbp()
811 struct BP *p = &ship->file->OBP[a]; in recv_obp()
/netbsd/src/sys/ufs/lfs/
Dlfs_accessors.h678 #define LFS_SEGENTRY(SP, F, IN, BP) do { \ argument
684 lfs_sb_getbsize(F), 0, &(BP))) != 0) \
688 (SP) = (SEGUSE *)((SEGUSE_V1 *)(BP)->b_data + \
691 (SP) = (SEGUSE *)(BP)->b_data + ((IN) % lfs_sb_getsepb(F)); \
695 #define LFS_WRITESEGENTRY(SP, F, IN, BP) do { \ argument
701 LFS_BWRITE_LOG(BP); \
831 #define LFS_IENTRY(IP, F, IN, BP) do { \ argument
837 lfs_sb_getbsize(F), 0, &(BP))) != 0) \
840 (IP) = (IFILE *)((IFILE64 *)(BP)->b_data + \
843 (IP) = (IFILE *)((IFILE32 *)(BP)->b_data + \
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/
Dx86cpuid.pl300 &mov (&BP(0,"edx"),"al");
310 &mov (&BP(0,"edx"),"al");
336 &mov ("dl",&BP(0,"esi"));
338 &xor ("dl",&BP(0,"edi"));
483 &mov (&BP(0,"edi"),"dl");
/netbsd/src/sys/sys/
Dmount.h309 #define WAPBL_ADD_BUF(MP, BP) \ argument
310 (*(MP)->mnt_wapbl_op->wo_wapbl_add_buf)((MP)->mnt_wapbl, (BP))
311 #define WAPBL_REMOVE_BUF(MP, BP) \ argument
312 (*(MP)->mnt_wapbl_op->wo_wapbl_remove_buf)((MP)->mnt_wapbl, (BP))
313 #define WAPBL_RESIZE_BUF(MP, BP, OLDSZ, OLDCNT) \ argument
314 (*(MP)->mnt_wapbl_op->wo_wapbl_resize_buf)((MP)->mnt_wapbl, (BP), \
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/modes/asm/
Dghash-x86.pl182 &mov (&LB($rem),&BP($off,"esp",$cnt));
214 &mov (&LB($rem),&BP($off+15-($i>>1),"esp"));
217 &mov (&LB($rem),&BP($off+15-($i>>1),"esp"));
398 &mov (&LB($nlo),&BP($cnt/2,$inp)) if (!$odd && $cnt>=0);
439 &movz ($Zll,&BP(15,$inp));
542 &mov (&LB($nlo),&BP(0,$inp,$cnt));
612 &movz ($Zll,&BP(15,$inp));
681 &mov (&BP($i,"esp"),&LB("edx")) if ($i<16);
737 &xor (&LB($rem[1]),&BP(0,"esp",$nhi[0])); # rem^(H[nhi]<<4)
769 &xor (&LB($rem[1]),&BP(0,"esp",$nhi[0])); # rem^(H[nhi]<<4)
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dbfin-parse.h184 BP = 385, /* BP */ enumerator
363 #define BP 385 macro
/netbsd/src/sys/arch/sparc/sparc/
Dautoconf.c659 #define BP_APPEND(BP,N,V0,V1,V2) { \ in bootpath_fake() argument
660 strcpy((BP)->name, N); \ in bootpath_fake()
661 (BP)->val[0] = (V0); \ in bootpath_fake()
662 (BP)->val[1] = (V1); \ in bootpath_fake()
663 (BP)->val[2] = (V2); \ in bootpath_fake()
664 (BP)++; \ in bootpath_fake()
/netbsd/src/external/gpl3/gdb/dist/libiberty/testsuite/
Drust-demangle-expected80 _ZN4core3ptr31_$LT$impl$u20$$BP$mut$u20$T$GT$7is_null17h7f9de798bc3f0879E
104 _ZN4core3ptr31_$LT$impl$u20$$BP$mut$u20$T$GT$7is_null17h0f3228f343444ac8E
/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Ddsp2.igen393 011111,5.RS,5.RT,000,2.BP,10000,110001:SPECIAL3:32::BALIGN
394 "balign r<RT>, r<RS>, <BP>"
397 do_balign (SD_, RT, RS, BP);
Dmicromipsdsp.igen154 000000,5.RT,5.RS,2.BP,00100010,111100:POOL32A:32::BALIGN
155 "balign r<RT>, r<RS>, <BP>"
158 do_balign (SD_, RT, RS, BP);
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/aes/asm/
Daesni-x86.pl1433 &movz ($rounds,&BP(0,$inp));
1434 &movz ($key,&BP(-16,$out));
1436 &mov (&BP(-16,$out),&LB($rounds));
1437 &mov (&BP(0,$out),&LB($key));
1809 &movz ($rounds,&BP(16,$inp));
1810 &movz ($key,&BP(0,$out));
1812 &mov (&BP(0,$out),&LB($rounds));
1813 &mov (&BP(16,$out),&LB($key));
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
Dsha512-586.pl288 &mov (&LB("edx"),&BP(0,$K512)); # pre-fetch LSB of *K
/netbsd/src/share/misc/
Dcountry222 Solomon Islands SB SLB 090 BP

12