Searched refs:TCG_CALL_PURE (Results 1 - 5 of 5) sorted by relevance

/external/qemu/target-mips/
H A Dhelper.h27 DEF_HELPER_FLAGS_1(clo, TCG_CALL_CONST | TCG_CALL_PURE, tl, tl)
28 DEF_HELPER_FLAGS_1(clz, TCG_CALL_CONST | TCG_CALL_PURE, tl, tl)
30 DEF_HELPER_FLAGS_1(dclo, TCG_CALL_CONST | TCG_CALL_PURE, tl, tl)
31 DEF_HELPER_FLAGS_1(dclz, TCG_CALL_CONST | TCG_CALL_PURE, tl, tl)
/external/qemu/target-i386/
H A Dhelper.h3 DEF_HELPER_FLAGS_1(cc_compute_all, TCG_CALL_PURE, i32, int)
4 DEF_HELPER_FLAGS_1(cc_compute_c, TCG_CALL_PURE, i32, int)
/external/qemu/tcg/
H A Dtcg.h196 #define TCG_CALL_PURE 0x0010 macro
H A Dtcg-op.h401 TCG_CALL_PURE. This may need to be adjusted if these functions
411 tcg_gen_callN(&tcg_ctx, fn, TCG_CALL_CONST | TCG_CALL_PURE, sizemask,
424 tcg_gen_callN(&tcg_ctx, fn, TCG_CALL_CONST | TCG_CALL_PURE, sizemask,
H A Dtcg.c1253 if (call_flags & TCG_CALL_PURE) {

Completed in 116 milliseconds