Searched refs:sploop_ii (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/opcodes/
H A Dtic6x-dis.c1132 unsigned int sploop_ii = 0; local
1209 sploop_ii = ((search_opcode >> 23) & 0x1f) + 1;
1215 sploop_ii
1221 if (sploop_ii <= 0)
1223 printf ("opcode %x: sloop index not found (%d)\n", opcode, sploop_ii);
1226 else if (sploop_ii <= 1)
1228 else if (sploop_ii <= 2)
1230 else if (sploop_ii <= 4)
1232 else if (sploop_ii <= 8)
1234 else if (sploop_ii <
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-tic6x.h110 int sploop_ii; member in struct:__anon490
H A Dtc-tic6x.c2461 unsigned int func_unit_data_side, int sploop_ii,
2964 if (!sploop_ii)
2974 if (sploop_ii <= 1)
2976 else if (sploop_ii <= 2)
2978 else if (sploop_ii <= 4)
2980 else if (sploop_ii <= 8)
2982 else if (sploop_ii <= 14)
3013 || (operands[opno].value.exp.X_add_number >= sploop_ii))
3623 seginfo->tc_segment_info_data.sploop_ii,
3714 if (seginfo->tc_segment_info_data.sploop_ii)
2457 tic6x_try_encode(tic6x_opcode_id id, tic6x_operand *operands, unsigned int num_operands, unsigned int this_line_creg, unsigned int this_line_z, unsigned int func_unit_side, unsigned int func_unit_cross, unsigned int func_unit_data_side, int sploop_ii, expressionS **fix_exp, int *fix_pcrel, bfd_reloc_code_real_type *fx_r_type, bfd_boolean *fix_adda, bfd_boolean *fix_needed, bfd_boolean *ok, bfd_boolean print_errors, char *str, int opc_len) argument
[all...]

Completed in 108 milliseconds