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

  /src/sys/arch/vax/vax/
db_disasm.c 120 static int get_operands(inst_buffer * ib);
173 get_operands(&ib);
212 get_operands(inst_buffer *ib) function
  /src/external/gpl3/gdb.old/dist/sim/cr16/
interp.c 51 static void get_operands (operand_desc *s, uint64_t mcode, int isize, int nops);
113 get_operands (operand_desc *s, uint64_t ins, int isize, int nops) function
360 get_operands ((h->ops)->operands, mcode, h->size, (h->ops)->numops);
  /src/external/gpl3/gdb/dist/sim/cr16/
interp.c 51 static void get_operands (operand_desc *s, uint64_t mcode, int isize, int nops);
113 get_operands (operand_desc *s, uint64_t ins, int isize, int nops) function
360 get_operands ((h->ops)->operands, mcode, h->size, (h->ops)->numops);
  /src/external/gpl3/binutils/dist/gas/config/
tc-d10v.c 349 get_operands (expressionS exp[]) function
1153 get_operands (myops);
tc-h8300.c 352 static char *get_operands (unsigned, char *, struct h8_op *);
891 get_operands (unsigned int noperands, char *op_end, struct h8_op *operand) function
1948 /* We used to set input_line_pointer to the result of get_operands,
1963 get_operands (instruction->noperands, op_end, operand);
tc-z8k.c 730 get_operands (const opcode_entry_type *opcode, char *op_end, op_type *operand) function
1272 new_input_line_pointer = get_operands (opcode, op_end, operand);
tc-d30v.c 391 get_operands (expressionS exp[], int cmp_hack) function
1140 get_operands (myops, cmp_hack);
tc-mmix.c 49 static int get_operands (int, char *, expressionS *);
448 get_operands (int max_operands, char *s, expressionS *exp) function
1050 n_operands = get_operands (max_operands, operands, exp);
tc-sh.c 1225 get_operands (sh_opcode_info *info, char *args, sh_operand_info *operand)
2214 op_end = get_operands (opcode, op_end, operand);
2587 op_end = get_operands (opcode, op_end, operand);
1223 get_operands (sh_opcode_info *info, char *args, sh_operand_info *operand) function
tc-tic54x.c 3092 get_operands (struct opstruct operands[], char *line) function
4169 insn->opcount = get_operands (insn->operands, line);
4231 insn->opcount = get_operands (insn->operands, line);
4253 insn->paropcount = get_operands (insn->paroperands, line);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-d10v.c 349 get_operands (expressionS exp[]) function
1153 get_operands (myops);
tc-h8300.c 352 static char *get_operands (unsigned, char *, struct h8_op *);
891 get_operands (unsigned int noperands, char *op_end, struct h8_op *operand) function
1948 /* We used to set input_line_pointer to the result of get_operands,
1963 get_operands (instruction->noperands, op_end, operand);
tc-z8k.c 730 get_operands (const opcode_entry_type *opcode, char *op_end, op_type *operand) function
1273 new_input_line_pointer = get_operands (opcode, op_end, operand);
tc-d30v.c 389 get_operands (expressionS exp[], int cmp_hack) function
1138 get_operands (myops, cmp_hack);
tc-mmix.c 49 static int get_operands (int, char *, expressionS *);
448 get_operands (int max_operands, char *s, expressionS *exp) function
1050 n_operands = get_operands (max_operands, operands, exp);
tc-sh.c 1225 get_operands (sh_opcode_info *info, char *args, sh_operand_info *operand)
2214 op_end = get_operands (opcode, op_end, operand);
2587 op_end = get_operands (opcode, op_end, operand);
1223 get_operands (sh_opcode_info *info, char *args, sh_operand_info *operand) function
tc-tic54x.c 3092 get_operands (struct opstruct operands[], char *line) function
4169 insn->opcount = get_operands (insn->operands, line);
4231 insn->opcount = get_operands (insn->operands, line);
4253 insn->paropcount = get_operands (insn->paroperands, line);
  /src/external/gpl3/gdb/dist/sim/d10v/
interp.c 41 static void get_operands (struct simops *s, uint32_t ins);
89 get_operands (struct simops *s, uint32_t ins) function
117 get_operands (h->ops, ins);
152 get_operands (h->ops, ins1);
165 get_operands (h->ops, ins2);
193 get_operands (h1->ops, ins1);
200 get_operands (h2->ops, ins2);
210 get_operands (h2->ops, ins2);
217 get_operands (h1->ops, ins1);
227 get_operands (h1->ops, ins1)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/d10v/
interp.c 41 static void get_operands (struct simops *s, uint32_t ins);
89 get_operands (struct simops *s, uint32_t ins) function
117 get_operands (h->ops, ins);
152 get_operands (h->ops, ins1);
165 get_operands (h->ops, ins2);
193 get_operands (h1->ops, ins1);
200 get_operands (h2->ops, ins2);
210 get_operands (h2->ops, ins2);
217 get_operands (h1->ops, ins1);
227 get_operands (h1->ops, ins1)
    [all...]

Completed in 58 milliseconds