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

  /src/external/gpl3/binutils/dist/opcodes/
aarch64-dis.c 1523 unsigned hint_number;
1526 hint_number = extract_fields (code, 0, 2, FLD_CRm, FLD_op2);
1530 if (hint_number == aarch64_hint_options[i].value)
1522 unsigned hint_number; local
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-dis.c 1516 unsigned hint_number;
1519 hint_number = extract_fields (code, 0, 2, FLD_CRm, FLD_op2);
1523 if (hint_number == HINT_VAL (aarch64_hint_options[i].value))
1514 unsigned hint_number; local
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-dis.c 1516 unsigned hint_number;
1519 hint_number = extract_fields (code, 0, 2, FLD_CRm, FLD_op2);
1523 if (hint_number == HINT_VAL (aarch64_hint_options[i].value))
1514 unsigned hint_number; local
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-dis.c 1515 unsigned hint_number;
1518 hint_number = extract_fields (code, 0, 2, FLD_CRm, FLD_op2);
1522 if (hint_number == HINT_VAL (aarch64_hint_options[i].value))
1513 unsigned hint_number; local

Completed in 88 milliseconds