- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for JNO (0.02 sec)
-
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 */
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 24 12:32:56 UTC 2024 - 21.5K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/amd64enc.s
//TODO: LJMPQ* (R11) // 49ff2b //TODO: JNE .+$0x11223344 // 480f8544332211 or 0f8544332211 //TODO: JNE .+$0x11 // 7511 //TODO: JNO .+$0x11223344 // 480f8144332211 or 0f8144332211 //TODO: JNO .+$0x11 // 7111 //TODO: JNP .+$0x11223344 // 480f8b44332211 or 0f8b44332211 //TODO: JNP .+$0x11 // 7b11
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Oct 08 21:38:44 UTC 2021 - 581.9K bytes - Viewed (1)