/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
H A D | spu_ovl.S | 82 #define pbit save1 macro 368 andi pbit, pbyte, 1 # 0,2 37 373 or newvma, vma, pbit # 0,2 41 436 andc pbit, pbit, zovl # 0,2 74 447 andc oldvma, oldvma, pbit # 0,2 77
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
H A D | spu_ovl.S | 82 #define pbit save1 macro 368 andi pbit, pbyte, 1 # 0,2 37 373 or newvma, vma, pbit # 0,2 41 436 andc pbit, pbit, zovl # 0,2 74 447 andc oldvma, oldvma, pbit # 0,2 77
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
H A D | ec_mult.c | 149 int i, cardinality_bits, group_top, kbit, pbit, Z_is_one; in ossl_ec_scalar_mul_ladder() local 283 pbit = 1; in ossl_ec_scalar_mul_ladder() 353 kbit = BN_is_bit_set(k, i) ^ pbit; in ossl_ec_scalar_mul_ladder() 365 pbit ^= kbit; in ossl_ec_scalar_mul_ladder() 368 EC_POINT_CSWAP(pbit, r, s, group_top, Z_is_one); in ossl_ec_scalar_mul_ladder()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
H A D | ec_mult.c | 143 int i, cardinality_bits, group_top, kbit, pbit, Z_is_one; in ec_scalar_mul_ladder() local 276 pbit = 1; in ec_scalar_mul_ladder() 346 kbit = BN_is_bit_set(k, i) ^ pbit; in ec_scalar_mul_ladder() 358 pbit ^= kbit; in ec_scalar_mul_ladder() 361 EC_POINT_CSWAP(pbit, r, s, group_top, Z_is_one); in ec_scalar_mul_ladder()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | parsecpu.awk | 98 pbit[bits[bit]] = 1 103 pbit[bitsep[2]] = 1 113 for (bname in pbit) { 126 delete pbit
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | parsecpu.awk | 98 pbit[bits[bit]] = 1 103 pbit[bitsep[2]] = 1 113 for (bname in pbit) { 126 delete pbit
|
/netbsd-src/lib/libc/nameser/ |
H A D | ns_print.c | 678 int pbyte, pbit; in ns_sprintrrf() local 684 pbit = *rdata; in ns_sprintrrf() 685 if (pbit > 128) goto formerr; in ns_sprintrrf() 686 pbyte = (pbit & ~7) / 8; in ns_sprintrrf() 690 if (pbit < 128) { in ns_sprintrrf() 700 if (pbit == 0) in ns_sprintrrf()
|
/netbsd-src/external/bsd/libbind/dist/nameser/ |
H A D | ns_print.c | 666 int pbyte, pbit; in ns_sprintrrf() local 672 pbit = *rdata; in ns_sprintrrf() 673 if (pbit > 128) goto formerr; in ns_sprintrrf() 674 pbyte = (pbit & ~7) / 8; in ns_sprintrrf() 678 if (pbit < 128) { in ns_sprintrrf() 688 if (pbit == 0) in ns_sprintrrf()
|
/netbsd-src/external/gpl3/binutils/dist/cpu/ |
H A D | cris.cpu | 537 (define-pmacro wf-condition pbit) 917 (sll (zext SI (reg BI h-pbit)) 7) 936 (set (reg BI h-pbit) (if BI (ne SI (and val (sll 1 7)) 0) 1 0)) 981 (sll (zext SI (reg BI h-pbit)) 7) 1016 (set (reg BI h-pbit) (if BI (ne SI (and val (sll 1 7)) 0) 1 0)) 1108 (dsh h-pbit "sequence-broken bit" ((MACH crisv10,crisv32)) (register BI)) 1231 (dnop pbit "" (SEM-ONLY (MACH crisv10,crisv32)) h-pbit f-nil) 2257 (if (eq pbit 0) 2264 (set cbit pbit))
|
/netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
H A D | cris.cpu | 537 (define-pmacro wf-condition pbit) 916 (sll (zext SI (reg BI h-pbit)) 7) 935 (set (reg BI h-pbit) (if BI (ne SI (and val (sll 1 7)) 0) 1 0)) 980 (sll (zext SI (reg BI h-pbit)) 7) 1015 (set (reg BI h-pbit) (if BI (ne SI (and val (sll 1 7)) 0) 1 0)) 1107 (dsh h-pbit "sequence-broken bit" ((MACH crisv10,crisv32)) (register BI)) 1230 (dnop pbit "" (SEM-ONLY (MACH crisv10,crisv32)) h-pbit f-nil) 2256 (if (eq pbit 0) 2263 (set cbit pbit))
|
/netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
H A D | cris.cpu | 537 (define-pmacro wf-condition pbit) 916 (sll (zext SI (reg BI h-pbit)) 7) 935 (set (reg BI h-pbit) (if BI (ne SI (and val (sll 1 7)) 0) 1 0)) 980 (sll (zext SI (reg BI h-pbit)) 7) 1015 (set (reg BI h-pbit) (if BI (ne SI (and val (sll 1 7)) 0) 1 0)) 1107 (dsh h-pbit "sequence-broken bit" ((MACH crisv10,crisv32)) (register BI)) 1230 (dnop pbit "" (SEM-ONLY (MACH crisv10,crisv32)) h-pbit f-nil) 2256 (if (eq pbit 0) 2263 (set cbit pbit))
|
/netbsd-src/sys/dev/pci/ |
H A D | radeonfb.c | 2142 uint32_t pbit = 0; in radeonfb_program_vclk() local 2146 radeonfb_calc_dividers(sc, dotclock, &pbit, &feed, flags); in radeonfb_program_vclk() 2173 div0 |= pbit; in radeonfb_program_vclk() 2258 data |= pbit; in radeonfb_program_vclk()
|