Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for vstx (0.02 sec)

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

    	VST1.P	V4.D[1], 8(R0)                                  // 04849f4d
    	VST1.P	V4.D[1], (R0)(R1)                               // 0484814d
    	VST1	V4.D[1], (R0)                                   // 0484004d
    	VST2	[V22.H8, V23.H8], (R23)                         // f686004c
    	VST2.P	[V14.H4, V15.H4], 16(R17)                       // 2e869f0c
    	VST2.P	[V14.H4, V15.H4], (R3)(R17)                     // 6e84910c
    	VST3	[V1.D2, V2.D2, V3.D2], (R11)                    // 614d004c
    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

    	VL	(R15), V1               // e710f0000006
    	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
    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/loong64enc1.s

    	MOVV		(R14)(R13), R12	// cc350c38
    
    	// STX.{B,H,W,D} instructions
    	MOVB		R12, (R14)(R13)	// cc351038
    	MOVH		R12, (R14)(R13)	// cc351438
    	MOVW		R12, (R14)(R13)	// cc351838
    	MOVV		R12, (R14)(R13)	// cc351c38
    
    	// FLDX.{S,D} instructions
    	MOVF		(R14)(R13), F2	// c2353038
    	MOVD		(R14)(R13), F2	// c2353438
    
    	// FSTX.{S,D} instructions
    	MOVF		F2, (R14)(R13)	// c2353838
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Sat Nov 02 01:36:19 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/base/Ascii.java

       * Such a sequence is referred to as "text." STX may be used to terminate a sequence of characters
       * started by SOH.
       *
       * @since 8.0
       */
      public static final byte STX = 2;
    
      /**
       * End of Text: A communication control character used to terminate a sequence of characters
       * started with STX and transmitted as an entity.
       *
       * @since 8.0
       */
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Aug 02 13:50:22 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  5. guava/src/com/google/common/base/Ascii.java

       * Such a sequence is referred to as "text." STX may be used to terminate a sequence of characters
       * started by SOH.
       *
       * @since 8.0
       */
      public static final byte STX = 2;
    
      /**
       * End of Text: A communication control character used to terminate a sequence of characters
       * started with STX and transmitted as an entity.
       *
       * @since 8.0
       */
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Aug 02 13:50:22 UTC 2024
    - 21.7K bytes
    - Viewed (0)
Back to top