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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 17063 const int three_ops_form = (inst.operands[2].present
17065 const int immoperand = (three_ops_form ? 2 : 1);
17066 enum neon_shape rs = (three_ops_form
17093 if (three_ops_form)
17058 const int three_ops_form = (inst.operands[2].present local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 17066 const int three_ops_form = (inst.operands[2].present
17068 const int immoperand = (three_ops_form ? 2 : 1);
17069 enum neon_shape rs = (three_ops_form
17096 if (three_ops_form)
17061 const int three_ops_form = (inst.operands[2].present local

Completed in 62 milliseconds