Searched refs:tcg_regset_test_reg (Results 1 – 2 of 2) sorted by relevance
/external/qemu/tcg/ |
D | tcg.c | 305 if (tcg_regset_test_reg(s->reserved_regs, reg)) in tcg_global_reg_new_internal() 1032 if (tcg_regset_test_reg(arg_ct->u.regs, i)) in get_constraint_priority() 1494 if (tcg_regset_test_reg(reg_ct, reg) && s->reg_to_temp[reg] == -1) in tcg_reg_alloc() 1501 if (tcg_regset_test_reg(reg_ct, reg)) { in tcg_reg_alloc() 1726 if (tcg_regset_test_reg(arg_ct->u.regs, reg)) { in tcg_reg_alloc_op() 1760 if (tcg_regset_test_reg(tcg_target_call_clobber_regs, reg)) { in tcg_reg_alloc_op() 1785 tcg_regset_test_reg(arg_ct->u.regs, reg)) { in tcg_reg_alloc_op() 1928 if (!tcg_regset_test_reg(arg_ct->u.regs, reg)) { in tcg_reg_alloc_call() 1964 if (tcg_regset_test_reg(tcg_target_call_clobber_regs, reg)) { in tcg_reg_alloc_call()
|
D | tcg.h | 62 #define tcg_regset_test_reg(d, r) (((d) >> (r)) & 1) macro
|