Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

  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
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Mon Nov 10 17:34:13 GMT 2025
    - 96.1K bytes
    - Click Count (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"
    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)
Back to Top