Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for SWPW (0.12 sec)

  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"
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 37.8K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm.s

    	WORD	$4294967295    // ffffffff
    	WORD	$2863311530    // aaaaaaaa
    	WORD	$1431655765    // 55555555
    	PLD	4080(R6)       // f0ffd6f5
    	PLD	-4080(R9)      // f0ff59f5
    	RFE	               // 0080fde8
    	SWPW	R3, (R7), R9   // SWPW  (R7), R3, R9 // 939007e1
    	SWPBU	R4, (R2), R8   // SWPBU (R2), R4, R8 // 948042e1
    	SWI	$0             // 000000ef
    	SWI	$65535         // ffff00ef
    	SWI	               // 000000ef
    
    // BFX/BFXU/BFC/BFI
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 15 20:51:01 GMT 2023
    - 69K bytes
    - Viewed (0)
  3. 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
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 94.9K bytes
    - Viewed (0)
Back to top