HomeSort by relevance Sort by last modified time
    Searched refs:sljit_uh (Results 1 - 11 of 11) sorted by null

  /external/pcre/dist/sljit/
sljitNativeARM_T2_32.c 186 sljit_uh *ptr;
189 ptr = (sljit_uh*)ensure_buf(compiler, sizeof(sljit_uh));
198 sljit_uh *ptr = (sljit_uh*)ensure_buf(compiler, sizeof(sljit_ins));
214 static SLJIT_INLINE void modify_imm32_const(sljit_uh *inst, sljit_uw new_imm)
224 static SLJIT_INLINE sljit_si detect_jump_type(struct sljit_jump *jump, sljit_uh *code_ptr, sljit_uh *code)
283 sljit_uh *jump_inst;
287 modify_imm32_const((sljit_uh*)jump->addr, (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target)
    [all...]
sljitConfigInternal.h 35 sljit_sh, sljit_uh : signed and unsigned 16 bit half-word (short) type
347 typedef unsigned short int sljit_uh; typedef
sljitNativeSPARC_common.c 847 return emit_op(compiler, SLJIT_MOV_UH, flags | HALF_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh)srcw : srcw);
869 return emit_op(compiler, SLJIT_MOV_UH, flags | HALF_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh)srcw : srcw);
    [all...]
sljitNativeARM_64.c     [all...]
sljitNativeARM_32.c     [all...]
sljitNativeMIPS_common.c     [all...]
sljitNativePPC_common.c     [all...]
sljitNativeTILEGX_64.c     [all...]
sljitLir.c 342 && sizeof(sljit_sh) == 2 && sizeof(sljit_uh) == 2
    [all...]
sljitNativeX86_common.c     [all...]
  /external/pcre/dist/
pcre_jit_compile.c 447 sljit_uh asushort;
452 sljit_uh asuchars[2];
459 sljit_uh asushort;
464 sljit_uh asuchars[2];
    [all...]

Completed in 299 milliseconds