Searched defs:highest_bit_set (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
H A D | sparc.c | 2915 int lowest_bit_set, highest_bit_set, all_bits_between_are_set; in analyze_64bit_constant() local 2978 int highest_bit_set, lowest_bit_set, all_bits_between_are_set; in const64_is_2insns() local 3032 int lowest_bit_set, highest_bit_set; in sparc_emit_set_const64() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
H A D | sparc.cc | 2911 int lowest_bit_set, highest_bit_set, all_bits_between_are_set; in analyze_64bit_constant() local 2974 int highest_bit_set, lowest_bit_set, all_bits_between_are_set; in const64_is_2insns() local 3028 int lowest_bit_set, highest_bit_set; in sparc_emit_set_const64() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64.c | 8937 int highest_bit_set = floor_log2 (val_in); in aarch64_and_split_imm1() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64.cc | 10390 int highest_bit_set = floor_log2 (val_in); in aarch64_and_split_imm1() local
|