Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sh.c2595 #define DDT_BASE 0xf000 /* Base value for double data transfer insns */ macro
2643 movx = DDT_BASE; in assemble_ppi()
2648 movy = DDT_BASE; in assemble_ppi()
2657 if (movy && movy != DDT_BASE) in assemble_ppi()
2664 + DDT_BASE); in assemble_ppi()
2673 if (movx && movx != DDT_BASE) in assemble_ppi()
2680 + DDT_BASE); in assemble_ppi()
2703 movx += ((reg_n - 4) << 9) + (opcode->nibbles[2] << 2) + DDT_BASE; in assemble_ppi()
2729 movy += ((reg_n - 6) << 8) + opcode->nibbles[2] + DDT_BASE; in assemble_ppi()