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

  /src/external/gpl3/binutils/dist/include/opcode/
mips.h 431 mips_int_operand_max (const struct mips_int_operand *operand) function
444 return mips_int_operand_max (operand) - (mask << operand->shift);
  /src/external/gpl3/binutils.old/dist/include/opcode/
mips.h 431 mips_int_operand_max (const struct mips_int_operand *operand) function
444 return mips_int_operand_max (operand) - (mask << operand->shift);
  /src/external/gpl3/gdb/dist/include/opcode/
mips.h 431 mips_int_operand_max (const struct mips_int_operand *operand) function
444 return mips_int_operand_max (operand) - (mask << operand->shift);
  /src/external/gpl3/gdb.old/dist/include/opcode/
mips.h 683 mips_int_operand_max (const struct mips_int_operand *operand) function
696 return mips_int_operand_max (operand) - (mask << operand->shift);

Completed in 19 milliseconds