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

  /src/external/gpl3/binutils/dist/opcodes/
mips-dis.c 2151 const struct mips_operand *operand, *ext_operand;
2205 ext_operand = decode_mips16_operand (type, true);
2206 if (ext_operand != operand
2210 ext_size = ext_operand->size;
2211 operand = ext_operand;
2146 const struct mips_operand *operand, *ext_operand; local
  /src/external/gpl3/binutils.old/dist/opcodes/
mips-dis.c 2151 const struct mips_operand *operand, *ext_operand;
2205 ext_operand = decode_mips16_operand (type, true);
2206 if (ext_operand != operand
2210 ext_size = ext_operand->size;
2211 operand = ext_operand;
2146 const struct mips_operand *operand, *ext_operand; local
  /src/external/gpl3/gdb/dist/opcodes/
mips-dis.c 2124 const struct mips_operand *operand, *ext_operand;
2178 ext_operand = decode_mips16_operand (type, true);
2179 if (ext_operand != operand
2183 ext_size = ext_operand->size;
2184 operand = ext_operand;
2119 const struct mips_operand *operand, *ext_operand; local
  /src/external/gpl3/gdb.old/dist/opcodes/
mips-dis.c 2124 const struct mips_operand *operand, *ext_operand;
2178 ext_operand = decode_mips16_operand (type, true);
2179 if (ext_operand != operand
2183 ext_size = ext_operand->size;
2184 operand = ext_operand;
2119 const struct mips_operand *operand, *ext_operand; local
  /src/external/gpl3/binutils/dist/gas/config/
tc-mips.c 8897 const struct mips_operand *ext_operand;
9035 ext_operand = decode_mips16_operand (c, true);
9036 if (operand != ext_operand)
9052 && (ext_operand->size != 16 || c == '8'))
8888 const struct mips_operand *ext_operand; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c 8585 const struct mips_operand *ext_operand;
8723 ext_operand = decode_mips16_operand (c, true);
8724 if (operand != ext_operand)
8740 && (ext_operand->size != 16 || c == '8'))
8576 const struct mips_operand *ext_operand; local

Completed in 65 milliseconds