Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dmsp430-dis.c1096 if (insn & BYTE_OPERATION) in print_insn_msp430()
1098 if (extension_word != 0 && ((extension_word & BYTE_OPERATION) == 0)) in print_insn_msp430()
1124 if (insn & BYTE_OPERATION) in print_insn_msp430()
1129 else if (extension_word & BYTE_OPERATION) in print_insn_msp430()
1134 else if (insn & BYTE_OPERATION && opcode->fmt != 3) in print_insn_msp430()
1136 if (extension_word != 0 && ((extension_word & BYTE_OPERATION) == 0)) in print_insn_msp430()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-msp430.c1838 bin |= BYTE_OPERATION; in msp430_operands()
1846 bin |= BYTE_OPERATION; in msp430_operands()
1990 extended |= BYTE_OPERATION; in msp430_operands()
2047 extended |= BYTE_OPERATION; in msp430_operands()
2133 extended |= BYTE_OPERATION; in msp430_operands()
2776 extended |= BYTE_OPERATION; in msp430_operands()
2913 bin &= ~ BYTE_OPERATION; in msp430_operands()
2922 extended |= BYTE_OPERATION; in msp430_operands()
2925 extended |= BYTE_OPERATION; in msp430_operands()
/toolchain/binutils/binutils-2.25/include/opcode/
Dmsp430.h38 #define BYTE_OPERATION (1 << 6) /* Byte operation flag for all instructions. */ macro