Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg.h483 void tcg_gen_callN(TCGContext *s, TCGv_ptr func, unsigned int flags,
Dtcg-op.h393 tcg_gen_callN(&tcg_ctx, fn, flags, sizemask, ret, in tcg_gen_helperN()
411 tcg_gen_callN(&tcg_ctx, fn, TCG_CALL_CONST | TCG_CALL_PURE, sizemask, in tcg_gen_helper32()
424 tcg_gen_callN(&tcg_ctx, fn, TCG_CALL_CONST | TCG_CALL_PURE, sizemask, in tcg_gen_helper64()
Dtcg.c595 void tcg_gen_callN(TCGContext *s, TCGv_ptr func, unsigned int flags, in tcg_gen_callN() function