- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for MULXQ (0.09 sec)
-
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 Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Mar 15 20:45:41 UTC 2023 - 4.8K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
40(AX), R8 MOVQ R8, 40(AX) // Iteration 6 MULXQ 48(CX), R8, DI ADCXQ BX, R8 ADOXQ 48(AX), R8 MOVQ R8, 48(AX) // Iteration 7 MULXQ 56(CX), R8, BX ADCXQ DI, R8 ADOXQ 56(AX), R8 MOVQ R8, 56(AX) // Iteration 8 MULXQ 64(CX), R8, DI ADCXQ BX, R8 ADOXQ 64(AX), R8 MOVQ R8, 64(AX) // Iteration 9 MULXQ 72(CX), R8, BX ADCXQ DI, R8 ADOXQ 72(AX), R8 MOVQ R8, 72(AX) // Iteration 10 MULXQ 80(CX), R8, DI ADCXQ BX, R8 ADOXQ 80(AX), R8 MOVQ R8, 80(AX) // Iteration 11 MULXQ 88(CX), R8, BX ADCXQ DI, R8 ADOXQ 88(AX),...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
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 Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 08 21:38:44 UTC 2021 - 581.9K bytes - Viewed (1)