Home
last modified time | relevance | path

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

/external/qemu/tcg/
Doptimize.c632 bool have_neg; in tcg_constant_folding() local
640 have_neg = TCG_TARGET_HAS_neg_i32; in tcg_constant_folding()
643 have_neg = TCG_TARGET_HAS_neg_i64; in tcg_constant_folding()
645 if (!have_neg) { in tcg_constant_folding()