Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testShiftCX (0.23 sec)

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

    	v7--
    	return int(uint64(2*1)<<(3-2)<<uint(3>>v7)-2)&v11 | v11 - int(2)<<0>>(2-1)*(v11*0&v11<<1<<(uint8(2)+v4))
    }
    
    func testShiftCX(t *testing.T) {
    	want := 141
    	if got := testShiftCX_ssa(); want != got {
    		t.Errorf("testShiftCX failed, wanted %d got %d", want, got)
    	}
    }
    
    // testSubqToNegq ensures that the SUBQ -> NEGQ translation works correctly.
    func testSubqToNegq(t *testing.T) {
    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