Searched defs:TCGOp (Results 1 – 1 of 1) sorted by relevance
205 typedef struct TCGOp TCGOp; typedef418 struct TCGOp { struct419 TCGOpcode opc : 8; argument430 QTAILQ_ENTRY(TCGOp) link; argument448 static inline TCGRegSet output_pref(const TCGOp *op, unsigned i) in output_pref() argument