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

  /src/external/gpl3/binutils/dist/gas/config/
tc-metag.c 172 unsigned int dsp_action_flags; member in struct:__anon10065
4966 bool is_quickrot64 = (insn->dsp_action_flags & DSP_ACTION_QR64) != 0;
4980 unsigned int sc = ((insn->dsp_action_flags & DSP_ACTION_OV) != 0);
4982 unsigned int om = ((insn->dsp_action_flags & DSP_ACTION_MOD) != 0);
4991 unsigned int a1 = ((insn->dsp_action_flags & (DSP_ACTION_ACC_SUB|DSP_ACTION_ACC_ZERO)) != 0);
4993 unsigned int a2 = ((insn->dsp_action_flags & (DSP_ACTION_ACC_SUB|DSP_ACTION_ACC_ADD)) != 0);
4995 unsigned su = ((insn->dsp_action_flags & DSP_ACTION_UMUL) != 0);
5104 if (!(insn->dsp_action_flags &
5132 if ((insn->dsp_action_flags &
5589 if (insn->dsp_action_flags & DSP_ACTION_CLAMP9
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-metag.c 172 unsigned int dsp_action_flags; member in struct:__anon11537
4966 bool is_quickrot64 = (insn->dsp_action_flags & DSP_ACTION_QR64) != 0;
4980 unsigned int sc = ((insn->dsp_action_flags & DSP_ACTION_OV) != 0);
4982 unsigned int om = ((insn->dsp_action_flags & DSP_ACTION_MOD) != 0);
4991 unsigned int a1 = ((insn->dsp_action_flags & (DSP_ACTION_ACC_SUB|DSP_ACTION_ACC_ZERO)) != 0);
4993 unsigned int a2 = ((insn->dsp_action_flags & (DSP_ACTION_ACC_SUB|DSP_ACTION_ACC_ADD)) != 0);
4995 unsigned su = ((insn->dsp_action_flags & DSP_ACTION_UMUL) != 0);
5104 if (!(insn->dsp_action_flags &
5132 if ((insn->dsp_action_flags &
5589 if (insn->dsp_action_flags & DSP_ACTION_CLAMP9
    [all...]

Completed in 19 milliseconds