Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for canRotate (0.47 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)
  2. CHANGELOG/CHANGELOG-1.19.md

    ## Changelog since v1.19.3
    
    ## Changes by Kind
    
    ### Bug or Regression
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top