Home
last modified time | relevance | path

Searched refs:sign_bytes (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c8620 ((sign_bytes \ in avr_out_fract()
8621 && IN_RANGE (RR, dest.regno_msb - sign_bytes + 1, dest.regno_msb)) \ in avr_out_fract()
8678 int sign_bytes = (dest.ibyte - src.ibyte) * (dest.ibyte > src.ibyte); in avr_out_fract() local
8686 bool sign_extend = src.sbit && sign_bytes; in avr_out_fract()
8706 (offset ? dest.regno_msb - sign_bytes : dest.regno + zero_bytes - 1) in avr_out_fract()
8892 unsigned src_msb = dest.regno_msb - sign_bytes - offset + 1; in avr_out_fract()
8982 if (sign_bytes in avr_out_fract()
9013 d0 <= dest.regno_msb - sign_bytes; d0++) in avr_out_fract()
9034 d0 <= dest.regno_msb - sign_bytes; d0++) in avr_out_fract()
9050 unsigned s0 = dest.regno_msb - sign_bytes - offset + 1; in avr_out_fract()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc9098 ((sign_bytes \ in avr_out_fract()
9099 && IN_RANGE (RR, dest.regno_msb - sign_bytes + 1, dest.regno_msb)) \ in avr_out_fract()
9156 int sign_bytes = (dest.ibyte - src.ibyte) * (dest.ibyte > src.ibyte); in avr_out_fract() local
9164 bool sign_extend = src.sbit && sign_bytes; in avr_out_fract()
9184 (offset ? dest.regno_msb - sign_bytes : dest.regno + zero_bytes - 1) in avr_out_fract()
9370 unsigned src_msb = dest.regno_msb - sign_bytes - offset + 1; in avr_out_fract()
9460 if (sign_bytes in avr_out_fract()
9491 d0 <= dest.regno_msb - sign_bytes; d0++) in avr_out_fract()
9512 d0 <= dest.regno_msb - sign_bytes; d0++) in avr_out_fract()
9528 unsigned s0 = dest.regno_msb - sign_bytes - offset + 1; in avr_out_fract()
[all …]