Searched refs:bitshift (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/mips/nlm/hal/ |
| H A D | nlmsaelib.h | 75 #define left_shift64(x, bitshift, numofbits) \ argument 76 ((uint64_t)(x) << (bitshift)) 78 #define left_shift64_mask(x, bitshift, numofbits) \ argument 79 (((uint64_t)(x) & ((1ULL << (numofbits)) - 1)) << (bitshift))
|
| /freebsd-12.1/sys/mips/nlm/dev/sec/ |
| H A D | nlmsec.c | 122 #define extract_bits(x, bitshift, bitcnt) \ argument 123 (((unsigned long long)x >> bitshift) & ((1ULL << bitcnt) - 1))
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | altivec.md | 2021 rtx bitshift = operands[2]; 2026 if (! CONSTANT_P (bitshift)) 2028 bitshift_val = INTVAL (bitshift); 2051 rtx bitshift = operands[2]; 2056 if (! CONSTANT_P (bitshift)) 2058 bitshift_val = INTVAL (bitshift);
|
| /freebsd-12.1/usr.sbin/bsdconfig/share/ |
| H A D | strings.subr | 412 # Test for invalid prefix (and determine bitshift length)
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-alpha.c | 2412 int bitshift = 64 - 8 * (1 << lgsize); in emit_sextX() local 2417 set_tok_const (newtok[1], bitshift); in emit_sextX()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 1720 ADDR32:$bitshift, ADDR32:$negbitshift, 1724 ADDR32:$bitshift, ADDR32:$negbitshift,
|
| H A D | SystemZInstrFormats.td | 4761 (ins bdaddr20only:$ptr, operand:$src2, ADDR32:$bitshift, 4763 [(set GR32:$dst, (operator bdaddr20only:$ptr, pat, ADDR32:$bitshift,
|
| /freebsd-12.1/contrib/jemalloc/ |
| H A D | ChangeLog | 673 + Don't bitshift by negative amounts when encoding/decoding run sizes in
|