Home | History | Annotate | Download | only in arm64

Lines Matching refs:immediate_shift

2565   TRACED_FORRANGE(int, immediate_shift, 0, 4) {
2571 m.Word32Shl(m.Parameter(1), m.Int32Constant(immediate_shift));
2574 if (immediate_shift == ElementSizeLog2Of(memacc.type.representation())) {
2592 m.Word64Shl(m.Parameter(1), m.Int64Constant(immediate_shift));
2595 if (immediate_shift == ElementSizeLog2Of(memacc.type.representation())) {
2613 TRACED_FORRANGE(int, immediate_shift, 0, 4) {
2619 m.Word32Shl(m.Parameter(1), m.Int32Constant(immediate_shift));
2624 if (immediate_shift == ElementSizeLog2Of(memacc.type.representation())) {
2642 m.Word64Shl(m.Parameter(1), m.Int64Constant(immediate_shift));
2647 if (immediate_shift == ElementSizeLog2Of(memacc.type.representation())) {