Searched defs:TCGOp (Results 1 – 1 of 1) sorted by relevance
101 typedef struct TCGOp TCGOp; typedef323 struct TCGOp { struct324 TCGOpcode opc : 8; argument335 QTAILQ_ENTRY(TCGOp) link; argument354 static inline TCGRegSet output_pref(const TCGOp *op, unsigned i) in output_pref() argument