Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for SWPALB (0.1 sec)

  1. src/cmd/internal/obj/arm64/anames.go

    	"STLXRW",
    	"STP",
    	"STPW",
    	"STXP",
    	"STXPW",
    	"STXR",
    	"STXRB",
    	"STXRH",
    	"STXRW",
    	"SUB",
    	"SUBS",
    	"SUBSW",
    	"SUBW",
    	"SVC",
    	"SWPAB",
    	"SWPAD",
    	"SWPAH",
    	"SWPALB",
    	"SWPALD",
    	"SWPALH",
    	"SWPALW",
    	"SWPAW",
    	"SWPB",
    	"SWPD",
    	"SWPH",
    	"SWPLB",
    	"SWPLD",
    	"SWPLH",
    	"SWPLW",
    	"SWPW",
    	"SXTB",
    	"SXTBW",
    	"SXTH",
    	"SXTHW",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 18 01:40:37 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64error.s

    	SWPALW	R5, (R6), RSP                                    // ERROR "illegal combination"
    	SWPALH	R5, (R6), RSP                                    // ERROR "illegal combination"
    	SWPALB	R5, (R6), RSP                                    // ERROR "illegal combination"
    	SWPD	R5, (R6), RSP                                    // ERROR "illegal combination"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 37.8K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/arm64.s

    	SWPALW	R5, (RSP), R7                        // e783e5b8
    	SWPALH	R5, (R6), R7                         // c780e578
    	SWPALH	R5, (RSP), R7                        // e783e578
    	SWPALB	R5, (R6), R7                         // c780e538
    	SWPALB	R5, (RSP), R7                        // e783e538
    	SWPD	R5, (R6), R7                         // c78025f8
    	SWPD	R5, (RSP), R7                        // e78325f8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
Back to top