Searched refs:sljit_uh (Results 1 - 11 of 11) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitNativeARM_T2_32.c186 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*)jum
[all...]
H A DsljitConfigInternal.h35 sljit_sh, sljit_uh : signed and unsigned 16 bit half-word (short) type
347 typedef unsigned short int sljit_uh; typedef
H A DsljitNativeSPARC_common.c847 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);
H A DsljitNativeARM_64.c1282 srcw = (sljit_uh)srcw;
1316 srcw = (sljit_uh)srcw;
H A DsljitNativeARM_32.c1890 return emit_op(compiler, SLJIT_MOV_UH, ALLOW_ANY_IMM | HALF_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh)srcw : srcw);
1908 return emit_op(compiler, SLJIT_MOV_UH, ALLOW_ANY_IMM | HALF_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh)srcw : srcw);
H A DsljitNativeMIPS_common.c1143 return emit_op(compiler, SLJIT_MOV_UH, HALF_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh)srcw : srcw);
1173 return emit_op(compiler, SLJIT_MOV_UH, HALF_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh)srcw : srcw);
H A DsljitNativePPC_common.c1380 return EMIT_MOV(SLJIT_MOV_UH, HALF_DATA, (sljit_uh));
1408 return EMIT_MOV(SLJIT_MOV_UH, HALF_DATA | WRITE_BACK, (sljit_uh));
H A DsljitNativeTILEGX_64.c2258 return emit_op(compiler, SLJIT_MOV_UH, HALF_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh) srcw : srcw);
2280 return emit_op(compiler, SLJIT_MOV_UH, HALF_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh) srcw : srcw);
H A DsljitLir.c342 && sizeof(sljit_sh) == 2 && sizeof(sljit_uh) == 2
H A DsljitNativeX86_common.c1309 srcw = (sljit_uh)srcw;
/external/pcre/dist/
H A Dpcre_jit_compile.c447 sljit_uh asushort;
452 sljit_uh asuchars[2];
459 sljit_uh asushort;
464 sljit_uh asuchars[2];

Completed in 148 milliseconds