- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for riscv64error (0.81 sec)
-
src/cmd/asm/internal/asm/testdata/riscv64error.s
Mark Ryan <******@****.***> 1746089012 +0200
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu May 08 08:53:43 UTC 2025 - 24.8K bytes - Viewed (0) -
src/cmd/asm/internal/asm/endtoend_test.go
testEndToEnd(t, "ppc64", "ppc64_p10") } } func TestRISCVEndToEnd(t *testing.T) { testEndToEnd(t, "riscv64", "riscv64") } func TestRISCVErrors(t *testing.T) { testErrors(t, "riscv64", "riscv64error") } func TestRISCVValidation(t *testing.T) { testErrors(t, "riscv64", "riscv64validation") } func TestS390XEndToEnd(t *testing.T) { testEndToEnd(t, "s390x", "s390x")
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Mar 26 01:02:50 UTC 2025 - 11.9K 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 Sep 09 11:13:09 UTC 2025 - Last Modified: Wed May 21 14:19:19 UTC 2025 - 31.6K bytes - Viewed (0)