Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for LDORALD (0.09 sec)

  1. src/internal/runtime/atomic/atomic_arm64.s

    TEXT ·Or64(SB), NOSPLIT, $0-24
    	MOVD	ptr+0(FP), R0
    	MOVD	val+8(FP), R1
    #ifndef GOARM64_LSE
    	MOVBU	internal∕cpu·ARM64+const_offsetARM64HasATOMICS(SB), R4
    	CBZ 	R4, load_store_loop
    #endif
    	LDORALD	R1, (R0), R2
    	MOVD	R2, ret+16(FP)
    	RET
    #ifndef GOARM64_LSE
    load_store_loop:
    	LDAXR	(R0), R2
    	ORR	R1, R2, R3
    	STLXR	R3, (R0), R4
    	CBNZ	R4, load_store_loop
    	MOVD 	R2, ret+16(FP)
    	RET
    #endif
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 9K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64error.s

    	LDORAH	R5, (R6), RSP                                    // ERROR "illegal combination"
    	LDORAB	R5, (R6), RSP                                    // ERROR "illegal combination"
    	LDORALD	R5, (R6), RSP                                    // ERROR "illegal combination"
    	LDORALW	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

    	LDORAH	R5, (RSP), R7                        // e733a578
    	LDORAB	R5, (R6), R7                         // c730a538
    	LDORAB	R5, (RSP), R7                        // e733a538
    	LDORALD	R5, (R6), R7                         // c730e5f8
    	LDORALD	R5, (RSP), R7                        // e733e5f8
    	LDORALW	R5, (R6), R7                         // c730e5b8
    	LDORALW	R5, (RSP), R7                        // e733e5b8
    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