Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for JNO (5.59 sec)

  1. src/cmd/asm/internal/arch/arch.go

    	instructions["JNG"] = x86.AJLE  /* alternate */
    	instructions["JNGE"] = x86.AJLT /* alternate */
    	instructions["JNL"] = x86.AJGE  /* alternate */
    	instructions["JNLE"] = x86.AJGT /* alternate */
    	instructions["JNO"] = x86.AJOC  /* alternate */
    	instructions["JNP"] = x86.AJPC  /* alternate */
    	instructions["JNS"] = x86.AJPL  /* alternate */
    	instructions["JNZ"] = x86.AJNE  /* alternate */
    	instructions["JO"] = x86.AJOS   /* alternate */
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Mar 21 06:51:28 GMT 2023
    - 21.3K bytes
    - Viewed (0)
Back to top