Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testSubqToNegq (0.16 sec)

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

    		t.Errorf("testShiftCX failed, wanted %d got %d", want, got)
    	}
    }
    
    // testSubqToNegq ensures that the SUBQ -> NEGQ translation works correctly.
    func testSubqToNegq(t *testing.T) {
    	want := int64(-318294940372190156)
    	if got := testSubqToNegq_ssa(1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 2); want != got {
    		t.Errorf("testSubqToNegq failed, wanted %d got %d", want, got)
    	}
    }
    
    //go:noinline
    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