Home
last modified time | relevance | path

Searched refs:PSIZE (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-h8300.c54 #define PSIZE (Hmode && !Nmode ? L_32 : L_16) macro
391 *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()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-0203679 * config/tc-h8300.c (PSIZE): Correct for Normal mode.