Home
last modified time | relevance | path

Searched defs:inp_flags (Results 1 – 4 of 4) sorted by relevance

/external/pcre/src/sljit/
DsljitNativePPC_common.c1137 static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 inp_flags, sljit_s32 reg, in emit_op_mem()
1739 sljit_s32 inp_flags = ((op & SLJIT_32) ? INT_DATA : WORD_DATA) | LOAD_DATA; in sljit_emit_shift_into() local
1742 sljit_s32 inp_flags = WORD_DATA | LOAD_DATA; in sljit_emit_shift_into() local
DsljitNativeRISCV_common.c1842 sljit_s32 inp_flags = ((op & SLJIT_32) ? INT_DATA : WORD_DATA) | LOAD_DATA; in sljit_emit_shift_into() local
1845 sljit_s32 inp_flags = WORD_DATA | LOAD_DATA; in sljit_emit_shift_into() local
DsljitNativeMIPS_common.c2409 sljit_s32 inp_flags = ((op & SLJIT_32) ? INT_DATA : WORD_DATA) | LOAD_DATA; in sljit_emit_shift_into() local
2412 sljit_s32 inp_flags = WORD_DATA | LOAD_DATA; in sljit_emit_shift_into() local
DsljitNativeARM_32.c1894 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 inp_flags, in emit_op()