Home
last modified time | relevance | path

Searched defs:instFormat (Results 1 – 10 of 10) sorted by relevance

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
H A Ddecode.go17 type instFormat struct { struct
18 mask uint32
19 value uint32
20 op Op
25 args instArgs
26 canDecode func(instr uint32) bool
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
H A Ddecode.go17 type instFormat struct { struct
18 mask uint32
19 value uint32
20 op Op
25 args instArgs
26 canDecode func(instr uint32) bool
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
H A Ddecode.go21 type instFormat struct { struct
22 Op Op
23 Mask uint32
24 Value uint32
25 DontCare uint32
26 Args [5]*argField
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
H A Ddecode.go21 type instFormat struct { struct
22 Op Op
23 Mask uint32
24 Value uint32
25 DontCare uint32
26 Args [5]*argField
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
H A Ddecode.go28 type instFormat struct { struct
29 Op Op
30 Mask uint64
31 Value uint64
32 DontCare uint64
33 Args [6]*argField
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/vendor/golang.org/x/arch/arm/armasm/
H A Ddecode.go25 type instFormat struct { struct
26 mask uint32
27 value uint32
28 priority int8
29 op Op
30 opBits uint64
31 args instArgs
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/golang.org/x/arch/arm/armasm/
H A Ddecode.go25 type instFormat struct { struct
26 mask uint32
27 value uint32
28 priority int8
29 op Op
30 opBits uint64
31 args instArgs
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/golang.org/x/arch/arm/armasm/
H A Ddecode.go25 type instFormat struct { struct
26 mask uint32
27 value uint32
28 priority int8
29 op Op
30 opBits uint64
31 args instArgs
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dhighlighter.h115 QTextCharFormat csdtagFormat, instFormat, headerFormat; variable
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrObject.cpp362 … int numClassVars, int numConsts, int numInstMethods, int instFormat, int instFlags) { in newClassObj()
472 int instFormat, int instFlags) { in reallocClassObj()