/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-xgate.c | 1216 int *bit_width, in xgate_parse_operand() argument 1227 *bit_width = 0; in xgate_parse_operand() 1235 *bit_width = 5; in xgate_parse_operand() 1252 *bit_width = 3; in xgate_parse_operand() 1262 *bit_width = (int) *op_constraint - '0'; in xgate_parse_operand() 1264 *bit_width = 0x0A; in xgate_parse_operand() 1266 *bit_width = 0x0F; in xgate_parse_operand() 1280 for (i = *bit_width; i; i--) in xgate_parse_operand() 1322 *bit_width = 0; in xgate_parse_operand() 1328 *bit_width = 0; in xgate_parse_operand()
|
H A D | tc-loongarch.c | 835 int bit_width, bits_needed_s, bits_needed_u; in loongarch_args_parser_can_match_arg_helper() local 844 bit_width = loongarch_get_bit_field_width (bit_field, &t); in loongarch_args_parser_can_match_arg_helper() 846 if (bit_width == -1) in loongarch_args_parser_can_match_arg_helper() 865 if ((esc_ch1 == 's' && bit_width < bits_needed_s) in loongarch_args_parser_can_match_arg_helper() 866 || (esc_ch1 != 's' && bit_width < bits_needed_u)) in loongarch_args_parser_can_match_arg_helper()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-xgate.c | 1214 int *bit_width, in xgate_parse_operand() argument 1225 *bit_width = 0; in xgate_parse_operand() 1233 *bit_width = 5; in xgate_parse_operand() 1250 *bit_width = 3; in xgate_parse_operand() 1260 *bit_width = (int) *op_constraint - '0'; in xgate_parse_operand() 1262 *bit_width = 0x0A; in xgate_parse_operand() 1264 *bit_width = 0x0F; in xgate_parse_operand() 1278 for (i = *bit_width; i; i--) in xgate_parse_operand() 1320 *bit_width = 0; in xgate_parse_operand() 1326 *bit_width = 0; in xgate_parse_operand()
|
H A D | tc-loongarch.c | 707 int bit_width, bits_needed_s, bits_needed_u; in loongarch_args_parser_can_match_arg_helper() local 716 bit_width = loongarch_get_bit_field_width (bit_field, &t); in loongarch_args_parser_can_match_arg_helper() 718 if (bit_width == -1) in loongarch_args_parser_can_match_arg_helper() 737 if ((esc_ch1 == 's' && bit_width < bits_needed_s) in loongarch_args_parser_can_match_arg_helper() 738 || (esc_ch1 != 's' && bit_width < bits_needed_u)) in loongarch_args_parser_can_match_arg_helper()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DataLayout.cpp | 105 Align pref_align, uint32_t bit_width) { in get() argument 111 retval.TypeBitWidth = bit_width; in get() 560 Align pref_align, uint32_t bit_width) { in setAlignment() argument 566 if (!isUInt<24>(bit_width)) in setAlignment() 572 AlignmentsTy::iterator I = findAlignmentLowerBound(align_type, bit_width); in setAlignment() 574 I->AlignType == (unsigned)align_type && I->TypeBitWidth == bit_width) { in setAlignment() 581 pref_align, bit_width)); in setAlignment()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_gfx.h | 330 static inline u32 amdgpu_gfx_create_bitmask(u32 bit_width) in amdgpu_gfx_create_bitmask() argument 332 return (u32)((1ULL << bit_width) - 1); in amdgpu_gfx_create_bitmask()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DataLayout.h | 80 Align pref_align, uint32_t bit_width); 177 Align pref_align, uint32_t bit_width);
|
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
H A D | platform.h | 390 uint32_t bit_width; member 433 uint8_t bit_width; member
|
/netbsd-src/sys/arch/ia64/include/ |
H A D | dig64.h | 42 uint8_t bit_width; member
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | bit | 26 constexpr T bit_width(T x) noexcept; // C++20 317 bit_width(_Tp __t) noexcept
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
H A D | tilegx.md | 818 HOST_WIDE_INT bit_offset, bit_width; 824 bit_width = INTVAL (operands[2]); 831 bit_offset = GET_MODE_BITSIZE (QImode) - bit_width - bit_offset; 834 if (MEM_ALIGN (operands[1]) >= bit_offset + bit_width) 839 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT; 844 bit_width, bit_offset, 1); 859 HOST_WIDE_INT bit_width = INTVAL (operands[2]); 873 bit_offset = GET_MODE_BITSIZE (QImode) - bit_width - bit_offset; 876 if (MEM_ALIGN (operands[1]) >= bit_offset + bit_width) 881 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT; [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/ |
H A D | tilegx.md | 818 HOST_WIDE_INT bit_offset, bit_width; 824 bit_width = INTVAL (operands[2]); 831 bit_offset = GET_MODE_BITSIZE (QImode) - bit_width - bit_offset; 834 if (MEM_ALIGN (operands[1]) >= bit_offset + bit_width) 839 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT; 844 bit_width, bit_offset, 1); 859 HOST_WIDE_INT bit_width = INTVAL (operands[2]); 873 bit_offset = GET_MODE_BITSIZE (QImode) - bit_width - bit_offset; 876 if (MEM_ALIGN (operands[1]) >= bit_offset + bit_width) 881 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT; [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
H A D | tilepro.md | 540 HOST_WIDE_INT bit_offset, bit_width; 543 bit_width = INTVAL (operands[2]); 547 if (MEM_ALIGN (operands[1]) >= bit_offset + bit_width) 552 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT; 557 bit_width, bit_offset, 1); 570 HOST_WIDE_INT bit_offset, bit_width; 573 bit_width = INTVAL (operands[2]); 577 if (MEM_ALIGN (operands[1]) >= bit_offset + bit_width) 582 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT; 587 bit_width, bit_offset, 0);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/ |
H A D | tilepro.md | 540 HOST_WIDE_INT bit_offset, bit_width; 543 bit_width = INTVAL (operands[2]); 547 if (MEM_ALIGN (operands[1]) >= bit_offset + bit_width) 552 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT; 557 bit_width, bit_offset, 1); 570 HOST_WIDE_INT bit_offset, bit_width; 573 bit_width = INTVAL (operands[2]); 577 if (MEM_ALIGN (operands[1]) >= bit_offset + bit_width) 582 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT; 587 bit_width, bit_offset, 0);
|
/netbsd-src/sys/arch/ia64/stand/ia64/efi/ |
H A D | main.c | 555 printf(" Bit width = %u\n", gas->bit_width); in command_hcdp()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | bit | 360 bit_width(_Tp __x) noexcept
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | bit | 454 bit_width(_Tp __x) noexcept
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-simd.md | 1104 int bit_width = GET_MODE_UNIT_SIZE (<MODE>mode) * BITS_PER_UNIT; 1110 if (shift_amount >= 0 && shift_amount < bit_width) 1137 int bit_width = GET_MODE_UNIT_SIZE (<MODE>mode) * BITS_PER_UNIT; 1143 if (shift_amount > 0 && shift_amount <= bit_width) 1172 int bit_width = GET_MODE_UNIT_SIZE (<MODE>mode) * BITS_PER_UNIT; 1178 if (shift_amount > 0 && shift_amount <= bit_width)
|
H A D | aarch64.c | 18384 int bit_width = GET_MODE_UNIT_SIZE (mode) * BITS_PER_UNIT; in aarch64_simd_shift_imm_p() local 18386 return IN_RANGE (INTVAL (x), 0, bit_width - 1); in aarch64_simd_shift_imm_p() 18388 return IN_RANGE (INTVAL (x), 1, bit_width); in aarch64_simd_shift_imm_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-simd.md | 1197 int bit_width = GET_MODE_UNIT_SIZE (<MODE>mode) * BITS_PER_UNIT; 1203 if (shift_amount >= 0 && shift_amount < bit_width) 1230 int bit_width = GET_MODE_UNIT_SIZE (<MODE>mode) * BITS_PER_UNIT; 1236 if (shift_amount > 0 && shift_amount <= bit_width) 1265 int bit_width = GET_MODE_UNIT_SIZE (<MODE>mode) * BITS_PER_UNIT; 1271 if (shift_amount > 0 && shift_amount <= bit_width)
|
H A D | aarch64.cc | 21530 int bit_width = GET_MODE_UNIT_SIZE (mode) * BITS_PER_UNIT; in aarch64_simd_shift_imm_p() local 21532 return IN_RANGE (INTVAL (x), 0, bit_width - 1); in aarch64_simd_shift_imm_p() 21534 return IN_RANGE (INTVAL (x), 1, bit_width); in aarch64_simd_shift_imm_p()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
H A D | radeon_si.c | 2974 static u32 si_create_bitmask(u32 bit_width) in si_create_bitmask() argument 2978 for (i = 0; i < bit_width; i++) { in si_create_bitmask()
|
H A D | radeon_cik.c | 3076 static u32 cik_create_bitmask(u32 bit_width) in cik_create_bitmask() argument 3080 for (i = 0; i < bit_width; i++) { in cik_create_bitmask()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 3798 unsigned bit_width = Context.getTypeInfo(Ty).Width; in ActOnNumericConstant() local 3800 llvm::APInt Val(bit_width, 0, isSigned); in ActOnNumericConstant()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2020 | 7892 * testsuite/26_numerics/bit/bit.pow.two/bit_width.cc: ... here.
|