HomeSort by: relevance | last modified time | path
    Searched defs:h8_op (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-h8300.c 339 struct h8_op struct
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 *);
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-h8300.c 339 struct h8_op struct
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 *);
    [all...]

Completed in 19 milliseconds