Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dd10v-opc.c172 { "add", SHORT_2, 1, EITHER, PAR|WCAR, 0x0200, 0x7e01, { RDST, RSRC } },
175 { "add2w", SHORT_2, 2, IU, PAR|WCAR, 0x1200, 0x7e23, { RDSTE, RSRCE } },
176 { "add3", LONG_L, 1, MU, SEQ|WCAR, 0x1000000, 0x3f000000, { RDST, RSRC, NUM16 } },
181 { "addi", SHORT_2, 1, EITHER, PAR|WCAR, 0x201, 0x7e01, { RDST, UNUM4S } },
331 { "sub", SHORT_2, 1, EITHER, PAR|WCAR, 0x0, 0x7e01, { RDST, RSRC } },
334 { "sub2w", SHORT_2, 1, IU, PAR|WCAR, 0x1000, 0x7e23, { RDSTE, RSRCE } },
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dd10v.h80 #define WCAR 256 /* write Carry */ macro
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-d10v.c832 else if (op->exec_type & WCAR) in check_resource_conflict()
977 else if (op->exec_type & WCAR) in parallel_ok()