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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c5459 ix86_expand_ashl_const (rtx operand, int count, machine_mode mode) function
5499 ix86_expand_ashl_const (high[0], count - half_width, mode);
5509 ix86_expand_ashl_const (low[0], count, mode);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc5979 ix86_expand_ashl_const (rtx operand, int count, machine_mode mode)
6019 ix86_expand_ashl_const (high[0], count - half_width, mode);
6029 ix86_expand_ashl_const (low[0], count, mode);

Completed in 243 milliseconds