> Note, one thing I encountered when doing the SSE5 work at AMD, is > SHIFT_COUNT_TRUNCATED really needs a mode argument (and ideally should be > moved > into the gcc_target structure).
In fact I'm reusing the TARGET_SHIFT_TRUNCATION_MASK element that is already there and accepts a mode. Paolo