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

/external/valgrind/perf/
H A Dtinycc.c16666 int *pout_reg)
16861 *pout_reg = -1;
16873 *pout_reg = reg;
16890 if (*pout_reg >= 0)
16891 printf("out_reg=%d\n", *pout_reg);
16661 asm_compute_constraints(ASMOperand *operands, int nb_operands, int nb_outputs, const uint8_t *clobber_regs, int *pout_reg) argument

Completed in 136 milliseconds