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