HomeSort by: relevance | last modified time | path
    Searched defs:next_opcode (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-mn10200.c 871 struct mn10200_opcode *next_opcode;
1115 next_opcode = opcode + 1;
1116 if (!strcmp (next_opcode->name, opcode->name))
1118 opcode = next_opcode;
868 struct mn10200_opcode *next_opcode; local
tc-d10v.c 1150 struct d10v_opcode *next_opcode; local
1171 next_opcode = opcode + 1;
1175 flags = d10v_operands[next_opcode->operands[0]].flags;
1199 int bits = d10v_operands[next_opcode->operands[opnum]].bits;
1201 flags = d10v_operands[next_opcode->operands[opnum]].flags;
1258 next_opcode++;
1264 opcode = next_opcode;
1347 next_opcode = opcode + 1;
1349 if (next_opcode->opcode == 0)
1352 if (strcmp (next_opcode->name, opcode->name)
    [all...]
tc-mn10300.c 1238 struct mn10300_opcode *next_opcode;
1808 next_opcode = opcode + 1;
1809 if (!strcmp (next_opcode->name, opcode->name))
1811 opcode = next_opcode;
1235 struct mn10300_opcode *next_opcode; local
tc-v850.c 2264 struct v850_opcode *next_opcode;
2995 next_opcode = opcode + 1;
2996 if (next_opcode->name != NULL
2997 && strcmp (next_opcode->name, opcode->name) == 0)
2999 opcode = next_opcode;
2261 struct v850_opcode *next_opcode; local
tc-xtensa.c 4792 xtensa_opcode next_opcode;
4794 if (!next_frag_opcode_is_loop (fragp, &next_opcode))
4810 return get_expanded_loop_offset (next_opcode) + RELAXED_LOOP_INSN_BYTES;
4784 xtensa_opcode next_opcode; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mn10200.c 871 struct mn10200_opcode *next_opcode;
1116 next_opcode = opcode + 1;
1117 if (!strcmp (next_opcode->name, opcode->name))
1119 opcode = next_opcode;
868 struct mn10200_opcode *next_opcode; local
tc-d10v.c 1150 struct d10v_opcode *next_opcode; local
1171 next_opcode = opcode + 1;
1175 flags = d10v_operands[next_opcode->operands[0]].flags;
1199 int bits = d10v_operands[next_opcode->operands[opnum]].bits;
1201 flags = d10v_operands[next_opcode->operands[opnum]].flags;
1258 next_opcode++;
1264 opcode = next_opcode;
1347 next_opcode = opcode + 1;
1349 if (next_opcode->opcode == 0)
1352 if (strcmp (next_opcode->name, opcode->name)
    [all...]
tc-mn10300.c 1238 struct mn10300_opcode *next_opcode;
1808 next_opcode = opcode + 1;
1809 if (!strcmp (next_opcode->name, opcode->name))
1811 opcode = next_opcode;
1235 struct mn10300_opcode *next_opcode; local
tc-v850.c 2269 struct v850_opcode *next_opcode;
3000 next_opcode = opcode + 1;
3001 if (next_opcode->name != NULL
3002 && strcmp (next_opcode->name, opcode->name) == 0)
3004 opcode = next_opcode;
2266 struct v850_opcode *next_opcode; local
tc-xtensa.c 4792 xtensa_opcode next_opcode;
4794 if (!next_frag_opcode_is_loop (fragp, &next_opcode))
4810 return get_expanded_loop_offset (next_opcode) + RELAXED_LOOP_INSN_BYTES;
4784 xtensa_opcode next_opcode; local

Completed in 59 milliseconds