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

  /src/external/gpl3/binutils/dist/opcodes/
mips-dis.c 2025 #define GET_OP(insn, field) \
2045 if (i == GET_OP (op->match, OP))
2065 op = mips_hash[GET_OP (word, OP)];
2128 #undef GET_OP
2324 #define GET_OP(insn, field) \
2437 && GET_OP (full, RX) == GET_OP (full, RY))
2445 && GET_OP (full, RZ) == GET_OP (full, RX))
2517 #undef GET_OP
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
mips-dis.c 2025 #define GET_OP(insn, field) \
2045 if (i == GET_OP (op->match, OP))
2065 op = mips_hash[GET_OP (word, OP)];
2128 #undef GET_OP
2324 #define GET_OP(insn, field) \
2437 && GET_OP (full, RX) == GET_OP (full, RY))
2445 && GET_OP (full, RZ) == GET_OP (full, RX))
2517 #undef GET_OP
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
mips-dis.c 1998 #define GET_OP(insn, field) \
2018 if (i == GET_OP (op->match, OP))
2038 op = mips_hash[GET_OP (word, OP)];
2101 #undef GET_OP
2297 #define GET_OP(insn, field) \
2410 && GET_OP (full, RX) == GET_OP (full, RY))
2418 && GET_OP (full, RZ) == GET_OP (full, RX))
2490 #undef GET_OP
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
mips-dis.c 2025 #define GET_OP(insn, field) \
2045 if (i == GET_OP (op->match, OP))
2065 op = mips_hash[GET_OP (word, OP)];
2128 #undef GET_OP
2324 #define GET_OP(insn, field) \
2437 && GET_OP (full, RX) == GET_OP (full, RY))
2445 && GET_OP (full, RZ) == GET_OP (full, RX))
2517 #undef GET_OP
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 11382 #define GET_OP(OP) \
11438 GET_OP (op2);
11494 GET_OP (op2);
11524 GET_OP (buf[i]);
11545 GET_OP (op2);
11581 GET_OP (op2);
11591 GET_OP (op2);
11658 GET_OP (op2);
11685 /* Scan entire instruction first so that GET_OP output is not
11690 GET_OP (op2)
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 10874 #define GET_OP(OP) \
10930 GET_OP (op2);
10986 GET_OP (op2);
11016 GET_OP (buf[i]);
11037 GET_OP (op2);
11073 GET_OP (op2);
11083 GET_OP (op2);
11150 GET_OP (op2);
11177 /* Scan entire instruction first so that GET_OP output is not
11182 GET_OP (op2)
    [all...]

Completed in 27 milliseconds