Lines Matching +defs:mode +defs:name
184 int mode; member
235 parse_reg (char *src, int *mode, unsigned int *reg) in parse_reg()
362 regword (int mode, char *string) in regword()
376 regaddr (int mode, char *string) in regaddr()
389 char *name; member
406 get_ctrl_operand (char **ptr, struct z8k_op *mode, unsigned int dst ATTRIBUTE_UNUSED) in get_ctrl_operand()
432 char *name; member
447 get_flags_operand (char **ptr, struct z8k_op *mode, unsigned int dst ATTRIBUTE_UNUSED) in get_flags_operand()
482 char *name; member
494 get_interrupt_operand (char **ptr, struct z8k_op *mode, unsigned int dst ATTRIBUTE_UNUSED) in get_interrupt_operand()
546 char *name; member
584 get_cc_operand (char **ptr, struct z8k_op *mode, unsigned int dst ATTRIBUTE_UNUSED) in get_cc_operand()
609 get_operand (char **ptr, struct z8k_op *mode, unsigned int dst ATTRIBUTE_UNUSED) in get_operand()
852 unsigned int mode = operands[i].mode; in get_specific() local