Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for vstx (0.07 sec)

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

    	FSCALEBD	F4, F5, F6	// a6101101
    	FLOGBF		F4, F5		// 85241401
    	FLOGBD		F4, F5		// 85281401
    
    	// VSTX/VLDX/XVSTX/XVLDX instructions
    	VMOVQ		V2, (R5)(R5)    // a2144438
    	VMOVQ		(R4)(R5), V2    // 82144038
    	XVMOVQ		X2, (R4)(R5)    // 82144c38
    	XVMOVQ		(R4)(R5), X2    // 82144838
    
    	// VST/VLD/XVST/XVLD instructions
    	VMOVQ		V2, (R4)        // 8200402c
    	VMOVQ		V2, 3(R4)       // 820c402c
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Sep 04 19:24:25 UTC 2025
    - 35.5K bytes
    - Viewed (0)
  2. 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 Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Mar 26 10:48:50 UTC 2025
    - 95.3K bytes
    - Viewed (0)
  3. 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 Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jul 30 19:29:15 UTC 2025
    - 22.9K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	VST1.P [V13.H8, V14.H8, V15.H8], (R3)(R14)                  // 6d648e4c
    	VST1.P [V16.S4, V17.S4, V18.S4, V19.S4], 64(R6)             // d0289f4c
    	VST1.P [V19.H4, V20.H4, V21.H4, V22.H4], (R4)(R16)          // 9324900c
    	VST1 V12.B[3], (R1)                                         // 2c0c000d
    	VST1 V12.B[3], (R1)                                         // 2c0c000d
    	VST1 V25.S[2], (R20)                                        // 9982004d
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
  5. cmd/bucket-policy.go

    		} else {
    			args[key] = values
    		}
    	}
    
    	// JWT specific values
    	//
    	// Add all string claims
    	for k, v := range claims {
    		vStr, ok := v.(string)
    		if ok {
    			// Trim any LDAP specific prefix
    			args[strings.ToLower(strings.TrimPrefix(k, "ldap"))] = []string{vStr}
    		}
    	}
    
    	// Add groups claim which could be a list. This will ensure that the claim
    	// `jwt:groups` works.
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 7.9K bytes
    - Viewed (0)
  6. 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"
    	VLD1	8(R8)(R13), [V2.B16]                             // 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)
  7. 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 Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Mar 17 20:26:29 UTC 2025
    - 21.7K bytes
    - Viewed (0)
  8. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <_comment>Office Open XML Visio Template (macro-free)</_comment>
        <glob pattern="*.vstx"/>
        <sub-class-of type="application/x-tika-visio-ooxml"/>
      </mime-type>
      <mime-type type="application/vnd.ms-visio.stencil">
        <_comment>Office Open XML Visio Stencil (macro-free)</_comment>
        <glob pattern="*.vssx"/>
        <sub-class-of type="application/x-tika-visio-ooxml"/>
      </mime-type>
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
  9. lib/fips140/v1.0.0.zip

    48(P2ptr), Y2L VL 64(P2ptr), Z2H VL 80(P2ptr), Z2L VSEL X2L, X1L, SEL1, X1L VSEL X2H, X1H, SEL1, X1H VSEL Y2L, Y1L, SEL1, Y1L VSEL Y2H, Y1H, SEL1, Y1H VSEL Z2L, Z1L, SEL1, Z1L VSEL Z2H, Z1H, SEL1, Z1H VST X1H, 0(P3ptr) VST X1L, 16(P3ptr) VST Y1H, 32(P3ptr) VST Y1L, 48(P3ptr) VST Z1H, 64(P3ptr) VST Z1L, 80(P3ptr) RET #undef P3ptr #undef P1ptr #undef P2ptr #undef X1L #undef X1H #undef Y1L #undef Y1H #undef Z1L #undef Z1H #undef X2L #undef X2H #undef Y2L #undef Y2H #undef Z2L #undef Z2H #undef ZER #undef...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top