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

  /src/external/gpl3/binutils/dist/opcodes/
metag-dis.c 2329 bool is_dual = (insn_word & 0x4); local
2360 if (is_dual)
2410 if (is_dual && !is_template)
2418 if (is_dual && !is_template)
2535 bool is_dual = false; local
2592 is_dual = ((insn_word >> 0x4) & 0x1);
2713 is_dual = (insn_word & 0x4);
2715 is_dual = (insn_word & 0x10);
2906 is_dual ? "L" : "",
2936 is_dual = ((insn_word >> 0x2) & 0x1)
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
metag-dis.c 2329 bool is_dual = (insn_word & 0x4); local
2360 if (is_dual)
2410 if (is_dual && !is_template)
2418 if (is_dual && !is_template)
2535 bool is_dual = false; local
2592 is_dual = ((insn_word >> 0x4) & 0x1);
2713 is_dual = (insn_word & 0x4);
2715 is_dual = (insn_word & 0x10);
2906 is_dual ? "L" : "",
2936 is_dual = ((insn_word >> 0x2) & 0x1)
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
metag-dis.c 2329 bool is_dual = (insn_word & 0x4); local
2360 if (is_dual)
2410 if (is_dual && !is_template)
2418 if (is_dual && !is_template)
2535 bool is_dual = false; local
2592 is_dual = ((insn_word >> 0x4) & 0x1);
2713 is_dual = (insn_word & 0x4);
2715 is_dual = (insn_word & 0x10);
2906 is_dual ? "L" : "",
2936 is_dual = ((insn_word >> 0x2) & 0x1)
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
metag-dis.c 2329 bool is_dual = (insn_word & 0x4); local
2360 if (is_dual)
2410 if (is_dual && !is_template)
2418 if (is_dual && !is_template)
2535 bool is_dual = false; local
2592 is_dual = ((insn_word >> 0x4) & 0x1);
2713 is_dual = (insn_word & 0x4);
2715 is_dual = (insn_word & 0x10);
2906 is_dual ? "L" : "",
2936 is_dual = ((insn_word >> 0x2) & 0x1)
    [all...]
  /src/lib/libnvmm/
libnvmm_x86.c 2275 is_dual(struct x86_decode_fsm *fsm, struct x86_instr *instr) function
2397 if (__predict_false(is_dual(fsm, instr))) {
  /src/external/gpl3/binutils/dist/gas/config/
tc-metag.c 4477 bool is_dual = (template->meta_opcode & 0x4) != 0; local
4486 size = is_dual ? 8 : 4;
4487 count = is_dual ? 2 : 1;
4596 if (is_dual)
4965 bool is_dual = insn->dsp_width == DSP_WIDTH_DUAL; local
5002 int size = is_dual ? 8 : 4;
5720 if (is_dual)
tc-tic54x.c 3246 is_dual (struct opstruct *operand) function
3282 return is_dual (operand);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-metag.c 4477 bool is_dual = (template->meta_opcode & 0x4) != 0; local
4486 size = is_dual ? 8 : 4;
4487 count = is_dual ? 2 : 1;
4596 if (is_dual)
4965 bool is_dual = insn->dsp_width == DSP_WIDTH_DUAL; local
5002 int size = is_dual ? 8 : 4;
5720 if (is_dual)
tc-tic54x.c 3246 is_dual (struct opstruct *operand) function
3282 return is_dual (operand);

Completed in 54 milliseconds