Searched defs:input_flags (Results 1 – 2 of 2) sorted by relevance
174 pub input_flags: InputFlags, field
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