Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for loong64error (0.05 seconds)

  1. src/cmd/asm/internal/asm/testdata/loong64error.s

    Xiaolin Zhao <******@****.***> 1758705700 +0800
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue Oct 28 01:21:57 GMT 2025
    - 689 bytes
    - Click Count (0)
  2. src/cmd/asm/internal/asm/endtoend_test.go

    	testEndToEnd(t, "loong64", "loong64enc5")
    	testEndToEnd(t, "loong64", "loong64enc6")
    	testEndToEnd(t, "loong64", "loong64")
    }
    
    func TestLOONG64Errors(t *testing.T) {
    	testErrors(t, "loong64", "loong64error")
    }
    
    func TestPPC64EndToEnd(t *testing.T) {
    	defer func(old int) { buildcfg.GOPPC64 = old }(buildcfg.GOPPC64)
    	for _, goppc64 := range []int{8, 9, 10} {
    		t.Logf("GOPPC64=power%d", goppc64)
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue Dec 23 18:45:48 GMT 2025
    - 12.5K bytes
    - Click Count (0)
Back to Top