Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for jp (0.17 sec)

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

    	//TODO: JNS .+$0x11                     // 7911
    	//TODO: JO .+$0x11223344                // 0f8044332211 or 480f8044332211
    	//TODO: JO .+$0x11                      // 7011
    	//TODO: JP .+$0x11223344                // 480f8a44332211 or 0f8a44332211
    	//TODO: JP .+$0x11                      // 7a11
    	//TODO: JRCXZ .+$0x11                   // e311
    	//TODO: JS .+$0x11223344                // 480f8844332211 or 0f8844332211
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 08 21:38:44 GMT 2021
    - 581.9K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/arch/arch.go

    	instructions["JO"] = x86.AJOS   /* alternate */
    	instructions["JOC"] = x86.AJOC  /* overflow clear (OF = 0) */
    	instructions["JOS"] = x86.AJOS  /* overflow set (OF = 1) */
    	instructions["JP"] = x86.AJPS   /* alternate */
    	instructions["JPC"] = x86.AJPC  /* parity clear (PF = 0) */
    	instructions["JPE"] = x86.AJPS  /* alternate */
    	instructions["JPL"] = x86.AJPL  /* non-negative (plus) (SF = 0) */
    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