Searched refs:force_last (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dld-decode.h51 <force_last>
55 (<force_last>). To stop this occuring, use <force_first> = <last>
56 + 1 and <force_last> = <first> - 1.
123 int force_last; member in struct:_decode_table
H A Dld-decode.c95 new_rule->force_last = (strlen(entry->fields[op_force_last])
121 dumpf(indent, " (force_last %d)\n", rule->force_last);
H A Dld-insn.c642 && curr_opcode->last < rule->force_last) {
643 curr_opcode->last = rule->force_last;
647 && rule->force_last == insn_bit_size-1) {
659 curr_opcode->last = rule->force_last;
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dld-decode.h51 <force_last>
55 (<force_last>). To stop this occuring, use <force_first> = <last>
56 + 1 and <force_last> = <first> - 1.
123 int force_last; member in struct:_decode_table
H A Dld-decode.c92 new_rule->force_last = (strlen(entry->fields[op_force_last])
118 dumpf(indent, " (force_last %d)\n", rule->force_last);
H A Dld-insn.c642 && curr_opcode->last < rule->force_last) {
643 curr_opcode->last = rule->force_last;
647 && rule->force_last == insn_bit_size-1) {
659 curr_opcode->last = rule->force_last;
/netbsd-current/external/gpl3/gdb.old/dist/sim/igen/
H A Dld-decode.h86 <force_last>
90 (<force_last>). To stop this occuring, use <force_first> = <last>
91 + 1 and <force_last> = <first> - 1.
221 int force_last; member in struct:_decode_table
H A Dld-decode.c183 new_rule->force_last = target_a2i (options.hi_bit_nr,
186 if (new_rule->force_last > new_rule->last
187 || new_rule->force_last < new_rule->first - 1)
191 new_rule->force_last = new_rule->first - 1;
355 lf_printf (file, "\n(force_last %d)", rule->force_last);
H A Dgen.c756 if (!string_only && curr_opcode.last < rule->force_last)
758 curr_opcode.last = rule->force_last;
763 if (string_only && rule->force_last == options.insn_bit_size - 1)
/netbsd-current/external/gpl3/gdb/dist/sim/igen/
H A Dld-decode.h86 <force_last>
90 (<force_last>). To stop this occuring, use <force_first> = <last>
91 + 1 and <force_last> = <first> - 1.
221 int force_last; member in struct:_decode_table
H A Dld-decode.c181 new_rule->force_last = target_a2i (options.hi_bit_nr,
184 if (new_rule->force_last > new_rule->last
185 || new_rule->force_last < new_rule->first - 1)
189 new_rule->force_last = new_rule->first - 1;
355 lf_printf (file, "\n(force_last %d)", rule->force_last);
H A Dgen.c761 if (!string_only && curr_opcode.last < rule->force_last)
763 curr_opcode.last = rule->force_last;
768 if (string_only && rule->force_last == options.insn_bit_size - 1)

Completed in 244 milliseconds