Searched refs:UNUSED_RETURN (Results 1 – 3 of 3) sorted by relevance
1213 #define UNUSED_RETURN 0x08 macro1669 if ((flags & (UNUSED_RETURN | ARGS_SWAPPED)) == UNUSED_RETURN) in emit_single_op()1680 if ((flags & (UNUSED_RETURN | ARGS_SWAPPED)) == UNUSED_RETURN) in emit_single_op()1706 if ((flags & (UNUSED_RETURN | INV_IMM)) == UNUSED_RETURN) in emit_single_op()2086 flags |= UNUSED_RETURN; in emit_op()
788 #define UNUSED_RETURN 0x0200000 macro874 if (flags & UNUSED_RETURN) { in emit_op_imm()925 …return push_inst32(compiler, ((flags & UNUSED_RETURN) ? TSTI : ANDI) | (flags & SET_FLAGS) | RD4(d… in emit_op_imm()1083 if (flags & UNUSED_RETURN) { in emit_op_imm()1107 if ((flags & UNUSED_RETURN) && IS_2_LO_REGS(arg1, arg2)) in emit_op_imm()1109 …return push_inst32(compiler, ((flags & UNUSED_RETURN) ? TST_W : AND_W) | (flags & SET_FLAGS) | RD4… in emit_op_imm()2017 flags |= UNUSED_RETURN; in sljit_emit_op2()
807 #define UNUSED_RETURN 0x0100000 macro812 if (flags & UNUSED_RETURN) \1695 flags |= UNUSED_RETURN; in sljit_emit_op2()
Completed in 142 milliseconds