Home
last modified time | relevance | path

Searched refs:bit_width (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-xgate.c1216 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 Dtc-loongarch.c835 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 Dtc-xgate.c1214 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 Dtc-loongarch.c707 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 DDataLayout.cpp105 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 Damdgpu_gfx.h330 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 DDataLayout.h80 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 Dplatform.h390 uint32_t bit_width; member
433 uint8_t bit_width; member
/netbsd-src/sys/arch/ia64/include/
H A Ddig64.h42 uint8_t bit_width; member
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dbit26 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 Dtilegx.md818 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 Dtilegx.md818 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 Dtilepro.md540 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 Dtilepro.md540 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 Dmain.c555 printf(" Bit width = %u\n", gas->bit_width); in command_hcdp()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dbit360 bit_width(_Tp __x) noexcept
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dbit454 bit_width(_Tp __x) noexcept
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-simd.md1104 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 Daarch64.c18384 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 Daarch64-simd.md1197 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 Daarch64.cc21530 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 Dradeon_si.c2974 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 Dradeon_cik.c3076 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 DSemaExpr.cpp3798 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 DChangeLog-20207892 * testsuite/26_numerics/bit/bit.pow.two/bit_width.cc: ... here.

12