Lines Matching defs:h8_op
339 struct h8_op
346 static void clever_message (const struct h8_instruction *, struct h8_op *);
347 static void fix_operand_size (struct h8_op *, int);
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 *);
350 static void check_operand (struct h8_op *, unsigned int, const char *);
351 static const struct h8_instruction * get_specific (const struct h8_instruction *, struct h8_op *, int) ;
352 static char *get_operands (unsigned, char *, struct h8_op *);
353 static void get_operand (char **, struct h8_op *, int);
356 static char *parse_exp (char *, struct h8_op *);
358 static int constant_fits_size_p (struct h8_op *, int, int);
487 parse_exp (char *src, struct h8_op *op)
554 constant_fits_width_p (struct h8_op *operand, offsetT width)
563 constant_fits_size_p (struct h8_op *operand, int size, int no_symbols)
601 get_operand (char **ptr, struct h8_op *op, int direction)
891 get_operands (unsigned int noperands, char *op_end, struct h8_op *operand)
939 get_mova_operands (char *op_end, struct h8_op *operand)
1010 get_rtsl_operands (char *ptr, struct h8_op *operand)
1064 struct h8_op *operands, int size)
1281 check_operand (struct h8_op *operand, unsigned int width, const char *string)
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)
1757 struct h8_op *operand)
1826 fix_operand_size (struct h8_op *operand, int size)
1897 struct h8_op operand[3];