- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for riscv64error (0.1 sec)
-
src/cmd/asm/internal/asm/testdata/riscv64error.s
wangboyao <******@****.***> 1753339784 +0800
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Sep 24 13:21:53 UTC 2025 - 26.8K bytes - Viewed (0) -
src/cmd/asm/internal/asm/endtoend_test.go
testEndToEnd(t, "riscv64", "riscv64") }) } func TestRISCV64Errors(t *testing.T) { testRISCV64AllProfiles(t, func(t *testing.T) { testErrors(t, "riscv64", "riscv64error") }) } func TestRISCV64Validation(t *testing.T) { testRISCV64AllProfiles(t, func(t *testing.T) { testErrors(t, "riscv64", "riscv64validation") }) }
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue Dec 23 18:45:48 UTC 2025 - 12.5K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/riscv64validation.s
// This file is for validation errors only, i.e., errors reported by the validate function. // Negative test cases for errors generated earlier in the assembler's preprocess stage // should be added to riscv64error.s. If they are added to this file, they will prevent // the validate function from being run and TestRISCVValidation will report missing // errors. TEXT validation(SB),$0
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Nov 13 12:17:37 UTC 2025 - 42.1K bytes - Viewed (0)