Home
last modified time | relevance | path

Searched refs:get_shift_alg (Results 1 – 17 of 17) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.c3923 static void get_shift_alg (enum shift_type,
3940 get_shift_alg (enum shift_type shift_type, enum shift_mode shift_mode, in get_shift_alg() function
4490 get_shift_alg (shift_type, shift_mode, n, &info); in output_a_shift()
4646 get_shift_alg (shift_type, shift_mode, 1, &info); in compute_a_shift_length()
4663 get_shift_alg (shift_type, shift_mode, n, &info); in compute_a_shift_length()
4806 get_shift_alg (shift_type, shift_mode, n, &info); in compute_a_shift_cc()
H A Dh8300.cc3636 static void get_shift_alg (enum shift_type,
3652 get_shift_alg (enum shift_type shift_type, enum shift_mode shift_mode, in get_shift_alg() function
4115 get_shift_alg (shift_type, shift_mode, n, &info); in output_a_shift()
4268 get_shift_alg (shift_type, shift_mode, 1, &info); in compute_a_shift_length()
4285 get_shift_alg (shift_type, shift_mode, n, &info); in compute_a_shift_length()
4425 get_shift_alg (shift_type, shift_mode, n, &info); in compute_a_shift_cc()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dh8300.c3923 static void get_shift_alg (enum shift_type,
3940 get_shift_alg (enum shift_type shift_type, enum shift_mode shift_mode, in get_shift_alg() function
4490 get_shift_alg (shift_type, shift_mode, n, &info); in output_a_shift()
4646 get_shift_alg (shift_type, shift_mode, 1, &info); in compute_a_shift_length()
4663 get_shift_alg (shift_type, shift_mode, n, &info); in compute_a_shift_length()
4806 get_shift_alg (shift_type, shift_mode, n, &info); in compute_a_shift_cc()
/netbsd/external/gpl3/gcc/dist/gcc/
H A DFSFChangeLog594 * h8300.c (get_shift_alg): Fix typo in asm string; "n" should be "\n".
1210 * h8300.c (get_shift_alg): Add special cases for shifts of 8 and 24.
H A DChangeLog-20015272 * config/h8300/h8300.c (get_shift_alg): Reorganize the code
5343 (get_shift_alg): Generate special code for 25-bit shifts on
5446 (get_shift_alg): Generate special code for 15-bit and 31-bit
5454 (get_shift_alg): Generate special code for 21-bit shifts on
5459 * config/h8300/h8300.c (get_shift_alg): Remove a redundant
5516 (get_shift_alg): Change the type of count to unsigned int.
5562 (get_shift_alg): Remove redundant code.
7457 * config/h8300/h8300.c (get_shift_alg): Clean up. Return the
7459 (emit_a_shift): Update the use of get_shift_alg.
31571 * config/h8300/h8300.c (get_shift_alg): Update comments.
[all …]
H A DChangeLog-2002336 * config/h8300/h8300.c (get_shift_alg): Make shift insn
1347 (get_shift_alg): Return optimal assembly instructions for the
6209 (get_shift_alg): Use an enumerated type instead of numbers.
9275 (get_shift_alg): Corresponding changes.
31252 (get_shift_alg): Likewise.
34991 * config/h8300/h8300.c (get_shift_alg): Fix 15-bit LSHIFTRT on
H A DChangeLog-202116213 (get_shift_alg): Corresponding changes.
16761 (get_shift_alg): Handle new "special" cases on H8/S. Simplify
16895 (get_shift_alg): Use special + inline shifts for residuals
21161 (get_shift_alg): Adjust operand number of clobber in output templates.
H A DFSFChangeLog.1110402 * h8300.c (get_shift_alg): Fix HImode ASHIFTRT by 13 or 14 bits.
11685 (get_shift_alg): Accept new argument "assembler2_p" for
H A DChangeLog-199810812 * h8300.c (get_shift_alg): Add special cases for shifts of 8 and 24.
17079 (get_shift_alg): Fix typo.
H A DChangeLog-2000255 (get_shift_alg): Fix a typo in the assembly code for 12-bit
11690 (get_shift_alg): Fix a comparison between signed and unsigned.
12913 * h8300.c (get_shift_alg): Remove the variable alg.
H A DChangeLog-200320530 * config/h8300/h8300.c (get_shift_alg): Correct the syntax of rotxl.
35038 * config/h8300/h8300.c (get_shift_alg): Fix a typo.
35461 * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
H A DChangeLog-20202786 (get_shift_alg): Likewise.
23341 (get_shift_alg, h8300_shift_needs_scratch): Likewise.
H A DChangeLog-201534945 (get_shift_alg): Likewise.
40608 * config/h8300/h8300.c (get_shift_alg): Fix ASHIFTRT by
H A DChangeLog-200521185 output_h8sx_shift, get_shift_alg, h8300_shift_needs_scratch_p,
H A DChangeLog-20172119 * config/h8300/h8300.c (h8300_rtx_costs, get_shift_alg): Likewise.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog594 * h8300.c (get_shift_alg): Fix typo in asm string; "n" should be "\n".
1210 * h8300.c (get_shift_alg): Add special cases for shifts of 8 and 24.
H A DFSFChangeLog.1110402 * h8300.c (get_shift_alg): Fix HImode ASHIFTRT by 13 or 14 bits.
11685 (get_shift_alg): Accept new argument "assembler2_p" for