Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for VLD3R (0.12 sec)

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

    	VLD2R.P	16(R0), [V0.D2, V1.D2]                          // 00ccff4d
    	VLD2R.P	(R0)(R5), [V31.D1, V0.D1]                       // 1fcce50d
    	VLD3R	(RSP), [V31.S2, V0.S2, V1.S2]                   // ffeb400d
    	VLD3R.P	6(R15), [V15.H4, V16.H4, V17.H4]                // efe5df0d
    	VLD3R.P	(R15)(R6), [V15.H8, V16.H8, V17.H8]             // efe5c64d
    	VLD4R	(R0), [V0.B8, V1.B8, V2.B8, V3.B8]              // 00e0600d
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 94.9K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64error.s

    	MRS	PMSWINC_EL0, R3                                  // ERROR "system register is not readable"
    	MRS	OSLAR_EL1, R3                                    // ERROR "system register is not readable"
    	VLD3R.P	24(R15), [V15.H4,V16.H4,V17.H4]                  // ERROR "invalid post-increment offset"
    	VBIT	V1.H4, V12.H4, V3.H4                             // 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)
Back to top