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

  /toolchain/binutils/binutils-2.25/include/opcode/
d10v.h 80 #define WCAR 256 /* write Carry */
  /toolchain/binutils/binutils-2.25/opcodes/
d10v-opc.c 173 { "add", SHORT_2, 1, EITHER, PAR|WCAR, 0x0200, 0x7e01, { RDST, RSRC } },
176 { "add2w", SHORT_2, 2, IU, PAR|WCAR, 0x1200, 0x7e23, { RDSTE, RSRCE } },
177 { "add3", LONG_L, 1, MU, SEQ|WCAR, 0x1000000, 0x3f000000, { RDST, RSRC, NUM16 } },
182 { "addi", SHORT_2, 1, EITHER, PAR|WCAR, 0x201, 0x7e01, { RDST, UNUM4S } },
332 { "sub", SHORT_2, 1, EITHER, PAR|WCAR, 0x0, 0x7e01, { RDST, RSRC } },
335 { "sub2w", SHORT_2, 1, IU, PAR|WCAR, 0x1000, 0x7e23, { RDSTE, RSRCE } },
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d10v.c 799 else if (op->exec_type & WCAR)
944 else if (op->exec_type & WCAR)
    [all...]

Completed in 158 milliseconds