Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for VPGATHERQQ (0.05 sec)

  1. 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 Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 57.6K bytes
    - Viewed (0)
  2. 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 Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 8.9K bytes
    - Viewed (0)
Back to top