Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for T25 (0.02 sec)

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

    	if a != want {
    		t.Errorf("t24copy got=%v, want %v\n", a, want)
    	}
    }
    
    type T25 struct {
    	pre  [8]byte
    	mid  [25]byte
    	post [8]byte
    }
    
    //go:noinline
    func t25copy_ssa(y, x *[25]byte) {
    	*y = *x
    }
    func testCopy25(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 150.2K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/sccp_test.go

    			Valu("t22", OpIsNonNil, c.config.Types.Int64, 0, nil, "v2"),
    			Valu("t23", OpNot, c.config.Types.Bool, 0, nil, "v4"),
    			Valu("t24", OpEq64, c.config.Types.Bool, 0, nil, "v1", "v2"),
    			Valu("t25", OpLess64, c.config.Types.Bool, 0, nil, "v1", "v2"),
    			Valu("t26", OpLeq64, c.config.Types.Bool, 0, nil, "v1", "v2"),
    			Valu("t27", OpEqB, c.config.Types.Bool, 0, nil, "v4", "v4"),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 12 21:01:50 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top