Searched refs:asbyte (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 501 sljit_u8 asbyte; member 513 sljit_u8 asbyte; member 6371 if (context->oc.asbyte != 0) in byte_sequence_compare() 6372 OP2(SLJIT_OR, context->sourcereg, 0, context->sourcereg, 0, SLJIT_IMM, context->oc.asbyte); in byte_sequence_compare() 6373 …s, CMP(SLJIT_NOT_EQUAL, context->sourcereg, 0, SLJIT_IMM, context->c.asbyte | context->oc.asbyte)); in byte_sequence_compare()
|