Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for JNE (0.02 sec)

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

    	instructions["JNAE"] = x86.AJCS /* alternate */
    	instructions["JNB"] = x86.AJCC  /* alternate */
    	instructions["JNBE"] = x86.AJHI /* alternate */
    	instructions["JNC"] = x86.AJCC  /* alternate */
    	instructions["JNE"] = x86.AJNE  /* not equal (ZF = 0) */
    	instructions["JNG"] = x86.AJLE  /* alternate */
    	instructions["JNGE"] = x86.AJLT /* alternate */
    	instructions["JNL"] = x86.AJGE  /* alternate */
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 24 12:32:56 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	JCS 2(PC)
    	//TODO: LJMPQ* (BX)                     // 48ff2b
    	JCS 2(PC)
    	//TODO: LJMPQ* (R11)                    // 49ff2b
    	//TODO: JNE .+$0x11223344               // 480f8544332211 or 0f8544332211
    	//TODO: JNE .+$0x11                     // 7511
    	//TODO: JNO .+$0x11223344               // 480f8144332211 or 0f8144332211
    	//TODO: JNO .+$0x11                     // 7111
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
Back to top