Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg.h206 typedef struct TCGOp TCGOp; typedef
444 struct TCGOp { struct
445 TCGOpcode opc : 8; argument
456 QTAILQ_ENTRY(TCGOp) link; argument
474 static inline TCGRegSet output_pref(const TCGOp *op, unsigned i) in output_pref() argument