HomeSort by relevance Sort by last modified time
    Searched refs:flg_operand (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/opcodes/
arc-dis.c 231 const struct arc_flag_operand *flg_operand = local
234 value = (insn[0] >> flg_operand->shift)
235 & ((1 << flg_operand->bits) - 1);
236 if (value == flg_operand->code)
467 const struct arc_flag_operand *flg_operand = local
470 if (!flg_operand->favail)
473 value = (insn[0] >> flg_operand->shift)
474 & ((1 << flg_operand->bits) - 1);
475 if (value == flg_operand->code)
478 if (!special_flag_p (opcode->name, flg_operand->name)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-arc.c 1614 const struct arc_flag_operand *flg_operand; local
3908 const struct arc_flag_operand *flg_operand = pflags[i].flgp; local
    [all...]

Completed in 63 milliseconds