Searched refs:tcg_regset_test_reg (Results 1 – 2 of 2) sorted by relevance
/external/qemu/tcg/ |
D | tcg.c | 397 if (tcg_regset_test_reg(s->reserved_regs, reg)) in tcg_global_reg_new_internal() 1263 if (tcg_regset_test_reg(arg_ct->u.regs, i)) in get_constraint_priority() 1845 if (tcg_regset_test_reg(reg_ct, reg) && s->reg_to_temp[reg] == -1) in tcg_reg_alloc() 1852 if (tcg_regset_test_reg(reg_ct, reg)) { in tcg_reg_alloc() 2156 if (tcg_regset_test_reg(arg_ct->u.regs, reg)) { in tcg_reg_alloc_op() 2184 if (tcg_regset_test_reg(tcg_target_call_clobber_regs, reg)) { in tcg_reg_alloc_op() 2208 tcg_regset_test_reg(arg_ct->u.regs, reg)) { in tcg_reg_alloc_op() 2361 if (!tcg_regset_test_reg(arg_ct->u.regs, reg)) { in tcg_reg_alloc_call() 2391 if (tcg_regset_test_reg(tcg_target_call_clobber_regs, reg)) { in tcg_reg_alloc_call()
|
D | tcg.h | 136 #define tcg_regset_test_reg(d, r) (((d) >> (r)) & 1) macro
|