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

  /toolchain/binutils/binutils-2.25/opcodes/
d30v-opc.c 209 { "add", IALU1, 0x0, { SHORT_A, LONG}, EITHER, 0, FLAG_CVVA, 0 },
210 { "add2h", IALU1, 0x1, { SHORT_A, LONG}, EITHER, 0, 0, 0 },
211 { "addc", IALU1, 0x4, { SHORT_A, LONG }, EITHER, FLAG_C, FLAG_CVVA, 0 },
212 { "addhlll", IALU1, 0x10, { SHORT_A, LONG }, EITHER, FLAG_ADDSUBppp, FLAG_CVVA, 0 },
213 { "addhllh", IALU1, 0x11, { SHORT_A, LONG }, EITHER, FLAG_ADDSUBppp, FLAG_CVVA, 0 },
214 { "addhlhl", IALU1, 0x12, { SHORT_A, LONG }, EITHER, FLAG_ADDSUBppp, FLAG_CVVA, 0 },
215 { "addhlhh", IALU1, 0x13, { SHORT_A, LONG }, EITHER, FLAG_ADDSUBppp, FLAG_CVVA, 0 },
216 { "addhhll", IALU1, 0x14, { SHORT_A, LONG }, EITHER, FLAG_ADDSUBppp, FLAG_CVVA, 0 },
217 { "addhhlh", IALU1, 0x15, { SHORT_A, LONG }, EITHER, FLAG_ADDSUBppp, FLAG_CVVA, 0 },
218 { "addhhhl", IALU1, 0x16, { SHORT_A, LONG }, EITHER, FLAG_ADDSUBppp, FLAG_CVVA, 0 }
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
d30v.h 86 #define SHORT_A 9
98 #define SHORT_U 30 /* unary SHORT_A. ABS for example */
99 #define SHORT_F 31 /* SHORT_A with flag registers */
100 #define SHORT_AF 33 /* SHORT_A with only the first register a flag register */
102 #define SHORT_A5 36 /* SHORT_A with a 5-bit immediate instead of 6 */
105 #define SHORT_A1 42 /* special form of SHORT_A for MACa opcodes where a=1 */
106 #define SHORT_AA 44 /* SHORT_A with the first register an accumulator */
107 #define SHORT_RA 46 /* SHORT_A with the second register an accumulator */
266 int form; /* SHORT_A, LONG, etc */
275 /* formats, 2 SHORT_A forms and a LONG form. *
    [all...]

Completed in 104 milliseconds