Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. 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
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 69K bytes
    - Viewed (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
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Jul 24 18:45:14 UTC 2024
    - 95.2K bytes
    - Viewed (0)
Back to top