HomeSort by: relevance | last modified time | path
    Searched defs:gen_left_shift (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
ax-gdb.c 81 static void gen_left_shift (struct agent_expr *, int);
435 gen_left_shift (struct agent_expr *ax, int distance)
1254 gen_left_shift will generate right shifts when the operand
1288 gen_left_shift (ax, end - (offset + op_size));
1290 gen_left_shift (ax, offset - start);
431 gen_left_shift (struct agent_expr *ax, int distance) function
  /src/external/gpl3/gdb/dist/gdb/
ax-gdb.c 81 static void gen_left_shift (struct agent_expr *, int);
435 gen_left_shift (struct agent_expr *ax, int distance)
1253 gen_left_shift will generate right shifts when the operand
1287 gen_left_shift (ax, end - (offset + op_size));
1289 gen_left_shift (ax, offset - start);
431 gen_left_shift (struct agent_expr *ax, int distance) function

Completed in 24 milliseconds