Searched refs:OP_FLAGS (Results 1 – 5 of 5) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 632 #define OP_FLAGS(op, dst, dstw, type) \ macro 4258 OP_FLAGS(SLJIT_MOV, TMP1, 0, SLJIT_EQUAL); in move_back() 4275 OP_FLAGS(SLJIT_MOV, TMP1, 0, SLJIT_LESS); in move_back() 4972 OP_FLAGS(SLJIT_MOV, TMP2, 0, SLJIT_LESS); in do_utfreadnewline_invalid() 5243 OP_FLAGS(SLJIT_MOV, TMP1, 0, SLJIT_EQUAL); in mainloop_entry() 5313 OP_FLAGS(SLJIT_MOV, TMP1, 0, SLJIT_LESS); in mainloop_entry() 6204 OP_FLAGS(SLJIT_MOV, TMP1, 0, SLJIT_NOT_EQUAL); in fast_forward_newline() 6232 OP_FLAGS(SLJIT_MOV, TMP2, 0, SLJIT_GREATER_EQUAL); in fast_forward_newline() 6323 OP_FLAGS(SLJIT_MOV, TMP1, 0, SLJIT_EQUAL); in fast_forward_newline() 6604 OP_FLAGS(SLJIT_MOV, TMP2, 0, SLJIT_LESS_EQUAL); in check_wordboundary() [all …]
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | ia32_invariant.c | 163 (OP_FLAGS(op_flags[x]) >> 12);
|
D | ia32_implicit.c | 388 enum x86_op_flags flags = (enum x86_op_flags) (OP_FLAGS(list->type) >> 12); in ia32_insn_implicit_ops()
|
D | ia32_insn.h | 246 #define OP_FLAGS( type ) (type & OP_FLAG_MASK) macro
|
D | ia32_operand.c | 401 op->flags = (enum x86_op_flags) (OP_FLAGS(raw_flags) >> 12); in ia32_decode_operand()
|