Searched refs:BYTE_OPERATION (Results 1 – 3 of 3) sorted by relevance
1096 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()
1838 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()
38 #define BYTE_OPERATION (1 << 6) /* Byte operation flag for all instructions. */ macro