Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ru (0.11 sec)

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

    	// 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"
    	VADDPD.RD_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