Home
last modified time | relevance | path

Searched refs:tcg_get_insn_param (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg.h688 static inline TCGArg tcg_get_insn_param(TCGOp *op, int arg) in tcg_get_insn_param() function
701 return tcg_get_insn_param(op, arg); in tcg_get_insn_start_param()
703 return deposit64(tcg_get_insn_param(op, arg * 2), 32, 32, in tcg_get_insn_start_param()
704 tcg_get_insn_param(op, arg * 2 + 1)); in tcg_get_insn_start_param()