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

  /external/pcre/dist/sljit/
sljitLir.h 298 sljit_si error;
299 sljit_si options;
312 sljit_si scratches;
314 sljit_si saveds;
316 sljit_si fscratches;
318 sljit_si fsaveds;
320 sljit_si local_size;
327 sljit_si args;
331 sljit_si mode32;
335 sljit_si flags_saved
    [all...]
sljitNativeX86_64.c 29 static sljit_si emit_load_imm64(struct sljit_compiler *compiler, sljit_si reg, sljit_sw imm)
42 static sljit_ub* generate_far_jump_code(struct sljit_jump *jump, sljit_ub *code_ptr, sljit_si type)
68 static sljit_ub* generate_fixed_jump(sljit_ub *code_ptr, sljit_sw addr, sljit_si type)
70 sljit_sw delta = addr - ((sljit_sw)code_ptr + 1 + sizeof(sljit_si));
90 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler,
91 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds
    [all...]
sljitNativeSPARC_common.c 184 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_si delay_slot)
343 SLJIT_ASSERT(code_ptr - code <= (sljit_si)compiler->size);
421 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler,
422 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds,
423 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size
    [all...]
sljitLir.c 328 static sljit_si compiler_initialized = 0;
343 && sizeof(sljit_si) == 4 && sizeof(sljit_ui) == 4
518 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_si size)
561 static SLJIT_INLINE void set_jump(struct sljit_jump *jump, struct sljit_compiler *compiler, sljit_si flags)
875 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds,
876 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size
    [all...]
sljitNativeARM_64.c 128 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins)
137 static SLJIT_INLINE sljit_si emit_imm64_const(struct sljit_compiler *compiler, sljit_si dst, sljit_uw imm)
147 sljit_si dst = inst[0] & 0x1f;
155 static SLJIT_INLINE sljit_si detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_ins *code)
216 sljit_si dst;
350 static sljit_ins logical_imm(sljit_sw imm, sljit_si len)
352 sljit_si negated, ones, right;
360 if (len == 16 && ((sljit_si)imm == 0 || (sljit_si)imm == -1)
    [all...]
sljitNativeX86_32.c 29 static sljit_si emit_do_imm(struct sljit_compiler *compiler, sljit_ub opcode, sljit_sw imm)
41 static sljit_ub* generate_far_jump_code(struct sljit_jump *jump, sljit_ub *code_ptr, sljit_si type)
66 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler,
67 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds,
68 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size
    [all...]
sljitNativeARM_T2_32.c 184 static sljit_si push_inst16(struct sljit_compiler *compiler, sljit_ins inst)
196 static sljit_si push_inst32(struct sljit_compiler *compiler, sljit_ins inst)
206 static SLJIT_INLINE sljit_si emit_imm32_const(struct sljit_compiler *compiler, sljit_si dst, sljit_uw imm)
216 sljit_si dst = inst[1] & 0x0f00;
224 static SLJIT_INLINE sljit_si detect_jump_type(struct sljit_jump *jump, sljit_uh *code_ptr, sljit_uh *code)
281 sljit_si type = (jump->flags >> 4) & 0xf;
284 sljit_si s, j1, j2;
431 sljit_si counter;
477 static sljit_si load_immediate(struct sljit_compiler *compiler, sljit_si dst, sljit_uw imm
    [all...]
sljitNativeX86_common.c 271 static sljit_si cpu_has_sse2 = -1;
273 static sljit_si cpu_has_cmov = -1;
330 static sljit_ub get_jump_code(sljit_si type)
386 static sljit_ub* generate_far_jump_code(struct sljit_jump *jump, sljit_ub *code_ptr, sljit_si type);
389 static sljit_ub* generate_fixed_jump(sljit_ub *code_ptr, sljit_sw addr, sljit_si type);
392 static sljit_ub* generate_near_jump_code(struct sljit_jump *jump, sljit_ub *code_ptr, sljit_ub *code, sljit_si type)
394 sljit_si short_jump;
438 code_ptr += sizeof(sljit_si);
533 SLJIT_ASSERT((sljit_sw)(jump->u.label->addr - (jump->addr + sizeof(sljit_si))) >= HALFWORD_MIN && (sljit_sw)(jump->u.label->addr - (jump->addr + sizeof(sljit_si))) <= HALFWORD_MAX)
    [all...]
sljitNativeARM_32.c 55 (((max_diff) / (sljit_si)sizeof(sljit_uw)) - (CONST_POOL_ALIGNMENT - 1))
129 static sljit_si push_cpool(struct sljit_compiler *compiler)
135 sljit_si i;
167 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_uw inst)
181 static sljit_si push_inst_with_literal(struct sljit_compiler *compiler, sljit_uw inst, sljit_uw literal)
231 static sljit_si push_inst_with_unique_literal(struct sljit_compiler *compiler, sljit_uw inst, sljit_uw literal)
251 static SLJIT_INLINE sljit_si prepare_blx(struct sljit_compiler *compiler)
259 static SLJIT_INLINE sljit_si emit_blx(struct sljit_compiler *compiler)
289 if ((sljit_si)const_pool[ind] < 0) {
314 sljit_si index
    [all...]
sljitNativeMIPS_common.c 204 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_si delay_slot)
216 static SLJIT_INLINE sljit_ins invert_branch(sljit_si flags)
541 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler,
542 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds,
543 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size
    [all...]
sljitNativePPC_common.c 239 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins)
248 static SLJIT_INLINE sljit_si detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_ins *code)
574 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler,
575 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds,
576 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size
    [all...]
