Searched refs:where_ (Results 1 – 3 of 3) sorted by relevance
32 sparc_write_branch(void *where_, void *target) in sparc_write_branch() argument38 unsigned int *where = (unsigned int *)where_; in sparc_write_branch()
41 sparc_write_branch(void *where_, void *target) in sparc_write_branch() argument56 unsigned int *where = (unsigned int *)where_; in sparc_write_branch()
770 capture (location_t loc, unsigned where_, operand *what_, bool value_) in capture() argument771 : operand (OP_CAPTURE, loc), where (where_), value_match (value_), in capture()