Lines Matching refs:h8_op

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 *);
360 static int constant_fits_size_p (struct h8_op *, int, int);
489 parse_exp (char *src, struct h8_op *op) in parse_exp()
556 constant_fits_width_p (struct h8_op *operand, offsetT width) in constant_fits_width_p()
565 constant_fits_size_p (struct h8_op *operand, int size, int no_symbols) in constant_fits_size_p()
603 get_operand (char **ptr, struct h8_op *op, int direction) in get_operand()
893 get_operands (unsigned int noperands, char *op_end, struct h8_op *operand) in get_operands()
941 get_mova_operands (char *op_end, struct h8_op *operand) in get_mova_operands()
1012 get_rtsl_operands (char *ptr, struct h8_op *operand) in get_rtsl_operands()
1066 struct h8_op *operands, int size) in get_specific()
1283 check_operand (struct h8_op *operand, unsigned int width, char *string) in check_operand()
1330 do_a_fix_imm (int offset, int nibble, struct h8_op *operand, int relaxmode, const struct h8_instruc… in do_a_fix_imm()
1463 build_bytes (const struct h8_instruction *this_try, struct h8_op *operand) in build_bytes()
1783 struct h8_op *operand) in clever_message()
1852 fix_operand_size (struct h8_op *operand, int size) in fix_operand_size()
1923 struct h8_op operand[3]; in md_assemble()