Searched refs:M6812_OP_IDX (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-m68hc11.c754 if (format & M6812_OP_IDX)
982 ,r N,r M6812_OP_IDX M6812_OP_REG O_constant O_register
1080 oper->mode = M6812_OP_IDX;
1286 mode = M6812_OP_IDX;
1291 mode |= M6812_OP_IDX;
1332 if (mode & (M6812_INDEXED_IND | M6812_INDEXED | M6812_OP_IDX))
1867 if (mode & (M6812_OP_IDX | M6812_OP_D_IDX_2))
1893 if (!check_range (val, M6812_OP_IDX))
2138 if (format & M6812_OP_IDX)
2142 format &= ~M6812_OP_IDX;
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m68hc11.c755 if (format & M6812_OP_IDX)
983 ,r N,r M6812_OP_IDX M6812_OP_REG O_constant O_register
1081 oper->mode = M6812_OP_IDX;
1287 mode = M6812_OP_IDX;
1292 mode |= M6812_OP_IDX;
1333 if (mode & (M6812_INDEXED_IND | M6812_INDEXED | M6812_OP_IDX))
1868 if (mode & (M6812_OP_IDX | M6812_OP_D_IDX_2))
1894 if (!check_range (val, M6812_OP_IDX))
2139 if (format & M6812_OP_IDX)
2143 format &= ~M6812_OP_IDX;
[all...]
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dm68hc11.h339 #define M6812_OP_IDX 0x0200 /* Indirect: N,r N,[+-]r[+-] N:5-bits */ macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dm68hc11.h339 #define M6812_OP_IDX 0x0200 /* Indirect: N,r N,[+-]r[+-] N:5-bits */ macro
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dm68hc11-dis.c465 #define M6812_INDEXED_FLAGS (M6812_OP_IDX|M6812_OP_IDX_1|M6812_OP_IDX_2)
H A Dm68hc11-opc.c80 #define OP_IDX M6812_OP_IDX
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dm68hc11-dis.c465 #define M6812_INDEXED_FLAGS (M6812_OP_IDX|M6812_OP_IDX_1|M6812_OP_IDX_2)
H A Dm68hc11-opc.c80 #define OP_IDX M6812_OP_IDX

Completed in 85 milliseconds