Searched refs:dead_iargs (Results 1 - 1 of 1) sorted by relevance

/external/qemu/tcg/
H A Dtcg.c1216 unsigned int dead_iargs; local
1276 dead_iargs = 0;
1281 dead_iargs |= (1 << i);
1286 s->op_dead_iargs[op_index] = dead_iargs;
1347 dead_iargs = 0;
1351 dead_iargs |= (1 << i);
1355 s->op_dead_iargs[op_index] = dead_iargs;
1577 #define IS_DEAD_IARG(n) ((dead_iargs >> (n)) & 1)
1602 unsigned int dead_iargs)
1662 unsigned int dead_iargs)
1600 tcg_reg_alloc_mov(TCGContext *s, const TCGOpDef *def, const TCGArg *args, unsigned int dead_iargs) argument
1659 tcg_reg_alloc_op(TCGContext *s, const TCGOpDef *def, TCGOpcode opc, const TCGArg *args, unsigned int dead_iargs) argument
1826 tcg_reg_alloc_call(TCGContext *s, const TCGOpDef *def, TCGOpcode opc, const TCGArg *args, unsigned int dead_iargs) argument
2027 unsigned int dead_iargs; local
[all...]

Completed in 41 milliseconds