Lines Matching refs:avr_opt
360 static struct avr_opt_s avr_opt = { 0, 0, 0, 0 }; variable
592 avr_opt.all_opcodes = 1; in md_parse_option()
595 avr_opt.no_skip_bug = 1; in md_parse_option()
598 avr_opt.no_wrap = 1; in md_parse_option()
604 avr_opt.no_link_relax = 0; in md_parse_option()
607 avr_opt.no_link_relax = 1; in md_parse_option()
659 linkrelax = !avr_opt.no_link_relax; in md_begin()
973 if (!avr_opt.all_opcodes && (op_mask & 0x100F) in avr_operand()
1000 if (!avr_opt.all_opcodes in avr_operand()
1194 if (!avr_opt.all_opcodes && AVR_UNDEF_P (bin)) in avr_operands()
1201 if (!(avr_opt.no_skip_bug || in avr_operands()
1417 if ((avr_mcu->isa & AVR_ISA_MEGA) || avr_opt.no_wrap) in md_apply_fix()
1669 if (opcode && !avr_opt.all_opcodes) in md_assemble()