typeoffset       4761 ext/pcre/pcrelib/pcre_jit_compile.c   if ((value) != typeoffset) \
typeoffset       4763 ext/pcre/pcrelib/pcre_jit_compile.c     if ((value) < typeoffset) \
typeoffset       4764 ext/pcre/pcrelib/pcre_jit_compile.c       OP2(SLJIT_ADD, typereg, 0, typereg, 0, SLJIT_IMM, typeoffset - (value)); \
typeoffset       4766 ext/pcre/pcrelib/pcre_jit_compile.c       OP2(SLJIT_SUB, typereg, 0, typereg, 0, SLJIT_IMM, (value) - typeoffset); \
typeoffset       4768 ext/pcre/pcrelib/pcre_jit_compile.c   typeoffset = (value);
typeoffset       4798 ext/pcre/pcrelib/pcre_jit_compile.c sljit_uw typeoffset;
typeoffset       5002 ext/pcre/pcrelib/pcre_jit_compile.c typeoffset = 0;
typeoffset       5081 ext/pcre/pcrelib/pcre_jit_compile.c       OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lu - typeoffset);
typeoffset       5083 ext/pcre/pcrelib/pcre_jit_compile.c       OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Ll - typeoffset);
typeoffset       5085 ext/pcre/pcrelib/pcre_jit_compile.c       OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lt - typeoffset);
typeoffset       5097 ext/pcre/pcrelib/pcre_jit_compile.c       jump = CMP(SLJIT_EQUAL ^ invertcmp, typereg, 0, SLJIT_IMM, (int)cc[1] - typeoffset);