Searched defs:opInfo (Results 1 – 1 of 1) sorted by relevance
24 type opInfo struct { struct25 name string26 reg regInfo27 auxType auxType28 argLen int32 // the number of arguments, -1 if variable length29 asm obj.As30 generic bool // this is a generic (arch-independent) opcode31 rematerializeable bool // this op is rematerializeable32 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 …]