Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
DsljitNativeARM_T2_32.c186 sljit_uh *ptr; in push_inst16()
189 ptr = (sljit_uh*)ensure_buf(compiler, sizeof(sljit_uh)); in push_inst16()
198 sljit_uh *ptr = (sljit_uh*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst32()
214 static SLJIT_INLINE void modify_imm32_const(sljit_uh *inst, sljit_uw new_imm) in modify_imm32_const()
224 static SLJIT_INLINE sljit_si detect_jump_type(struct sljit_jump *jump, sljit_uh *code_ptr, sljit_uh in detect_jump_type()
283 sljit_uh *jump_inst; in set_jump_instruction()
287 …modify_imm32_const((sljit_uh*)jump->addr, (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump-… in set_jump_instruction()
297 jump_inst = (sljit_uh*)jump->addr; in set_jump_instruction()
345 sljit_uh *code; in sljit_generate_code()
346 sljit_uh *code_ptr; in sljit_generate_code()
[all …]
DsljitConfigInternal.h341 typedef unsigned short int sljit_uh; typedef
DsljitNativeSPARC_common.c837 …MOV_UH, flags | HALF_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh)srcw : srcw); in sljit_emit_op1()
859 … | HALF_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh)srcw : srcw); in sljit_emit_op1()
DsljitNativeARM_64.c1315 srcw = (sljit_uh)srcw; in sljit_emit_op1()
1349 srcw = (sljit_uh)srcw; in sljit_emit_op1()
DsljitNativePPC_common.c1366 return EMIT_MOV(SLJIT_MOV_UH, HALF_DATA, (sljit_uh)); in sljit_emit_op1()
1394 return EMIT_MOV(SLJIT_MOV_UH, HALF_DATA | WRITE_BACK, (sljit_uh)); in sljit_emit_op1()
DsljitNativeMIPS_common.c1131 …, SLJIT_MOV_UH, HALF_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh)srcw : srcw); in sljit_emit_op1()
1161 …H, HALF_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh)srcw : srcw); in sljit_emit_op1()
DsljitNativeARM_32.c1892 …ALLOW_ANY_IMM | HALF_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh)srcw : srcw); in sljit_emit_op1()
1910 … | HALF_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh)srcw : srcw); in sljit_emit_op1()
DsljitNativeTILEGX_64.c2218 … SLJIT_MOV_UH, HALF_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh) srcw : srcw); in sljit_emit_op1()
2240 …, HALF_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh) srcw : srcw); in sljit_emit_op1()
DsljitLir.c337 && sizeof(sljit_sh) == 2 && sizeof(sljit_uh) == 2 in sljit_create_compiler()
DsljitNativeX86_common.c1321 srcw = (sljit_uh)srcw; in sljit_emit_op1()
/external/pcre/dist/
Dpcre_jit_compile.c443 sljit_uh asushort;
448 sljit_uh asuchars[2];
455 sljit_uh asushort;
460 sljit_uh asuchars[2];