Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for VLD1 (0.01 sec)

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

    	VLD1.P (R19)(R4), [V24.B8, V25.B8]                          // 78a2c40c
    	VLD1.P (R20)(R8), [V7.H8, V8.H8, V9.H8]                     // 8766c84c
    	VLD1.P 32(R30), [V5.B8, V6.B8, V7.B8, V8.B8]                // c523df0c
    	VLD1 (R19), V14.B[15]                                       // 6e1e404d
    	VLD1 (R29), V0.H[1]                                         // a04b400d
    	VLD1 (R27), V2.S[0]                                         // 6283400d
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64error.s

    	VLD1	(R8)(R13), [V2.B16]                              // ERROR "illegal combination"
    	VLD1	8(R9), [V2.B16]                                  // ERROR "illegal combination"
    	VST1	[V1.B16], (R8)(R13)                              // ERROR "illegal combination"
    	VST1	[V1.B16], 9(R2)                                  // ERROR "illegal combination"
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Mar 26 10:48:50 UTC 2025
    - 37.9K bytes
    - Viewed (0)
Back to top