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

  /src/external/gpl2/groff/dist/src/devices/grohtml/
html-table.cpp 777 * get_reg - collects the registers as supplied during initialization.
780 void html_indent::get_reg (int *ind, int *pageoffset, int *linelength) function in class:html_indent
  /src/external/gpl3/gdb/dist/sim/m32c/
reg.c 195 get_reg (reg_id id) function
199 printf ("get_reg (%s) = %0*x\n", reg_names[id], reg_bytes[id] * 2, rv);
217 return get_reg (id);
  /src/external/gpl3/gdb/dist/sim/rl78/
cpu.c 93 get_reg (RL78_Register regno) function
164 int old_sp = get_reg (RL78_Reg_SP);
187 int psw = get_reg (RL78_Reg_PSW);
  /src/external/gpl3/gdb/dist/sim/rx/
reg.c 121 get_reg (int id) function
125 printf ("get_reg (%s) = %08x\n", reg_names[id], rv);
146 printf ("get_reg (%s) = %016llx\n", reg_names[id], rv);
  /src/external/gpl3/gdb.old/dist/sim/m32c/
reg.c 195 get_reg (reg_id id) function
199 printf ("get_reg (%s) = %0*x\n", reg_names[id], reg_bytes[id] * 2, rv);
217 return get_reg (id);
  /src/external/gpl3/gdb.old/dist/sim/rl78/
cpu.c 93 get_reg (RL78_Register regno) function
164 int old_sp = get_reg (RL78_Reg_SP);
187 int psw = get_reg (RL78_Reg_PSW);
  /src/external/gpl3/gdb.old/dist/sim/rx/
reg.c 121 get_reg (int id) function
125 printf ("get_reg (%s) = %08x\n", reg_names[id], rv);
146 printf ("get_reg (%s) = %016llx\n", reg_names[id], rv);
  /src/external/gpl3/binutils/dist/gas/config/
tc-spu.c 52 static const char *get_reg (const char *param, struct spu_insn *insn, int arg,
398 param = get_reg (param, insn, arg, 1);
487 get_reg (const char *param, struct spu_insn *insn, int arg, int accept_expr)
621 const char *np = get_reg (param, &tmp_insn, arg, 0);
485 get_reg (const char *param, struct spu_insn *insn, int arg, int accept_expr) function
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-spu.c 52 static const char *get_reg (const char *param, struct spu_insn *insn, int arg,
398 param = get_reg (param, insn, arg, 1);
487 get_reg (const char *param, struct spu_insn *insn, int arg, int accept_expr)
621 const char *np = get_reg (param, &tmp_insn, arg, 0);
485 get_reg (const char *param, struct spu_insn *insn, int arg, int accept_expr) function
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 2234 get_reg (enum ia64_frame_regs r)
2258 tmp = gen_rtx_REG (DImode, get_reg (reg_save_gp));
2230 get_reg (enum ia64_frame_regs r) function
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 2224 get_reg (enum ia64_frame_regs r)
2248 tmp = gen_rtx_REG (DImode, get_reg (reg_save_gp));
2220 get_reg (enum ia64_frame_regs r) function

Completed in 51 milliseconds