Searched refs:slotnum (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/opcodes/
H A Dia64-dis.c72 int slotnum, j, status, need_comma, retval, slot_multiplier; local
88 slotnum = (((long) memaddr) & 0xf) / slot_multiplier;
89 if (slotnum > 2)
109 if (slotnum == 0)
114 unit = ia64_templ_desc[template].exec_unit[slotnum];
116 if (template == 2 && slotnum == 1)
119 slotnum = 2;
123 insn = slot[slotnum];
259 if (slotnum + 1 == ia64_templ_desc[template].group_boundary
260 || ((slotnum
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dia64-tdep.c422 slotN_contents (char *bundle, int slotnum) argument
424 return extract_bit_field (bundle, 5+41*slotnum, 41);
430 replace_slotN_contents (char *bundle, long long instr, int slotnum) argument
432 replace_bit_field (bundle, instr, 5+41*slotnum, 41);
478 int slotnum = (int) (addr & 0x0f) / SLOT_MULTIPLIER; local
495 if (slotnum > 2)
499 slotnum = 0;
509 *instr = slotN_contents (bundle, slotnum);
511 *it = template_encoding_table[(int)template][slotnum];
513 if (slotnum
549 int slotnum = (int) (addr & 0x0f) / SLOT_MULTIPLIER; local
582 int slotnum = (addr & 0x0f) / SLOT_MULTIPLIER; local
3035 int nslots, rseslots, memslots, slotnum, nfuncargs; local
[all...]

Completed in 42 milliseconds