Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-d30v.c1002 && ! ( (opcode1->op->unit == EITHER_BUT_PREFER_MU in write_2_short()
1005 ( opcode2->op->unit == EITHER_BUT_PREFER_MU in write_2_short()
1013 || opcode2->op->unit == EITHER_BUT_PREFER_MU) in write_2_short()
1042 if (opcode2->op->unit == EITHER_BUT_PREFER_MU) in write_2_short()
1079 else if (opcode1->op->unit == EITHER_BUT_PREFER_MU) in write_2_short()
1086 if (opcode2->op->unit == EITHER_BUT_PREFER_MU) in write_2_short()
1110 if (opcode1->op->unit == EITHER_BUT_PREFER_MU) in write_2_short()
1113 else if (opcode2->op->unit == EITHER_BUT_PREFER_MU) in write_2_short()
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dd30v-opc.c226 { "bclr", LOGIC, 0x3, { SHORT_A }, EITHER_BUT_PREFER_MU, 0, 0, 0 },
227 { "bnot", LOGIC, 0x1, { SHORT_A }, EITHER_BUT_PREFER_MU, 0, 0, 0 },
231 { "bset", LOGIC, 0x2, { SHORT_A }, EITHER_BUT_PREFER_MU, 0, 0, 0 },
235 { "btst", LOGIC, 0, { SHORT_AF }, EITHER_BUT_PREFER_MU, 0, 0, 0 },
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dd30v.h134 #define EITHER_BUT_PREFER_MU 3 macro