Searched defs:TCGOp (Results 1 – 1 of 1) sorted by relevance
100 typedef struct TCGOp TCGOp; typedef313 struct TCGOp { struct314 TCGOpcode opc : 8; argument325 QTAILQ_ENTRY(TCGOp) link; argument344 static inline TCGRegSet output_pref(const TCGOp *op, unsigned i) in output_pref() argument