Searched refs:IS_CBZ (Results 1 – 2 of 2) sorted by relevance
175 code_ptr[-5] ^= (jump->flags & IS_CBZ) ? (0x1 << 24) : 0x1; in detect_jump_type()1918 jump->flags |= IS_CBZ | IS_COND; in emit_cmp_to0()
151 # define IS_CBZ 0x008 macro