Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for SWPLD (0.03 sec)

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

    	"SUBS",
    	"SUBSW",
    	"SUBW",
    	"SVC",
    	"SWPAB",
    	"SWPAD",
    	"SWPAH",
    	"SWPALB",
    	"SWPALD",
    	"SWPALH",
    	"SWPALW",
    	"SWPAW",
    	"SWPB",
    	"SWPD",
    	"SWPH",
    	"SWPLB",
    	"SWPLD",
    	"SWPLH",
    	"SWPLW",
    	"SWPW",
    	"SXTB",
    	"SXTBW",
    	"SXTH",
    	"SXTHW",
    	"SXTW",
    	"SYS",
    	"SYSL",
    	"TBNZ",
    	"TBZ",
    	"TLBI",
    	"TST",
    	"TSTW",
    	"UBFIZ",
    	"UBFIZW",
    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

    	SWPH	R5, (R6), RSP                                    // ERROR "illegal combination"
    	SWPB	R5, (R6), RSP                                    // ERROR "illegal combination"
    	SWPLD	R5, (R6), RSP                                    // ERROR "illegal combination"
    	SWPLW	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

    	SWPH	R5, (RSP), R7                        // e7832578
    	SWPB	R5, (R6), R7                         // c7802538
    	SWPB	R5, (RSP), R7                        // e7832538
    	SWPLD	R5, (R6), R7                         // c78065f8
    	SWPLD	R5, (RSP), R7                        // e78365f8
    	SWPLW	R5, (R6), R7                         // c78065b8
    	SWPLW	R5, (RSP), R7                        // e78365b8
    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