Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for V29 (0.03 sec)

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

    	VUSHLL	$0, V30.B8, V30.H8              // dea7082f
    	VUSHLL	$0, V30.H4, V29.S4              // dda7102f
    	VUSHLL	$0, V29.S2, V2.D2               // a2a7202f
    	VUSHLL2	$0, V30.B16, V2.H8              // c2a7086f
    	VUSHLL2	$0, V30.H8, V30.S4              // dea7106f
    	VUSHLL2	$0, V29.S4, V2.D2               // a2a7206f
    	VUSHLL	$7, V30.B8, V30.H8              // dea70f2f
    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. cmd/config-migrate.go

    		globalActiveCred = cfg.Credential
    	}
    
    	// Init compression config. For future migration, Compression config needs to be copied over from previous version.
    	switch cfg.Version {
    	case "29":
    		// V29 -> V30
    		cfg.Compression.Enabled = false
    		cfg.Compression.Extensions = strings.Split(compress.DefaultExtensions, config.ValueSeparator)
    		cfg.Compression.MimeTypes = strings.Split(compress.DefaultMimeTypes, config.ValueSeparator)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/s390x.s

    	VLEB	$15, 4095(R9), V15      // e7f09ffff000
    	VSTEG	$1, V30, (R1)(R2*1)     // e7e21000180a
    	VSTEF	$3, V2, (R9)            // e7209000300b
    	VSTEH	$7, V31, (R2)           // e7f020007809
    	VSTEB	$15, V29, 4094(R12)     // e7d0cffef808
    	VMSLG	V21, V22, V23, V24      // e78563007fb8
    	VMSLEG  V21, V22, V23, V24      // e78563807fb8
    	VMSLOG  V21, V22, V23, V24      // e78563407fb8
    	VMSLEOG V21, V22, V23, V24      // e78563c07fb8
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Sep 18 15:49:24 UTC 2024
    - 22.1K bytes
    - Viewed (0)
Back to top