Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg.h205 typedef struct TCGOp TCGOp; typedef
418 struct TCGOp { struct
419 TCGOpcode opc : 8; argument
430 QTAILQ_ENTRY(TCGOp) link; argument
448 static inline TCGRegSet output_pref(const TCGOp *op, unsigned i) in output_pref() argument