Home
last modified time | relevance | path

Searched refs:clobber_regs (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/perf/
Dtinycc.c16663 const uint8_t *clobber_regs, in asm_compute_constraints() argument
16719 if (clobber_regs[i]) in asm_compute_constraints()
16976 uint8_t *clobber_regs, in asm_gen_code() argument
16985 memcpy(regs_allocated, clobber_regs, sizeof(regs_allocated)); in asm_gen_code()
17058 static void asm_clobber(uint8_t *clobber_regs, const char *str) in asm_clobber() argument
17075 clobber_regs[reg] = 1; in asm_clobber()
17980 uint8_t clobber_regs[NB_ASM_REGS]; in asm_instr() local
17992 memset(clobber_regs, 0, sizeof(clobber_regs)); in asm_instr()
18010 asm_clobber(clobber_regs, tokc.cstr->data); in asm_instr()
18033 clobber_regs, &out_reg); in asm_instr()
[all …]