Searched refs:h8_op (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-h8300.c | 346 struct h8_op struct 353 static void clever_message (const struct h8_instruction *, struct h8_op *); argument 354 static void fix_operand_size (struct h8_op *, int); 355 static void build_bytes (const struct h8_instruction *, struct h8_op *); 356 static void do_a_fix_imm (int, int, struct h8_op *, int, const struct h8_instruction *); 357 static void check_operand (struct h8_op *, unsigned int, const char *); 358 static const struct h8_instruction * get_specific (const struct h8_instruction *, struct h8_op *, i… 359 static char *get_operands (unsigned, char *, struct h8_op *); 360 static void get_operand (char **, struct h8_op *, int); 363 static char *parse_exp (char *, struct h8_op *); [all …]
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-0203 | 1437 (parse_exp): Replace expressionS argument with a h8_op. Parse the
|