Home
last modified time | relevance | path

Searched refs:UNUSED_RETURN (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativeARM_32.c1003 #define UNUSED_RETURN 0x08 macro
1090 …if ((flags & (UNUSED_RETURN | SET_FLAGS)) == (UNUSED_RETURN | SET_FLAGS) && !(flags & ARGS_SWAPPED… in emit_single_op()
1100 …if ((flags & (UNUSED_RETURN | SET_FLAGS)) == (UNUSED_RETURN | SET_FLAGS) && !(flags & ARGS_SWAPPED… in emit_single_op()
1447 flags |= UNUSED_RETURN; in emit_op()
DsljitNativeARM_T2_32.c553 #define UNUSED_RETURN 0x0200000 macro
630 if (flags & UNUSED_RETURN) { in emit_op_imm()
790 if (flags & UNUSED_RETURN) { in emit_op_imm()
812 if ((flags & UNUSED_RETURN) && IS_2_LO_REGS(arg1, arg2)) in emit_op_imm()
1448 flags |= UNUSED_RETURN; in sljit_emit_op2()
DsljitNativeARM_64.c549 #define UNUSED_RETURN 0x0100000 macro
554 if (flags & UNUSED_RETURN) \
1212 flags |= UNUSED_RETURN; in sljit_emit_op1()
1252 flags |= UNUSED_RETURN; in sljit_emit_op2()