Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for rm (0.12 sec)

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

    	VADDPD.BCST 2032(DX), Y0, Y0 // 62f1fd385882f0070000
    	// Test new Z-cases one-by-one.
    	//
    	// Zevex_i_r_k_rm.
    	VCVTPS2PH $1, Z2, K5, Y21 // 62b37d4d1dd501
    	VCVTPS2PH $2, Z21, K4, Y2 // 62e37d4c1dea02
    	// Zevex_i_r_rm.
    	VCVTPS2PH $1, Z2, Y21 // 62b37d481dd501
    	VCVTPS2PH $2, Z21, Y2 // 62e37d481dea02
    	// Zevex_i_rm_k_r.
    	VFPCLASSPDX $1, X2, K5, K3   // 62f3fd0d66da01
    	VFPCLASSPDX $2, X21, K4, K1  // 62b3fd0c66cd02
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 11 18:32:50 GMT 2023
    - 57.6K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64.s

    	CMP	$0x22220000, RSP                 // CMP $572653568, RSP   // 5b44a4d2ff633beb
    	CMPW	$0x22220000, RSP                 // CMPW $572653568, RSP  // 5b44a452ff433b6b
    	CCMN	MI, ZR, R1, $4	                 // e44341ba
    	// MADD Rn,Rm,Ra,Rd
    	MADD	R1, R2, R3, R4                   // 6408019b
    	// CLS
    	CLSW	R1, R2
    	CLS	R1, R2
    	SBC	$0, R1                           // 21001fda
    	SBCW	$0, R1                           // 21001f5a
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 94.9K bytes
    - Viewed (0)
Back to top