Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for V15 (0.01 sec)

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

    	VLD1R.P	(R15)(R1), [V15.H4]                             // efc5c10d
    	VLD2R	(R15), [V15.H4, V16.H4]                         // efc5600d
    	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
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Jul 24 18:45:14 UTC 2024
    - 95.2K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/s390x.s

    	VST	V1, (R15)               // e710f000000e
    	VL	(R15), V31              // e7f0f0000806
    	VST	V31, (R15)              // e7f0f000080e
    	VESLB	$5, V14                 // e7ee00050030
    	VESRAG	$0, V15, V16            // e70f0000383a
    	VLM	(R15), V8, V23          // e787f0000436
    	VSTM	V8, V23, (R15)          // e787f000043e
    	VONE	V1                      // e710ffff0044
    	VZERO	V16                     // e70000000844
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Sep 18 15:49:24 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  3. 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"
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 37.8K bytes
    - Viewed (0)
Back to top