Home
last modified time | relevance | path

Searched refs:OP_FLAGS (Results 1 – 5 of 5) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_jit_compile.c610 #define OP_FLAGS(op, dst, dstw, type) \ macro
3473 OP_FLAGS(SLJIT_MOV, TMP1, 0, SLJIT_EQUAL); in skip_char_back()
3590 OP_FLAGS(SLJIT_MOV, TMP2, 0, SLJIT_NOT_ZERO); in do_utfreadchar16()
3781 OP_FLAGS(SLJIT_MOV, TMP1, 0, SLJIT_EQUAL); in mainloop_entry()
3819 OP_FLAGS(SLJIT_MOV, TMP1, 0, SLJIT_EQUAL); in mainloop_entry()
5335 OP_FLAGS(SLJIT_MOV, TMP2, 0, SLJIT_GREATER_EQUAL); in fast_forward_newline()
5380 OP_FLAGS(SLJIT_MOV, TMP1, 0, SLJIT_EQUAL); in fast_forward_newline()
5616 OP_FLAGS(SLJIT_MOV, TMP2, 0, SLJIT_LESS_EQUAL); in check_wordboundary()
5619 OP_FLAGS(SLJIT_OR, TMP2, 0, SLJIT_LESS_EQUAL); in check_wordboundary()
5660 OP_FLAGS(SLJIT_MOV, TMP2, 0, SLJIT_LESS_EQUAL); in check_wordboundary()
[all …]
/external/google-breakpad/src/third_party/libdisasm/
Dia32_invariant.c163 (OP_FLAGS(op_flags[x]) >> 12);
Dia32_insn.h246 #define OP_FLAGS( type ) (type & OP_FLAG_MASK) macro
Dia32_implicit.c388 enum x86_op_flags flags = (enum x86_op_flags) (OP_FLAGS(list->type) >> 12); in ia32_insn_implicit_ops()
Dia32_operand.c401 op->flags = (enum x86_op_flags) (OP_FLAGS(raw_flags) >> 12); in ia32_decode_operand()