Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDax-gdb.c340 ax_reg (ax, value->u.reg); in gen_traced_pop()
465 ax_reg (ax, frame_reg); in gen_frame_args_address()
479 ax_reg (ax, frame_reg); in gen_frame_locals_address()
575 ax_reg (ax, SYMBOL_BASEREG (var)); in gen_var_ref()
604 ax_reg (ax, SYMBOL_VALUE (var)); in gen_var_ref()
683 ax_reg (ax, value->u.reg); in require_rvalue()
HDax.h185 extern void ax_reg (struct agent_expr *EXPR, int REG);
HDax-general.c261 ax_reg (struct agent_expr *x, int reg) in ax_reg() function
HDdwarf2loc.c367 ax_reg (ax, frame_reg); in dwarf2_tracepoint_var_ref()
/trueos/contrib/binutils/opcodes/
HDi386-dis.c265 #define RMAX { OP_REG, ax_reg }
284 #define AX { OP_IMREG, ax_reg }
388 #define ax_reg 124 macro
5327 case ax_reg: case cx_reg: case dx_reg: case bx_reg: in OP_REG()
5329 s = names16[code - ax_reg + add]; in OP_REG()
5383 case ax_reg: case cx_reg: case dx_reg: case bx_reg: in OP_IMREG()
5385 s = names16[code - ax_reg]; in OP_IMREG()