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

/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dld-decode.h50 <force_first>
54 it is forced to at least include bits starting from <force_first>
55 (<force_last>). To stop this occuring, use <force_first> = <last>
122 int force_first; member in struct:_decode_table
H A Dld-decode.c92 new_rule->force_first = (strlen(entry->fields[op_force_first])
120 dumpf(indent, " (force_first %d)\n", rule->force_first);
H A Dld-insn.c638 && curr_opcode->first > rule->force_first) {
639 curr_opcode->first = rule->force_first;
658 curr_opcode->first = rule->force_first;
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dld-decode.h50 <force_first>
54 it is forced to at least include bits starting from <force_first>
55 (<force_last>). To stop this occuring, use <force_first> = <last>
122 int force_first; member in struct:_decode_table
H A Dld-decode.c89 new_rule->force_first = (strlen(entry->fields[op_force_first])
117 dumpf(indent, " (force_first %d)\n", rule->force_first);
H A Dld-insn.c638 && curr_opcode->first > rule->force_first) {
639 curr_opcode->first = rule->force_first;
658 curr_opcode->first = rule->force_first;
/netbsd-current/external/gpl3/gdb.old/dist/sim/igen/
H A Dld-decode.h85 <force_first>
89 it is forced to at least include bits starting from <force_first>
90 (<force_last>). To stop this occuring, use <force_first> = <last>
220 int force_first; member in struct:_decode_table
H A Dld-decode.c170 new_rule->force_first = target_a2i (options.hi_bit_nr,
174 if (new_rule->force_first < new_rule->first
175 || new_rule->force_first > new_rule->last + 1)
179 new_rule->force_first = new_rule->last + 1;
354 lf_printf (file, "\n(force_first %d)", rule->force_first);
H A Dgen.c752 if (!string_only && curr_opcode.first > rule->force_first)
754 curr_opcode.first = rule->force_first;
/netbsd-current/external/gpl3/gdb/dist/sim/igen/
H A Dld-decode.h85 <force_first>
89 it is forced to at least include bits starting from <force_first>
90 (<force_last>). To stop this occuring, use <force_first> = <last>
220 int force_first; member in struct:_decode_table
H A Dld-decode.c168 new_rule->force_first = target_a2i (options.hi_bit_nr,
172 if (new_rule->force_first < new_rule->first
173 || new_rule->force_first > new_rule->last + 1)
177 new_rule->force_first = new_rule->last + 1;
354 lf_printf (file, "\n(force_first %d)", rule->force_first);
H A Dgen.c757 if (!string_only && curr_opcode.first > rule->force_first)
759 curr_opcode.first = rule->force_first;

Completed in 214 milliseconds