Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
Ddecode.go17 type instFormat struct { struct
18 mask uint32
19 value uint32
20 op Op
25 args instArgs
26 canDecode func(instr uint32) bool
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
Ddecode.go31 type instFormat struct { struct
32 Op Op
33 Mask uint64
34 Value uint64
35 DontCare uint64
36 Args [6]*argField
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
Ddecode.go27 type instFormat struct { struct
28 mask uint32
29 value uint32
30 priority int8
31 op Op
32 opBits uint64
33 args instArgs