Searched defs:input_flags (Results 1 – 1 of 1) sorted by relevance
1139 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 input_flags, in emit_op()2263 sljit_s32 input_flags = ((op & SLJIT_32) || op == SLJIT_MOV32) ? INT_DATA : WORD_DATA; in sljit_emit_op_flags() local2265 sljit_s32 input_flags = WORD_DATA; in sljit_emit_op_flags() local
Completed in 11 milliseconds