Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for 664 (0.01 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/cmd/asm/internal/asm/testdata/amd64error.s

    	VPGATHERDQ X2, 664(X2*8), X2    // ERROR "mask, index, and destination registers should be distinct"
    	VPGATHERDQ X2, 664(X2*8), X7    // ERROR "mask, index, and destination registers should be distinct"
    	VPGATHERDQ X2, 664(X7*8), X2    // ERROR "mask, index, and destination registers should be distinct"
    	VPGATHERDQ X7, 664(X2*8), X2    // ERROR "mask, index, and destination registers should be distinct"
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Jun 14 00:03:57 GMT 2023
    - 8.9K bytes
    - Click Count (0)
  2. src/cmd/asm/internal/asm/testdata/amd64enc_extra.s

    	VPGATHERDQ Y0, 0(X4*1), Y6              // c4e2fd90342500000000
    	VPGATHERDQ Y0, 664(X4*1), Y6            // c4e2fd90342598020000
    	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
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Feb 20 11:20:03 GMT 2025
    - 57.7K bytes
    - Click Count (0)
Back to Top