Searched refs:FLAG_Z (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Darm-tdep.h92 #define FLAG_Z 0x40000000 macro
H A Darm-tdep.c1429 return ((status_reg & FLAG_Z) != 0);
1431 return ((status_reg & FLAG_Z) == 0);
1445 return ((status_reg & (FLAG_C | FLAG_Z)) == FLAG_C);
1447 return ((status_reg & (FLAG_C | FLAG_Z)) != FLAG_C);
1453 return (((status_reg & FLAG_Z) == 0) &&
1456 return (((status_reg & FLAG_Z) != 0) ||
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dmaxq.h83 FLAG_Z = 0x20, /* Zero Flag. */ enumerator in enum:__anon5723
204 {"JUMP", 2, {FLAG_Z, A_IMM | A_REG | A_MEM | A_DISP}, FMT, {0x1c, 0},
223 {"RET", 1, {FLAG_Z, 0}, 1, {0x1c, 0}, {0x0d, 0}, MAX, 0x69},
237 {"RETI", 1, {FLAG_Z, 0}, 1, {0x1c, 0}, {0x8d, 0}, MAX, 0x79},
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmaxq-dis.c315 case FLAG_Z:
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-maxq.c1621 i.maxq20_op[this_operand].flag = FLAG_Z; /* Set the Register value. */

Completed in 181 milliseconds