Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for al (0.18 sec)

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

    	CINC	AL, R2, R3                                       // ERROR "invalid condition"
    	CINC	NV, R2, R3                                       // ERROR "invalid condition"
    	CINVW	AL, R2, R3                                       // ERROR "invalid condition"
    	CINV	NV, R2, R3                                       // ERROR "invalid condition"
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 37.8K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	CBNZ R7, -1(PC)                            // e7ffffb5
    	CBZW R15, -1(PC)                           // efffff34
    	CBZ R1, -1(PC)                             // e1ffffb4
    	CCMN MI, ZR, R1, $4                        // e44341ba
    	CCMNW AL, R26, $20, $11                    // 4beb543a
    	CCMN PL, R24, $6, $1                       // 015b46ba
    	CCMNW EQ, R20, R6, $6                      // 8602463a
    	CCMN LE, R30, R12, $6                      // c6d34cba
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jul 24 01:11:41 GMT 2023
    - 43.9K bytes
    - Viewed (1)
  3. src/cmd/asm/internal/asm/testdata/amd64error.s

    	V4FMADDPS (AX), [Z0-AX], K1, Z7  // ERROR "invalid instruction"
    	// Usage of suffixes for non-EVEX instructions.
    	ADCB.Z $7, AL                    // ERROR "invalid instruction"
    	ADCB.RU_SAE $7, AL               // ERROR "invalid instruction"
    	ADCB.RU_SAE.Z $7, AL             // ERROR "invalid instruction"
    	// Usage of rounding with invalid operands.
    	VADDPD.RU_SAE X3, X2, K1, X1     // ERROR "unsupported rounding"
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jun 14 00:03:57 GMT 2023
    - 8.9K bytes
    - Viewed (0)
Back to top