- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for VPGATHERQQ (2.34 sec)
-
src/cmd/asm/internal/asm/testdata/amd64enc_extra.s
VPGATHERQQ X0, 512(R12)(X1*1), X2 // c4c2f991940c00020000 VPGATHERQQ X0, (BP)(X1*1), X2 // c4e2f991540d00 VPGATHERQQ X0, 16(BP)(X1*1), X2 // c4e2f991540d10 VPGATHERQQ X0, 512(BP)(X1*1), X2 // c4e2f991940d00020000 VPGATHERQQ X0, (R13)(X1*1), X2 // c4c2f991540d00 VPGATHERQQ X0, 16(R13)(X1*1), X2 // c4c2f991540d10 VPGATHERQQ X0, 512(R13)(X1*1), X2 // c4c2f991940d00020000
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
// "invalid VSIB address (missing vector index)" VPGATHERQQ Y2, (BP), Y1 // ERROR "invalid instruction" // AVX2GATHER mask/index/dest #UD cases. VPGATHERQQ Y2, (BP)(X2*2), Y2 // ERROR "mask, index, and destination registers should be distinct" VPGATHERQQ Y2, (BP)(X2*2), Y7 // ERROR "mask, index, and destination registers should be distinct"
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jun 14 00:03:57 UTC 2023 - 8.9K bytes - Viewed (0)