Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.c1459 static int bitint; in h8300_print_operand() local
1514 bitint = exact_log2 (bitint & 0xff); in h8300_print_operand()
1516 bitint = exact_log2 ((bitint >> 8) & 0xff); in h8300_print_operand()
1517 gcc_assert (bitint >= 0); in h8300_print_operand()
1518 fprintf (file, "#%d", bitint); in h8300_print_operand()
1523 bitint = exact_log2 (bitint & 0xff); in h8300_print_operand()
1525 bitint = (exact_log2 ((bitint >> 8) & 0xff)); in h8300_print_operand()
1526 gcc_assert (bitint >= 0); in h8300_print_operand()
1537 gcc_assert (bitint >= 0); in h8300_print_operand()
1542 bitint = -1; in h8300_print_operand()
[all …]
H A Dh8300.cc1430 static int bitint; in h8300_print_operand() local
1485 bitint = exact_log2 (bitint & 0xff); in h8300_print_operand()
1487 bitint = exact_log2 ((bitint >> 8) & 0xff); in h8300_print_operand()
1488 gcc_assert (bitint >= 0); in h8300_print_operand()
1489 fprintf (file, "#%d", bitint); in h8300_print_operand()
1494 bitint = exact_log2 (bitint & 0xff); in h8300_print_operand()
1496 bitint = (exact_log2 ((bitint >> 8) & 0xff)); in h8300_print_operand()
1497 gcc_assert (bitint >= 0); in h8300_print_operand()
1508 gcc_assert (bitint >= 0); in h8300_print_operand()
1513 bitint = -1; in h8300_print_operand()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dh8300.c1459 static int bitint; in h8300_print_operand() local
1514 bitint = exact_log2 (bitint & 0xff); in h8300_print_operand()
1516 bitint = exact_log2 ((bitint >> 8) & 0xff); in h8300_print_operand()
1517 gcc_assert (bitint >= 0); in h8300_print_operand()
1518 fprintf (file, "#%d", bitint); in h8300_print_operand()
1523 bitint = exact_log2 (bitint & 0xff); in h8300_print_operand()
1525 bitint = (exact_log2 ((bitint >> 8) & 0xff)); in h8300_print_operand()
1526 gcc_assert (bitint >= 0); in h8300_print_operand()
1537 gcc_assert (bitint >= 0); in h8300_print_operand()
1542 bitint = -1; in h8300_print_operand()
[all …]