sljitNativeTILEGX_64.c 335 static sljit_si push_inst_debug(struct sljit_compiler *compiler, sljit_ins ins, int line)
346 static sljit_si push_inst_nodebug(struct sljit_compiler *compiler, sljit_ins ins)
357 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins)
562 sljit_si assign_pipes()
626 static sljit_si update_buffer(struct sljit_compiler *compiler)
739 static sljit_si flush_buffer(struct sljit_compiler *compiler)
745 static sljit_si push_4_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int op2, int op3, int line)
765 static sljit_si push_3_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int op2, int line)
825 static sljit_si push_2_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int line)
870 static sljit_si push_0_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int line
    [all...]
sljitNativeSPARC_32.c 27 static sljit_si load_immediate(struct sljit_compiler *compiler, sljit_si dst, sljit_sw imm)
38 static SLJIT_INLINE sljit_si emit_single_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags,
39 sljit_si dst, sljit_si src1, sljit_sw src2)
142 static SLJIT_INLINE sljit_si emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw init_value)
sljitNativePPC_32.c 29 static sljit_si load_immediate(struct sljit_compiler *compiler, sljit_si reg, sljit_sw imm)
44 static SLJIT_INLINE sljit_si emit_single_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags,
45 sljit_si dst, sljit_si src1, sljit_si src2)
247 static SLJIT_INLINE sljit_si emit_const(struct sljit_compiler *compiler, sljit_si reg, sljit_sw init_value
    [all...]
sljitNativeMIPS_64.c 29 static sljit_si load_immediate(struct sljit_compiler *compiler, sljit_si dst_ar, sljit_sw imm)
31 sljit_si shift = 32;
32 sljit_si shift2;
33 sljit_si inv = 0;
160 static SLJIT_INLINE sljit_si emit_single_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags,
161 sljit_si dst, sljit_si src1, sljit_sw src2
    [all...]
sljitUtils.c 166 static sljit_si dev_zero = -1;
170 static SLJIT_INLINE sljit_si open_dev_zero(void)
182 static SLJIT_INLINE sljit_si open_dev_zero(void)
sljitNativePPC_64.c 44 static sljit_si load_immediate(struct sljit_compiler *compiler, sljit_si reg, sljit_sw imm)
148 static SLJIT_INLINE sljit_si emit_single_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags,
149 sljit_si dst, sljit_si src1, sljit_si src2)
392 static SLJIT_INLINE sljit_si emit_const(struct sljit_compiler *compiler, sljit_si reg, sljit_sw init_value
    [all...]
sljitNativeMIPS_32.c 29 static sljit_si load_immediate(struct sljit_compiler *compiler, sljit_si dst_ar, sljit_sw imm)
69 static SLJIT_INLINE sljit_si emit_single_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags,
70 sljit_si dst, sljit_si src1, sljit_sw src2)
344 static SLJIT_INLINE sljit_si emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw init_value)
sljitConfigInternal.h 36 sljit_si, sljit_ui : signed and unsigned 32 bit integer type
352 typedef signed int sljit_si; typedef
  /external/pcre/dist/
pcre_jit_compile.c 324 sljit_si *private_data_ptrs;
446 sljit_si asint;
458 sljit_si asint;
    [all...]

Completed in 213 milliseconds