Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg.h100 typedef struct TCGOp TCGOp; typedef
313 struct TCGOp { struct
314 TCGOpcode opc : 8; argument
325 QTAILQ_ENTRY(TCGOp) link; argument
344 static inline TCGRegSet output_pref(const TCGOp *op, unsigned i) in output_pref() argument