Searched refs:opnum (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/gdb/opcodes/
H A Dv850-dis.c94 unsigned int opnum; local
115 for (opindex_ptr = op->operands, opnum = 1;
117 opindex_ptr++, opnum++)
145 If memop && opnum == memop + 1, then we need '[' since
149 If memop && opnum == memop + 2, then we need ']' since
162 if (memop && opnum == memop + 1) info->fprintf_func (info->stream, "[");
163 else if (memop && opnum == memop + 2) info->fprintf_func (info->stream, "],");
164 else if (memop == 1 && opnum == 1
167 else if (opnum > 1) info->fprintf_func (info->stream, ", ");
324 if (memop == 1 && opnum
[all...]
H A Dd30v-dis.c185 int val, opnum, need_comma = 0; local
216 while ((opnum = insn->form->operands[opind++]) != 0)
219 oper = (struct d30v_operand *) &d30v_operand_table[opnum];
H A Dcgen-opc.c327 cgen_operand_lookup_by_num (CGEN_CPU_DESC cd, int opnum)
329 return cd->operand_table.entries[opnum];
325 cgen_operand_lookup_by_num(CGEN_CPU_DESC cd, int opnum) argument
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-xtensa.c6955 int opnum;
6961 opnum = get_relocation_opnd (opcode, ELF32_R_TYPE (irel->r_info));
6962 if (opnum == XTENSA_UNDEFINED)
6965 if (!pcrel_reloc_fits (opcode, opnum, self_offset, target_offset))
6931 int opnum; local

Completed in 82 milliseconds