Home | History | Annotate | Download | only in opcodes

Lines Matching refs:attrs

80 	   unsigned int attrs)
89 print_keyword (cd, dis_info, names, regno, attrs);
96 unsigned int attrs ATTRIBUTE_UNUSED,
109 unsigned int attrs ATTRIBUTE_UNUSED,
145 void const *attrs ATTRIBUTE_UNUSED,
425 unsigned int attrs,
432 if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY))
434 else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SIGNED))
446 unsigned int attrs,
453 if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY))
455 else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_PCREL_ADDR))
457 attrs, CGEN_OPERAND_ABS_ADDR))
459 else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SIGNED))
472 unsigned int attrs ATTRIBUTE_UNUSED)