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

/openbsd-current/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dd30v.h577 extern unsigned char modes_tieable_p[];
579 modes_tieable_p[ (((int)(MODE1)) * (NUM_MACHINE_MODES)) + (int)(MODE2) ]
H A Dd30v.c77 unsigned char modes_tieable_p[ (NUM_MACHINE_MODES) * (NUM_MACHINE_MODES) ]; variable
127 /* Setup hard_regno_mode_ok/modes_tieable_p */
192 modes_tieable_p[ ((int)mode1 * (NUM_MACHINE_MODES)) + (int)mode2 ] = ok_p;
209 error ("bad modes_tieable_p for register %s, mode1 %s, mode2 %s",

Completed in 134 milliseconds