Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	XVBITCLRB	$7, X2, X1	// 413c1077
    	XVBITCLRH	$15, X2, X1	// 417c1077
    	XVBITCLRW	$31, X2, X1	// 41fc1077
    	XVBITCLRV	$63, X2, X1	// 41fc1177
    	XVBITSETB	$7, X2, X1	// 413c1477
    	XVBITSETH	$15, X2, X1	// 417c1477
    	XVBITSETW	$31, X2, X1	// 41fc1477
    	XVBITSETV	$63, X2, X1	// 41fc1577
    	XVBITREVB	$7, X2, X1	// 413c1877
    	XVBITREVH	$15, X2, X1	// 417c1877
    	XVBITREVW	$31, X2, X1	// 41fc1877
    	XVBITREVV	$63, X2, X1	// 41fc1977
    
    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/loong64error.s

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    TEXT errors(SB),$0
    	VSHUF4IV	$16, V1, V2	// ERROR "operand out of range 0 to 15"
    	XVSHUF4IV	$16, X1, X2	// ERROR "operand out of range 0 to 15"
    	ADDV16		$1, R4, R5	// ERROR "the constant must be a multiple of 65536."
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Sep 04 19:24:25 UTC 2025
    - 454 bytes
    - Viewed (0)
  3. cmd/server_test.go

    		{getListObjectsV1URL(s.endPoint, bucketName, "", "1000", "url"), []string{"<Key>foo+bar+1</Key>", "<Key>foo+bar+2</Key>", "<Key>foo+%01+bar</Key>"}},
    		{
    			getListObjectsV2URL(s.endPoint, bucketName, "", "1000", "", "", ""),
    			[]string{
    				"<Key>foo bar 1</Key>",
    				"<Key>foo bar 2</Key>",
    				"<Key>foo &#x1; bar</Key>",
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 118.1K bytes
    - Viewed (0)
Back to top