Searched defs:opData (Results 1 – 4 of 4) sorted by relevance
50 type opData struct { struct51 name string52 reg regInfo53 asm string54 typ string // default result type55 aux string56 rematerializeable bool57 … int32 // number of arguments, if -1, then this operation has a variable number of arguments58 commutative bool // this operation is commutative on its first 2 arguments (e.g. addition)59 … bool // (first, if a tuple) output of v and v.Args[0] must be allocated to the same register[all …]
1423 func opHasAuxInt(op opData) bool {1432 func opHasAux(op opData) bool {
104 const sk_sp<SkData>& opData() const { return fOpData; } in opData() function
97 sk_sp<SkData> opData() const { in opData() function