Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 51 of 51 for vol7 (0.03 sec)

  1. src/cmd/vendor/golang.org/x/arch/x86/x86asm/decode.go

    					}
    					dispoff = pos
    					displen = 1
    					mem.Disp = int64(int8(src[pos]))
    					pos++
    				}
    
    				// In 64-bit, mod=0 rm=5 is PC-relative instead of just disp.
    				// See Vol 2A. Table 2-7.
    				if mode == 64 && mod == 0 && rm&7 == 5 {
    					if addrMode == 32 {
    						mem.Base = EIP
    					} else {
    						mem.Base = RIP
    					}
    				}
    			}
    
    			if segIndex >= 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:59:52 UTC 2023
    - 45.1K bytes
    - Viewed (0)
Back to top