HomeSort by relevance Sort by last modified time
    Searched refs:MSP430_Operand_Indirect (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
msp430-decode.h 62 MSP430_Operand_Indirect,
  /toolchain/binutils/binutils-2.25/opcodes/
msp430-decode.opc 80 #define DM(r, a) OP (0, MSP430_Operand_Indirect, r, a)
81 #define DA(a) OP (0, MSP430_Operand_Indirect, MSR_None, a)
87 #define SM(r, a) OP (1, MSP430_Operand_Indirect, r, a)
88 #define SA(a) OP (1, MSP430_Operand_Indirect, MSR_None, a)
msp430-decode.c 81 #define DM(r, a) OP (0, MSP430_Operand_Indirect, r, a)
82 #define DA(a) OP (0, MSP430_Operand_Indirect, MSR_None, a)
88 #define SM(r, a) OP (1, MSP430_Operand_Indirect, r, a)
89 #define SA(a) OP (1, MSP430_Operand_Indirect, MSR_None, a)
    [all...]

Completed in 36 milliseconds