HomeSort by relevance Sort by last modified time
    Searched refs:tcg_regset_test_reg (Results 1 - 2 of 2) sorted by null

  /external/qemu/tcg/
tcg.c 305 if (tcg_regset_test_reg(s->reserved_regs, reg))
1032 if (tcg_regset_test_reg(arg_ct->u.regs, i))
    [all...]
tcg.h 62 #define tcg_regset_test_reg(d, r) (((d) >> (r)) & 1) macro

Completed in 1460 milliseconds