Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg.h664 # define tcg_debug_assert(X) do { assert(X); } while (0) macro
666 # define tcg_debug_assert(X) \ macro
669 # define tcg_debug_assert(X) do { (void)(X); } while (0) macro
Dtcg-op.h1045 tcg_debug_assert(TCG_TARGET_HAS_muluh_i32); in tcg_gen_mul_i64()
2170 tcg_debug_assert(ofs < 32); in tcg_gen_deposit_i32()
2171 tcg_debug_assert(len <= 32); in tcg_gen_deposit_i32()
2172 tcg_debug_assert(ofs + len <= 32); in tcg_gen_deposit_i32()
2205 tcg_debug_assert(ofs < 64); in tcg_gen_deposit_i64()
2206 tcg_debug_assert(len <= 64); in tcg_gen_deposit_i64()
2207 tcg_debug_assert(ofs + len <= 64); in tcg_gen_deposit_i64()
2641 tcg_debug_assert(idx <= 1); in tcg_gen_goto_tb()
2644 tcg_debug_assert((tcg_ctx.goto_tb_issue_mask & (1 << idx)) == 0); in tcg_gen_goto_tb()