Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Darm-tdep.h92 #define FLAG_Z 0x40000000 macro
Darm-tdep.c1429 return ((status_reg & FLAG_Z) != 0); in condition_true()
1431 return ((status_reg & FLAG_Z) == 0); in condition_true()
1445 return ((status_reg & (FLAG_C | FLAG_Z)) == FLAG_C); in condition_true()
1447 return ((status_reg & (FLAG_C | FLAG_Z)) != FLAG_C); in condition_true()
1453 return (((status_reg & FLAG_Z) == 0) && in condition_true()
1456 return (((status_reg & FLAG_Z) != 0) || in condition_true()
/openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/
Dmaxq.h83 FLAG_Z = 0x20, /* Zero Flag. */ enumerator
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/src/gnu/usr.bin/binutils-2.17/opcodes/
Dmaxq-dis.c315 case FLAG_Z: in maxq_print_arg()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-maxq.c1621 i.maxq20_op[this_operand].flag = FLAG_Z; /* Set the Register value. */ in maxq20_operand()