Searched refs:PSIZE (Results 1 – 2 of 2) sorted by relevance
54 #define PSIZE (Hmode && !Nmode ? L_32 : L_16) macro391 *mode = PSIZE | REG | direction; in parse_reg()433 *mode = PSIZE | REG | direction; in parse_reg()726 if (((mode & SIZE) != PSIZE) in get_operand()838 if (((mode & SIZE) != PSIZE) in get_operand()848 if (((mode & SIZE) != PSIZE) in get_operand()853 op->mode = direction | IND | PSIZE; in get_operand()
679 * config/tc-h8300.c (PSIZE): Correct for Normal mode.