Home
last modified time | relevance | path

Searched refs:PrefixVEX3Bytes (Results 1 – 6 of 6) sorted by relevance

/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
H A Dinst.go81 PrefixVEX3Bytes Prefix = 0xC4 // Long form of vex prefix const
90 return p&0xFF == PrefixVEX2Bytes || p&0xFF == PrefixVEX3Bytes
H A Dintel.go92 if p == PrefixVEX3Bytes {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
H A Dinst.go81 PrefixVEX3Bytes Prefix = 0xC4 // Long form of vex prefix const
90 return p&0xFF == PrefixVEX2Bytes || p&0xFF == PrefixVEX3Bytes
H A Dintel.go96 if p == PrefixVEX3Bytes {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
H A Dinst.go81 PrefixVEX3Bytes Prefix = 0xC4 // Long form of vex prefix const
90 return p&0xFF == PrefixVEX2Bytes || p&0xFF == PrefixVEX3Bytes
H A Dintel.go96 if p == PrefixVEX3Bytes {