Lines Matching +defs:mode +defs:name
187 int mode; member
238 parse_reg (char *src, int *mode, unsigned int *reg) in parse_reg()
365 regword (int mode, char *string) in regword()
379 regaddr (int mode, char *string) in regaddr()
392 char *name; member
409 get_ctrl_operand (char **ptr, struct z8k_op *mode, unsigned int dst ATTRIBUTE_UNUSED) in get_ctrl_operand()
435 char *name; member
450 get_flags_operand (char **ptr, struct z8k_op *mode, unsigned int dst ATTRIBUTE_UNUSED) in get_flags_operand()
485 char *name; member
497 get_interrupt_operand (char **ptr, struct z8k_op *mode, unsigned int dst ATTRIBUTE_UNUSED) in get_interrupt_operand()
549 char *name; member
587 get_cc_operand (char **ptr, struct z8k_op *mode, unsigned int dst ATTRIBUTE_UNUSED) in get_cc_operand()
612 get_operand (char **ptr, struct z8k_op *mode, unsigned int dst ATTRIBUTE_UNUSED) in get_operand()
857 unsigned int mode = operands[i].mode; in get_specific() local