Lines Matching defs:h8_instruction
61 struct h8_instruction
70 static struct h8_instruction *h8_instructions;
239 struct h8_instruction *pi;
249 h8_instructions = XNEWVEC (struct h8_instruction, nopcodes);
346 static void clever_message (const struct h8_instruction *, struct h8_op *);
348 static void build_bytes (const struct h8_instruction *, struct h8_op *);
349 static void do_a_fix_imm (int, int, struct h8_op *, int, const struct h8_instruction *);
351 static const struct h8_instruction * get_specific (const struct h8_instruction *, struct h8_op *, int) ;
1062 static const struct h8_instruction *
1063 get_specific (const struct h8_instruction *instruction,
1066 const struct h8_instruction *this_try = instruction;
1067 const struct h8_instruction *found_other = 0, *found_mismatched = 0;
1328 do_a_fix_imm (int offset, int nibble, struct h8_op *operand, int relaxmode, const struct h8_instruction *this_try)
1455 build_bytes (const struct h8_instruction *this_try, struct h8_op *operand)
1756 clever_message (const struct h8_instruction *instruction,
1898 const struct h8_instruction *instruction;
1899 const struct h8_instruction *prev_instruction;