- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for VPGATHERDQ (1.5 sec)
-
src/cmd/asm/internal/asm/testdata/amd64enc_extra.s
VPGATHERDQ Y0, 8(X4*8), Y6 // c4e2fd9034e508000000 VPGATHERDQ Y0, -8(X4*8), Y6 // c4e2fd9034e5f8ffffff VPGATHERDQ Y0, 0(X4*8), Y6 // c4e2fd9034e500000000 VPGATHERDQ Y0, 664(X4*8), Y6 // c4e2fd9034e598020000 VPGATHERDQ Y0, 8(X14*1), Y6 // c4a2fd90343508000000 VPGATHERDQ Y0, -8(X14*1), Y6 // c4a2fd903435f8ffffff
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Feb 20 11:20:03 UTC 2025 - 57.7K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/amd64error.s
// scaled index register. VPGATHERDQ X12,(R13)(AX*2), X11 // ERROR "invalid instruction" VPGATHERDQ X2, 664(BX*1), X1 // ERROR "invalid instruction" VPGATHERDQ Y2, (BP)(AX*2), Y1 // ERROR "invalid instruction" VPGATHERDQ Y5, 664(DX*8), Y6 // ERROR "invalid instruction" VPGATHERDQ Y5, (DX), Y0 // ERROR "invalid instruction" // VM/X rejects Y index register. VPGATHERDQ Y5, 664(Y14*8), Y6 // ERROR "invalid instruction"
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jun 14 00:03:57 UTC 2023 - 8.9K bytes - Viewed (0)