Searched refs:slot_index (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/cpu/ |
D | frv.opc | 848 int slot_index; 856 slot_index = vliw->next_slot; 857 if (slot_index >= FRV_VLIW_SIZE) 884 if (slot_index <= 0) 904 vliw->major[slot_index] = major; 905 vliw->insn[slot_index] = insn;
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | frv-opc.c | 801 int slot_index; in frv_vliw_add_insn() local 809 slot_index = vliw->next_slot; in frv_vliw_add_insn() 810 if (slot_index >= FRV_VLIW_SIZE) in frv_vliw_add_insn() 837 if (slot_index <= 0) in frv_vliw_add_insn() 857 vliw->major[slot_index] = major; in frv_vliw_add_insn() 858 vliw->insn[slot_index] = insn; in frv_vliw_add_insn()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2004 | 2352 * config/tc-ia64.c (slot_index): New arg before_relax. Use instead of 2354 (fixup_unw_records): New arg before_relax. Pass to slot_index. 2608 (slot_index): Take .org, .space and .align into account.
|
D | ChangeLog-2005 | 208 * config/tc-ia64.c (slot_index): Emit an error instead of a warning 1898 * config/tc-ia64.c (slot_index): Revert last change. If first_frag 1914 * config/tc-ia64.c (slot_index): Check for a NULL first_frag.
|
D | ChangeLog-0001 | 4367 (slot_index): New parameters slot_frag and first_frag. Add code 4370 arguments to slot_index. 6257 (set_imask, count_bits, slot_index): New function.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-ia64.c | 2698 slot_index (unsigned long slot_addr, in slot_index() function 2815 t = slot_index (ptr->slot_number, ptr->slot_frag, in fixup_unw_records() 2840 size = slot_index (last_addr, last_frag, first_addr, first_frag, in fixup_unw_records()
|