Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for canRotate (0.41 sec)

  1. src/cmd/compile/internal/ssa/rewritegeneric.go

    			}
    			d := auxIntToInt64(v_1_1.AuxInt)
    			if !(c < 16 && d == 16-c && canRotate(config, 16)) {
    				continue
    			}
    			v.reset(OpRotateLeft16)
    			v.AddArg2(x, z)
    			return true
    		}
    		break
    	}
    	// match: (Add16 left:(Lsh16x64 x y) right:(Rsh16Ux64 x (Sub64 (Const64 [16]) y)))
    	// cond: (shiftIsBounded(left) || shiftIsBounded(right)) && canRotate(config, 16)
    	// result: (RotateLeft16 x y)
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
Back to top