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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dax-gdb.c74 static void gen_left_shift (struct agent_expr *, int);
443 gen_left_shift (struct agent_expr *ax, int distance)
1297 gen_left_shift will generate right shifts when the operand
1331 gen_left_shift (ax, end - (offset + op_size));
1333 gen_left_shift (ax, offset - start);
438 gen_left_shift (struct agent_expr *ax, int distance) function

Completed in 42 milliseconds