Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for q1 (0.16 sec)

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

    	VPMULL	V1.D1, V2.H4, V3.Q1                              // ERROR "invalid arrangement"
    	VPMULL	V1.H4, V2.H4, V3.Q1                              // ERROR "operand mismatch"
    	VPMULL	V1.D2, V2.D2, V3.Q1                              // ERROR "operand mismatch"
    	VPMULL	V1.B16, V2.B16, V3.H8                            // ERROR "operand mismatch"
    	VPMULL2	V1.D2, V2.H4, V3.Q1                              // ERROR "invalid arrangement"
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 37.8K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	VMOVI $146, V22.B16                                         // 56e6044f
    	VORR V25.B16, V22.B16, V15.B16                              // cf1eb94e
    	VPMULL V2.D1, V1.D1, V3.Q1                                  // 23e0e20e
    	VPMULL2 V2.D2, V1.D2, V4.Q1                                 // 24e0e24e
    	VPMULL V2.B8, V1.B8, V3.H8                                  // 23e0220e
    	VPMULL2 V2.B16, V1.B16, V4.H8                               // 24e0224e
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jul 24 01:11:41 GMT 2023
    - 43.9K bytes
    - Viewed (1)
Back to top