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

  /src/external/gpl3/gdb.old/dist/gdb/
ax-gdb.c 109 static void gen_scale (struct agent_expr *ax,
959 gen_scale (struct agent_expr *ax, enum agent_op op, struct type *type)
979 gen_scale (ax, aop_mul, value1->type);
995 gen_scale (ax, aop_mul, value1->type);
1019 gen_scale (ax, aop_div_unsigned, value1->type);
951 gen_scale (struct agent_expr *ax, enum agent_op op, struct type *type) function
  /src/external/gpl3/gdb/dist/gdb/
ax-gdb.c 109 static void gen_scale (struct agent_expr *ax,
958 gen_scale (struct agent_expr *ax, enum agent_op op, struct type *type)
978 gen_scale (ax, aop_mul, value1->type);
994 gen_scale (ax, aop_mul, value1->type);
1018 gen_scale (ax, aop_div_unsigned, value1->type);
950 gen_scale (struct agent_expr *ax, enum agent_op op, struct type *type) function

Completed in 51 milliseconds