Searched refs:tcg_gen_callN (Results 1 – 3 of 3) sorted by relevance
/external/qemu/tcg/ |
D | tcg.h | 483 void tcg_gen_callN(TCGContext *s, TCGv_ptr func, unsigned int flags,
|
D | tcg-op.h | 393 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()
|
D | tcg.c | 595 void tcg_gen_callN(TCGContext *s, TCGv_ptr func, unsigned int flags, in tcg_gen_callN() function
|