Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. android/guava/src/com/google/common/xml/XmlEscapers.java

       * respectively. Any other non-ASCII characters appearing in the input will be preserved in the
       * output.
       *
       * <p>This escaper does not treat surrogate pairs specially and does not perform Unicode
       * validation on its input.
       */
      @SuppressWarnings("EscapedEntity") // We do mean for the user to see &#x9;" etc.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Jun 20 17:15:33 UTC 2025
    - 6.5K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/riscv64.s

    	ZEXTH	X19, X20				// 3bca0908
    
    	// 28.4.2: Bitwise Rotation (Zbb)
    	ROL	X8, X9, X10				// 33958460 or b30f8040b3dff4013395840033e5af00
    	ROL	X8, X9					// b3948460 or b30f8040b3dff401b3948400b3e49f00
    	ROLW	X9, X10, X11				// bb159560 or b30f9040bb5ff501bb159500b3e5bf00
    	ROLW	X9, X10					// 3b159560 or b30f9040bb5ff5013b15950033e5af00
    	ROR	X10, X11, X12				// 33d6a560 or b30fa040b39ff50133d6a50033e6cf00
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed May 21 14:19:19 UTC 2025
    - 49.1K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/loong64enc1.s

    	VMOVQ		R4, V3.B[1]     // 8384eb72
    	VMOVQ		R5, V4.B[3]     // a48ceb72
    	VMOVQ		R6, V5.H[2]     // c5c8eb72
    	VMOVQ		R7, V6.W[2]     // e6e8eb72
    	VMOVQ		R8, V7.V[1]     // 07f5eb72
    	XVMOVQ		R7, X9.W[2]     // e9c8eb76
    	XVMOVQ		R8, X10.V[2]    // 0ae9eb76
    
    	// Duplicate general-purpose register to vector
    	VMOVQ		R4, V2.B16      // 82009f72
    	VMOVQ		R5, V3.H8       // a3049f72
    	VMOVQ		R6, V4.W4       // c4089f72
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Sep 04 19:24:25 UTC 2025
    - 35.5K bytes
    - Viewed (0)
Back to top