Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsVEX (0.14 sec)

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

    		a := inst.Args[i]
    		if a == nil {
    			continue
    		}
    		args = append(args, plan9Arg(&inst, pc, symname, a))
    	}
    
    	var rep string
    	var last Prefix
    	for _, p := range inst.Prefix {
    		if p == 0 || p.IsREX() || p.IsVEX() {
    			break
    		}
    
    		switch {
    		// Don't show prefixes implied by the instruction text.
    		case p&0xFF00 == PrefixImplicit:
    			continue
    		// Only REP and REPN are recognized repeaters. Plan 9 syntax
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 7.2K bytes
    - Viewed (0)
Back to top