Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for modrm (0.04 sec)

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

    			regop = (modrm >> 3) & 07
    			rm = modrm & 07
    			if rex&PrefixREXR != 0 {
    				rexUsed |= PrefixREXR
    				regop |= 8
    			}
    			if addrMode == 16 {
    				// 16-bit modrm form
    				if mod != 3 {
    					haveMem = true
    					mem = addr16[rm]
    					if rm == 6 && mod == 0 {
    						mem.Base = 0
    					}
    
    					// Consume disp16 if present.
    					if mod == 0 && rm == 6 || mod == 2 {
    						if pos+2 > len(src) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:59:52 UTC 2023
    - 45.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go

    	PrefixREXW      Prefix = 0x08 // extension bit W (64-bit instruction width)
    	PrefixREXR      Prefix = 0x04 // extension bit R (r field in modrm)
    	PrefixREXX      Prefix = 0x02 // extension bit X (index field in sib)
    	PrefixREXB      Prefix = 0x01 // extension bit B (r/m field in modrm or base field in sib)
    	PrefixVEX2Bytes Prefix = 0xC5 // Short form of vex prefix
    	PrefixVEX3Bytes Prefix = 0xC4 // Long form of vex prefix
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/x86/asm6.go

    	Pavx = 0x84 // symbolic; exact value doesn't matter
    
    	RxrEvex = 1 << 4 // AVX512 extension to REX.R/VEX.R
    	Rxw     = 1 << 3 // =1, 64-bit operand size
    	Rxr     = 1 << 2 // extend modrm reg
    	Rxx     = 1 << 1 // extend sib index
    	Rxb     = 1 << 0 // extend modrm r/m, sib base, or opcode reg
    )
    
    const (
    	// Encoding for VEX prefix in tables.
    	// The P, L, and W fields are chosen to match
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  4. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    bájddar.no bálát.no bådåddjå.no båtsfjord.no bærum.no bø.nordland.no bø.telemark.no bømlo.no c.bg c.cdn77.org c.la c.se c66.me ca ca-central-1.elasticbeanstalk.com ca.eu.org ca.in ca.it ca.na ca.reclaim.cloud ca.us caa.aero caa.li cab cable-modem.org cadaques.museum cafe cafjs.com cagliari.it cahcesuolo.no cal cal.it calabria.it california.museum call caltanissetta.it calvinklein cam cam.it cambridge.museum camdvr.org camera camp campaign.gov.uk campania.it campidano-medio.it campidanomedio.it...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
  5. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    marnardal.no
    masfjorden.no
    meland.no
    meldal.no
    melhus.no
    meloy.no
    meløy.no
    meraker.no
    meråker.no
    moareke.no
    moåreke.no
    midsund.no
    midtre-gauldal.no
    modalen.no
    modum.no
    molde.no
    moskenes.no
    moss.no
    mosvik.no
    malselv.no
    målselv.no
    malatvuopmi.no
    málatvuopmi.no
    namdalseid.no
    aejrie.no
    namsos.no
    namsskogan.no
    naamesjevuemie.no
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top