- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for PADDL (0.02 sec)
-
src/cmd/asm/internal/asm/testdata/amd64.s
JCS 2(PC) RETFL $4 // Was bug: LOOP is a branch instruction. JCS 2(PC) loop: LOOP loop // LOOP // Intel pseudonyms for our own renamings. PADDD M2, M1 // PADDL M2, M1 MOVDQ2Q X1, M1 // MOVQ X1, M1 MOVNTDQ X1, (AX) // MOVNTO X1, (AX) MOVOA (AX), X1 // MOVO (AX), X1 // Tests for SP indexed addresses. MOVQ foo(SP)(AX*1), BX // 488b1c04
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Apr 09 18:57:21 UTC 2019 - 3.3K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/amd64enc.s
PADDL (BX), X2 // 660ffe13 PADDL (R11), X2 // 66410ffe13 PADDL X2, X2 // 660ffed2 PADDL X11, X2 // 66410ffed3 PADDL (BX), X11 // 66440ffe1b PADDL (R11), X11 // 66450ffe1b PADDL X2, X11 // 66440ffeda
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Oct 08 21:38:44 UTC 2021 - 581.9K bytes - Viewed (1)