Searched defs:regs_allocated (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/perf/
H A Dtinycc.c16661 #define is_reg_allocated(reg) (regs_allocated[reg] & reg_mask)
16672 uint8_t regs_allocated[NB_ASM_REGS];
16722 regs_allocated[i] = REG_IN_MASK | REG_OUT_MASK;
16724 regs_allocated[i] = 0;
16727 regs_allocated[4] = REG_IN_MASK | REG_OUT_MASK;
16729 regs_allocated[5] = REG_IN_MASK | REG_OUT_MASK;
16767 regs_allocated[TREG_EAX] |= reg_mask;
16768 regs_allocated[TREG_EDX] |= reg_mask;
16809 regs_allocated[reg] |= reg_mask;
16835 if (!(regs_allocated[re
16670 uint8_t regs_allocated[NB_ASM_REGS]; local
16979 uint8_t regs_allocated[NB_ASM_REGS]; local
[all...]

Completed in 216 milliseconds