Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MULXQ (0.03 sec)

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

    // Ensure 3-arg instructions get GOT-rewritten without errors.
    // See issue 58735.
    TEXT ·a13(SB), 0, $0-0
    	MULXQ runtime·writeBarrier(SB), AX, CX
    	RET
    
    // Various special cases in the use-R15-after-global-access-when-dynlinking check.
    // See issue 58632.
    TEXT ·a14(SB), 0, $0-0
    	CMPL runtime·writeBarrier(SB), $0
    	MULXQ R15, AX, BX // ERROR "when dynamic linking, R15 is clobbered by a global variable access and is used here"
    	RET
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Mar 15 20:45:41 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	MULXL R11, R9, R11                      // c44233f6db
    	MULXQ (BX), R14, DX                     // c4e28bf613
    	MULXQ (R11), R14, DX                    // c4c28bf613
    	MULXQ DX, R14, DX                       // c4e28bf6d2
    	MULXQ R11, R14, DX                      // c4c28bf6d3
    	MULXQ (BX), R14, R11                    // c4628bf61b
    	MULXQ (R11), R14, R11                   // c4428bf61b
    	MULXQ DX, R14, R11                      // c4628bf6da
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
Back to top