Searched refs:FLAG_NC (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | maxq.h | 82 FLAG_NC = 0x10, /* No Carry (~C) flag. */ enumerator 201 {"JUMP", 2, {FLAG_NC, A_IMM | A_REG | A_MEM | A_DISP}, FMT, {0x6c, 0}, 221 {"RET", 1, {FLAG_NC, 0}, 1, {0x6c, 0}, {0x0d, 0}, MAX, 0x6E}, 235 {"RETI", 1, {FLAG_NC, 0}, 1, {0x6c, 0}, {0x8d, 0}, MAX, 0x7E},
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | maxq-dis.c | 311 case FLAG_NC: in maxq_print_arg()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-maxq.c | 1645 i.maxq20_op[this_operand].flag = FLAG_NC; /* Set the Register value. */ in maxq20_operand()
|