Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for STXRW (0.03 sec)

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

    	"STLRB",
    	"STLRH",
    	"STLRW",
    	"STLXP",
    	"STLXPW",
    	"STLXR",
    	"STLXRB",
    	"STLXRH",
    	"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",
    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/internal/obj/arm64/doc.go

    	CSNEGW GT, R7, R17, R8      <=>    csneg w8, w7, w17, gt
    	FCSELD EQ, F15, F18, F16    <=>    fcsel d16, d15, d18, eq
    
    (10) TBNZ, TBZ $<imm>, <Rt>, <label>
    
    (11) STLXR, STLXRW, STXR, STXRW, STLXRB, STLXRH, STXRB, STXRH  <Rf>, (<Rn|RSP>), <Rs>
    
    Examples:
    
    	STLXR ZR, (R15), R16    <=>    stlxr w16, xzr, [x15]
    	STXRB R9, (R21), R19    <=>    stxrb w19, w9, [x21]
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 07 00:21:42 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/arm64error.s

    	SWPLB	R5, (R6), RSP                                    // ERROR "illegal combination"
    	STXR	R5, (R6), RSP                                    // ERROR "illegal combination"
    	STXRW	R5, (R6), RSP                                    // ERROR "illegal combination"
    	STLXR	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)
  4. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	STXP (R1, R2), (R3), R10                   // 61082ac8
    	STXP (R1, R2), (RSP), R10                  // e10b2ac8
    	STXPW (R1, R2), (R3), R10                  // 61082a88
    	STXPW (R1, R2), (RSP), R10                 // e10b2a88
    	STXRW R2, (R19), R20                       // 627e1488
    	STXR R15, (R21), R13                       // af7e0dc8
    	STXRB R7, (R9), R24                        // 277d1808
    	STXRH R12, (R3), R8                        // 6c7c0848
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
Back to top