Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dop.go24 type opInfo struct { struct
25 name string
26 reg regInfo
27 auxType auxType
28 argLen int32 // the number of arguments, -1 if variable length
29 asm obj.As
30 generic bool // this is a generic (arch-independent) opcode
31 rematerializeable bool // this op is rematerializeable
32 commutative bool // this operation is commutative (e.g. addition)
33 … bool // (first, if a tuple) output of v and v.Args[0] must be allocated to the same register
[all …]