Searched refs:booth_unit_size (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gcc/config/arm/
H A Darm.c4901 int j, booth_unit_size;
4905 booth_unit_size = 2;
4906 for (j = 0; i && j < 32; j += booth_unit_size)
4908 i >>= booth_unit_size;
4967 int j, booth_unit_size;
4971 booth_unit_size = 8;
4972 for (j = 0; i && j < 32; j += booth_unit_size)
4974 i >>= booth_unit_size;
4891 int j, booth_unit_size; local
4898 i >>= booth_unit_size; local
4957 int j, booth_unit_size; local
4964 i >>= booth_unit_size; local

Completed in 62 milliseconds