Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SBB (0.04 sec)

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

    		switch inst.Op {
    		// TODO(rsc): Perhaps this instruction class should be derived from the CSV.
    		case ADD, ADC, AND, BTC, BTR, BTS, CMPXCHG, CMPXCHG8B, CMPXCHG16B, DEC, INC, NEG, NOT, OR, SBB, SUB, XOR, XADD, XCHG:
    			if isMem(inst.Args[0]) {
    				hasLock = true
    				break
    			}
    			fallthrough
    		default:
    			inst.Prefix[lockIndex] |= PrefixInvalid
    		}
    	}
    
    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