Home
last modified time | relevance | path

Searched refs:bitwidth (Results 1 – 25 of 53) sorted by relevance

123

/netbsd-src/usr.sbin/cpuctl/arch/
H A Daarch64.c67 unsigned char bitwidth; member
126 .bitwidth = _bitwidth, \
237 { .bitwidth = 0 } /* end of table */
284 { .bitwidth = 0 } /* end of table */
383 { .bitwidth = 0 } /* end of table */
498 { .bitwidth = 0 } /* end of table */
601 { .bitwidth = 0 } /* end of table */
693 { .bitwidth = 0 } /* end of table */
756 { .bitwidth = 0 } /* end of table */
813 { .bitwidth
[all...]
/netbsd-src/sbin/newfs_lfs/
H A Dnewfs.c170 int debug, force, fsi, fso, lfs_segsize, maxpartitions, bitwidth; in main() local
190 start = debug = force = lfs_segsize = bitwidth = 0; in main()
254 bitwidth = strtoint("bit width", optarg, 32, 64); in main()
266 if (bitwidth != 32 && bitwidth != 64 && bitwidth != 0) { in main()
268 bitwidth); in main()
270 if (bitwidth == 64 && version < 2) { in main()
364 if (bitwidth == 0) { in main()
366 bitwidth = 64; in main()
368 bitwidth = 32; in main()
372 if (dkw.dkw_size > 0x7fffffff && bitwidth == 32) { in main()
[all …]
H A Dmake_lfs.c392 u_int32_t roll_id, int bitwidth) in make_lfs() argument
424 is64 = (bitwidth == 64); in make_lfs()
644 printf("Creating a version %d LFS%d", lfs_sb_getversion(fs), bitwidth); in make_lfs()
648 if (bitwidth == 64) { in make_lfs()
/netbsd-src/sys/arch/aarch64/aarch64/
H A Ddb_trace.c188 SignExtend(int bitwidth, uint64_t imm, unsigned int multiply) in SignExtend() argument
190 const uint64_t signbit = ((uint64_t)1 << (bitwidth - 1)); in SignExtend()
199 ZeroExtend(int bitwidth, uint64_t imm, unsigned int multiply) in ZeroExtend() argument
206 rotate(int bitwidth, uint64_t v, int n) in rotate() argument
210 n &= (bitwidth - 1); in rotate()
211 result = (((v << (bitwidth - n)) | (v >> n))); in rotate()
212 if (bitwidth < 64) in rotate()
213 result &= ((1ULL << bitwidth) - 1); in rotate()
220 const int bitwidth = (sf == 0) ? 32 : 64; in DecodeBitMasks() local
229 while (esize < bitwidth) { in DecodeBitMasks()
[all …]
H A Ddisasm.c646 SignExtend(int bitwidth, uint64_t imm, unsigned int multiply) in SignExtend() argument
648 const uint64_t signbit = ((uint64_t)1 << (bitwidth - 1)); in SignExtend()
657 ZeroExtend(int bitwidth, uint64_t imm, unsigned int multiply) in ZeroExtend() argument
664 rotate(int bitwidth, uint64_t v, int n) in rotate() argument
668 n &= (bitwidth - 1); in rotate()
669 result = (((v << (bitwidth - n)) | (v >> n))); in rotate()
670 if (bitwidth < 64) in rotate()
671 result &= ((1ULL << bitwidth) - 1); in rotate()
698 const int bitwidth = (sf == 0) ? 32 : 64; in DecodeBitMasks() local
707 while (esize < bitwidth) { in DecodeBitMasks()
[all …]
H A Dkobj_machdep.c103 checkoverflow(Elf_Addr addr, int bitwidth, Elf_Addr targetaddr, in checkoverflow() argument
106 const Elf_Addr mask = ~__BITS(bitwidth - 1, 0); in checkoverflow()
111 (uintptr_t)targetaddr, where, off, bitwidth, bitscale); in checkoverflow()
H A Ddb_interface.c274 SignExtend(int bitwidth, uint64_t imm, unsigned int multiply) in SignExtend() argument
276 const uint64_t signbit = ((uint64_t)1 << (bitwidth - 1)); in SignExtend()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c5020 unsigned int bitwidth = GET_MODE_PRECISION (mode); in num_sign_bit_copies1() local
5029 if (bitwidth <= HOST_BITS_PER_WIDE_INT in num_sign_bit_copies1()
5030 && (nonzero & (HOST_WIDE_INT_1U << (bitwidth - 1))) != 0) in num_sign_bit_copies1()
5033 return (nonzero == 0 ? bitwidth : bitwidth - floor_log2 (nonzero) - 1); in num_sign_bit_copies1()
5043 if (bitwidth < xmode_width) in num_sign_bit_copies1()
5047 return MAX (1, num0 - (int) (xmode_width - bitwidth)); in num_sign_bit_copies1()
5050 if (bitwidth > xmode_width) in num_sign_bit_copies1()
5105 return MAX (1, ((int) bitwidth - (int) xmode_width + 1)); in num_sign_bit_copies1()
5117 return MAX ((int) bitwidth - (int) xmode_width + 1, num0); in num_sign_bit_copies1()
5123 if (bitwidth <= GET_MODE_PRECISION (inner_mode)) in num_sign_bit_copies1()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DGenericOpcodes.td350 /// fshl(X,Y,Z): (X << (Z % bitwidth)) | (Y >> (bitwidth - (Z % bitwidth)))
358 /// fshr(X,Y,Z): (X << (bitwidth - (Z % bitwidth))) | (Y >> (Z % bitwidth))
408 // bitwidth as the pointer type.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DEvergreenInstructions.td425 // x & (-1 >> (bitwidth - y))
431 // x << (bitwidth - y) >> (bitwidth - y)
H A DSIInstructions.td2441 // x & (-1 >> (bitwidth - y))
2447 // x << (bitwidth - y) >> (bitwidth - y)
/netbsd-src/external/bsd/flex/dist/m4/
H A Dltoptions.m4352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
/netbsd-src/external/lgpl3/mpfr/dist/m4/
H A Dltoptions.m4352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/m4/
H A Dltoptions.m4352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
/netbsd-src/external/bsd/ntp/dist/sntp/m4/
H A Dltoptions.m4352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
/netbsd-src/external/bsd/openldap/dist/build/
H A Dltoptions.m4352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
/netbsd-src/external/lgpl3/mpc/dist/m4/
H A Dltoptions.m4352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
/netbsd-src/sys/external/isc/libsodium/dist/m4/
H A Dltoptions.m4352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
/netbsd-src/external/mpl/bind/dist/m4/
H A Dltoptions.m4352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
/netbsd-src/external/mit/isl/dist/m4/
H A Dltoptions.m4352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A Dltoptions.m4352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
/netbsd-src/external/bsd/libevent/dist/m4/
H A Dltoptions.m4352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
/netbsd-src/external/mit/expat/dist/m4/
H A Dltoptions.m4352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli589 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See
593 (** [i8_type c] returns an integer type of bitwidth 8 in the context [c]. See
597 (** [i16_type c] returns an integer type of bitwidth 16 in the context [c]. See
601 (** [i32_type c] returns an integer type of bitwidth 32 in the context [c]. See
605 (** [i64_type c] returns an integer type of bitwidth 64 in the context [c]. See
609 (** [integer_type c n] returns an integer type of bitwidth [n] in the context
977 None is returned if this is not an integer constant, or bitwidth exceeds 64.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DStatepoints.rst461 "deopt" operand bundle. At the moment, only deopt parameters with a bitwidth
465 extension to the original bitwidth).

123