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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 17065 const int immoperand = (three_ops_form ? 2 : 1);
17099 immbits = inst.operands[immoperand].imm;
17104 if (immbits != (inst.operands[immoperand].regisimm ?
17105 inst.operands[immoperand].reg : 0))
17060 const int immoperand = (three_ops_form ? 2 : 1); local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 17068 const int immoperand = (three_ops_form ? 2 : 1);
17102 immbits = inst.operands[immoperand].imm;
17107 if (immbits != (inst.operands[immoperand].regisimm ?
17108 inst.operands[immoperand].reg : 0))
17063 const int immoperand = (three_ops_form ? 2 : 1); local

Completed in 70 milliseconds