Searched refs:bs0 (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/sys/dev/pci/ |
| D | if_xgereg.h | 344 #define RXD_MKCTL2(bs0,bs1,bs2) \ argument 345 (((uint64_t)(bs0) << 48) | ((uint64_t)(bs1) << 32) | \
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/ |
| D | pa.c | 2635 int bs0, bs1, p, len; local 2640 for (bs0 = 0; bs0 < 32; bs0++) 2641 if ((mask & (1 << bs0)) != 0) 2644 for (bs1 = bs0; bs1 < 32; bs1++) 2651 p = 31 - bs0; 2652 len = bs1 - bs0; 2666 int bs0, bs1, p, len; local 2671 for (bs0 = 0; bs0 < HOST_BITS_PER_WIDE_INT; bs0++) 2672 if ((mask & ((unsigned HOST_WIDE_INT) 1 << bs0)) != 0) 2675 for (bs1 = bs0; bs1 < HOST_BITS_PER_WIDE_INT; bs1++) [all …]
|
| /openbsd/src/gnu/gcc/gcc/config/pa/ |
| D | pa.c | 2939 int bs0, bs1, p, len; in output_ior() local 2944 for (bs0 = 0; bs0 < 32; bs0++) in output_ior() 2945 if ((mask & (1 << bs0)) != 0) in output_ior() 2948 for (bs1 = bs0; bs1 < 32; bs1++) in output_ior() 2954 p = 31 - bs0; in output_ior() 2955 len = bs1 - bs0; in output_ior() 2968 int bs0, bs1, p, len; in output_64bit_ior() local 2973 for (bs0 = 0; bs0 < HOST_BITS_PER_WIDE_INT; bs0++) in output_64bit_ior() 2974 if ((mask & ((unsigned HOST_WIDE_INT) 1 << bs0)) != 0) in output_64bit_ior() 2977 for (bs1 = bs0; bs1 < HOST_BITS_PER_WIDE_INT; bs1++) in output_64bit_ior() [all …]
|
| /openbsd/src/lib/libcrypto/aes/asm/ |
| D | bsaes-x86_64.pl | 947 my ($bs0,$bs1,$bs2,$t2,$t3)=@_[8..12]; 949 &swapmove (@x[0,1],1,$bs0,$t2,$t3);
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | stabs.texinfo | 1533 .stabs "void:t19=bs0;0;0",128,0,0,0
|