Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SWPW (0.03 sec)

  1. 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"
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 23 15:18:14 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  2. 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"
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 37.8K bytes
    - Viewed (0)
Back to top