Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for X11 (0.02 sec)

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

    	VSSE8V		V3, V1, V0, (X10)		// ERROR "expected integer register in rs2 position"
    	VLUXEI8V	(X10), V2, X11			// ERROR "expected vector register in vd position"
    	VLUXEI8V	(X10), V2, X11			// ERROR "expected vector register in vd position"
    	VLUXEI8V	(V1), V2, V3			// ERROR "expected integer register in rs1 position"
    	VLUXEI8V	(X10), X11, V0, V3		// ERROR "expected vector register in vs2 position"
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed May 21 14:19:19 UTC 2025
    - 31.6K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/helper/UserAgentHelperTest.java

            getMockRequest().addHeader("user-agent",
                    "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36");
            assertEquals(UserAgentType.CHROME, userAgentHelper.getUserAgentType());
        }
    
        public void test_getUserAgentType_FireFox() {
            getMockRequest().addHeader("user-agent", "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 13:41:04 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/riscv64.s

    	// 31.7.5: Vector Strided Instructions
    	VLSE8V		(X10), X11, V3			// 8701b50a
    	VLSE8V		(X10), X11, V0, V3		// 8701b508
    	VLSE16V		(X10), X11, V3			// 8751b50a
    	VLSE16V		(X10), X11, V0, V3		// 8751b508
    	VLSE32V		(X10), X11, V3			// 8761b50a
    	VLSE32V		(X10), X11, V0, V3		// 8761b508
    	VLSE64V		(X10), X11, V3			// 8771b50a
    	VLSE64V		(X10), X11, V0, V3		// 8771b508
    	VSSE8V		V3, X11, (X10)			// a701b50a
    	VSSE8V		V3, X11, V0, (X10)		// a701b508
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed May 21 14:19:19 UTC 2025
    - 49.1K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/riscv64error.s

    	MOVWU	X5, (X6)			// ERROR "unsupported unsigned store"
    	MOVF	F0, F1, F2			// ERROR "illegal MOV instruction"
    	MOVD	F0, F1, F2			// ERROR "illegal MOV instruction"
    	MOV	X10, X11, X12			// ERROR "illegal MOV instruction"
    	MOVW	X10, X11, X12			// ERROR "illegal MOV instruction"
    	RORI	$64, X5, X6			// ERROR "immediate out of range 0 to 63"
    	SLLI	$64, X5, X6			// ERROR "immediate out of range 0 to 63"
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu May 08 08:53:43 UTC 2025
    - 24.8K bytes
    - Viewed (0)
Back to top