Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for STXP (0.15 sec)

  1. src/cmd/asm/internal/asm/testdata/arm64error.s

    	STP.P	(R1, R2), 8(R2)                                  // ERROR "constrained unpredictable behavior"
    	STLXP	(R6, R11), (RSP), R6                             // ERROR "constrained unpredictable behavior"
    	STXP	(R6, R11), (R2), R2                              // ERROR "constrained unpredictable behavior"
    	STLXR	R3, (RSP), R3                                    // ERROR "constrained unpredictable behavior"
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 37.8K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	//TODO STTR 124(R5), R25                   // b9c807f8
    	//TODO STTRB -28(R23), R16                 // f04a1e38
    	//TODO STTRH 9(R10), R19                   // 53990078
    	STXP (R1, R2), (R3), R10                   // 61082ac8
    	STXP (R1, R2), (RSP), R10                  // e10b2ac8
    	STXPW (R1, R2), (R3), R10                  // 61082a88
    	STXPW (R1, R2), (RSP), R10                 // e10b2a88
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jul 24 01:11:41 GMT 2023
    - 43.9K bytes
    - Viewed (1)
  3. src/cmd/asm/internal/asm/testdata/arm64.s

    	STLXP	(R6, R3), (R10), R2                  // 468d22c8
    	STLXPW	(R6, R11), (R22), R21                // c6ae3588
    	STLXRW	R1, (R0), R3                         // 01fc0388
    	STXP	(R1, R2), (R3), R10                  // 61082ac8
    	STXP	(R1, R2), (RSP), R10                 // e10b2ac8
    	STXPW	(R1, R2), (R3), R10                  // 61082a88
    	STXPW	(R1, R2), (RSP), R10                 // e10b2a88
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 94.9K bytes
    - Viewed (0)
Back to top