- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for SWPW (0.02 seconds)
-
src/cmd/asm/internal/asm/testdata/armerror.s
MOVW.S R3, CPSR // ERROR "invalid .S suffix" MOVW.S $0, CPSR // ERROR "invalid .S suffix" MOVM.S (R0), [R2-R4] // ERROR "invalid .S suffix" MOVM.S [R1-R6], (R9) // ERROR "invalid .S suffix" SWPW.S R1, (R2), R3 // ERROR "invalid .S suffix" MOVF.S (R0), F1 // ERROR "invalid .S suffix" MOVF.S F9, (R4) // ERROR "invalid .S suffix" MOVF.S 0xfff0(R0), F1 // ERROR "invalid .S suffix"
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Oct 23 15:18:14 GMT 2024 - 14.5K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/arm64error.s
SWPALB R5, (R6), RSP // ERROR "illegal combination" SWPD R5, (R6), RSP // ERROR "illegal combination" SWPW R5, (R6), RSP // ERROR "illegal combination" SWPH R5, (R6), RSP // ERROR "illegal combination"
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Oct 14 19:00:00 GMT 2025 - 38.4K bytes - Click Count (0)