Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for andshiftRL_ssa (0.51 sec)

  1. src/cmd/compile/internal/test/testdata/arith_test.go

    	}
    	if want, got := a<<3-b, rsbshiftLL_ssa(a, b); got != want {
    		t.Errorf("rsbshiftLL_ssa(10, 42) = %d want %d", got, want)
    	}
    	if want, got := a&(b<<3), andshiftLL_ssa(a, b); got != want {
    		t.Errorf("andshiftLL_ssa(10, 42) = %d want %d", got, want)
    	}
    	if want, got := a|b<<3, orshiftLL_ssa(a, b); got != want {
    		t.Errorf("orshiftLL_ssa(10, 42) = %d want %d", got, want)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:30:59 UTC 2023
    - 43.5K bytes
    - Viewed (0)
Back to top