Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dtcg.h796 bool tcg_op_deposit_valid(TCGType type, unsigned ofs, unsigned len);
/qemu/target/i386/tcg/
H A Demit.c.inc3470 if (!have_1bit_cin || tcg_op_deposit_valid(TCG_TYPE_TL, 1, TARGET_LONG_BITS - 1)) {
3522 if (!have_1bit_cin || tcg_op_deposit_valid(TCG_TYPE_TL, 1, TARGET_LONG_BITS - 1)) {
/qemu/tcg/
H A Dtcg.c2601 bool tcg_op_deposit_valid(TCGType type, unsigned ofs, unsigned len) in tcg_op_deposit_valid() function