Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

  1. 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 Apr 07 11:13:11 GMT 2026
    - Last Modified: Tue Feb 24 21:29:25 GMT 2026
    - 38.5K bytes
    - Click Count (0)
  2. 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
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Feb 27 20:41:17 GMT 2026
    - 96.2K bytes
    - Click Count (0)
Back to Top