Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/_gen/
Dmain.go50 type opData struct { struct
51 name string
52 reg regInfo
53 asm string
54 typ string // default result type
55 aux string
56 rematerializeable bool
57 … int32 // number of arguments, if -1, then this operation has a variable number of arguments
58 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 …]
Drulegen.go1423 func opHasAuxInt(op opData) bool {
1432 func opHasAux(op opData) bool {
/aosp_15_r20/external/skia/src/core/
H A DSkPictureData.h104 const sk_sp<SkData>& opData() const { return fOpData; } in opData() function
H A DSkPictureRecord.h97 sk_sp<SkData> opData() const { in opData() function