Home | History | Annotate | Download | only in opcodes

Lines Matching refs:flg_operand

231 	    const struct arc_flag_operand *flg_operand =
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 =
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))
482 switch (flg_operand->name[0])
496 if (flg_operand->name[0] == 'd'
497 && flg_operand->name[1] == 0)
509 (*info->fprintf_func) (info->stream, "%s", flg_operand->name);