Home
last modified time | relevance | path

Searched refs:lowest_bit_set (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/config/sparc/
Dsparc.c1858 int lowest_bit_set, highest_bit_set, all_bits_between_are_set; local
1861 lowest_bit_set = highest_bit_set = -1;
1865 if ((lowest_bit_set == -1)
1867 lowest_bit_set = i;
1874 || (lowest_bit_set == -1)));
1880 if ((lowest_bit_set == -1)
1882 lowest_bit_set = i + 32;
1889 || (lowest_bit_set == -1)));
1893 if (lowest_bit_set == -1
1897 for (i = lowest_bit_set; i <= highest_bit_set; i++)
[all …]
/openbsd/src/gnu/gcc/gcc/config/sparc/
Dsparc.c1545 int lowest_bit_set, highest_bit_set, all_bits_between_are_set; in analyze_64bit_constant() local
1548 lowest_bit_set = highest_bit_set = -1; in analyze_64bit_constant()
1552 if ((lowest_bit_set == -1) in analyze_64bit_constant()
1554 lowest_bit_set = i; in analyze_64bit_constant()
1561 || (lowest_bit_set == -1))); in analyze_64bit_constant()
1567 if ((lowest_bit_set == -1) in analyze_64bit_constant()
1569 lowest_bit_set = i + 32; in analyze_64bit_constant()
1576 || (lowest_bit_set == -1))); in analyze_64bit_constant()
1580 gcc_assert (lowest_bit_set != -1 && highest_bit_set != -1); in analyze_64bit_constant()
1582 for (i = lowest_bit_set; i <= highest_bit_set; i++) in analyze_64bit_constant()
[all …]
/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp4780 uint32_t lowest_bit_set = 14; in EmulateSTMDA() local
4784 if (i < lowest_bit_set) in EmulateSTMDA()
4785 lowest_bit_set = i; in EmulateSTMDA()
4787 if ((i == n) && wback && (i != lowest_bit_set)) in EmulateSTMDA()