Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	SWPALB	R5, (RSP), R7                        // e783e538
    	SWPD	R5, (R6), R7                         // c78025f8
    	SWPD	R5, (RSP), R7                        // e78325f8
    	SWPW	R5, (R6), R7                         // c78025b8
    	SWPW	R5, (RSP), R7                        // e78325b8
    	SWPH	R5, (R6), R7                         // c7802578
    	SWPH	R5, (RSP), R7                        // e7832578
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Mar 26 10:48:50 UTC 2025
    - 95.3K 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 Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Mar 26 10:48:50 UTC 2025
    - 37.9K bytes
    - Viewed (0)
Back to top