Lines Matching refs:avr_opcodes_s
38 struct avr_opcodes_s struct
51 struct avr_opcodes_s avr_opcodes[] = argument
154 static void avr_gccisr_operands (struct avr_opcodes_s*, char**);
155 static void avr_update_gccisr (struct avr_opcodes_s*, int, int);
156 static struct avr_opcodes_s *avr_gccisr_opcode;
819 struct avr_opcodes_s *opcode; in md_begin()
848 avr_gccisr_opcode = (struct avr_opcodes_s*) str_hash_find (avr_hash, in md_begin()
1045 avr_operand (struct avr_opcodes_s *opcode, in avr_operand()
1353 avr_operands (struct avr_opcodes_s *opcode, char **line) in avr_operands()
1881 struct avr_opcodes_s *opcode; in md_assemble()
1889 opcode = (struct avr_opcodes_s *) str_hash_find (avr_hash, op); in md_assemble()
2450 avr_update_gccisr (struct avr_opcodes_s *opcode, int reg1, int reg2) in avr_update_gccisr()
2511 const struct avr_opcodes_s *op in avr_emit_insn()
2512 = (struct avr_opcodes_s*) str_hash_find (avr_hash, insn); in avr_emit_insn()
2665 avr_gccisr_operands (struct avr_opcodes_s *opcode, char **line) in avr_gccisr_operands()