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

  /external/pcre/dist/sljit/
sljitNativeX86_64.c 31 sljit_ub *inst;
33 inst = (sljit_ub*)ensure_buf(compiler, 1 + 2 + sizeof(sljit_sw));
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)
95 sljit_ub *inst;
116 inst = (sljit_ub*)ensure_buf(compiler, 1 + size);
126 inst = (sljit_ub*)ensure_buf(compiler, 1 + size);
136 inst = (sljit_ub*)ensure_buf(compiler, 1 + size)
    [all...]
sljitNativeX86_32.c 29 static sljit_si emit_do_imm(struct sljit_compiler *compiler, sljit_ub opcode, sljit_sw imm)
31 sljit_ub *inst;
33 inst = (sljit_ub*)ensure_buf(compiler, 1 + 1 + sizeof(sljit_sw));
41 static sljit_ub* generate_far_jump_code(struct sljit_jump *jump, sljit_ub *code_ptr, sljit_si type)
71 sljit_ub *inst;
93 inst = (sljit_ub*)ensure_buf(compiler, 1 + size);
202 sljit_ub *inst;
224 inst = (sljit_ub*)ensure_buf(compiler, 1 + size);
253 static sljit_ub* emit_x86_instruction(struct sljit_compiler *compiler, sljit_si size
    [all...]
sljitNativeX86_common.c 69 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 3] = {
92 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = {
96 static SLJIT_CONST sljit_ub reg_lmap[SLJIT_NUMBER_OF_REGISTERS + 5] = {
101 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = {
105 static SLJIT_CONST sljit_ub reg_lmap[SLJIT_NUMBER_OF_REGISTERS + 5] = {
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)
    [all...]
sljitExecAllocator.c 140 ((struct block_header*)(((sljit_ub*)base) + offset))
142 ((struct free_block*)(((sljit_ub*)base) + offset))
143 #define MEM_START(base) ((void*)(((sljit_ub*)base) + sizeof(struct block_header)))
sljitLir.h 272 sljit_ub memory[1];
341 sljit_ub *cpool_unique;
    [all...]
sljitConfigInternal.h 34 sljit_sb, sljit_ub : signed and unsigned 8 bit byte
343 typedef unsigned char sljit_ub; typedef
sljitLir.c 341 sizeof(sljit_sb) == 1 && sizeof(sljit_ub) == 1
384 compiler->cpool = (sljit_uw*)SLJIT_MALLOC(CPOOL_SIZE * sizeof(sljit_uw) + CPOOL_SIZE * sizeof(sljit_ub));
391 compiler->cpool_unique = (sljit_ub*)(compiler->cpool + CPOOL_SIZE);
482 sljit_ub *ret;
501 sljit_ub *ret;
    [all...]
sljitNativeSPARC_common.c 94 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 6] = {
841 return emit_op(compiler, SLJIT_MOV_UB, flags | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub)srcw : srcw);
863 return emit_op(compiler, SLJIT_MOV_UB, flags | BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub)srcw : srcw);
    [all...]
sljitNativeARM_64.c 47 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 8] = {
    [all...]
sljitNativeARM_T2_32.c 45 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 6] = {
    [all...]
sljitNativeARM_32.c 58 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 6] = {
187 sljit_ub* cpool_unique_ptr;
    [all...]
sljitNativeMIPS_common.c 71 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = {
    [all...]
sljitNativePPC_common.c 104 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 7] = {
    [all...]
sljitNativeTILEGX_64.c 52 static SLJIT_CONST sljit_ub reg_map[SLJIT_NO_REGISTERS + 5] = {
    [all...]
  /external/pcre/dist/
pcre_jit_compile.c 449 sljit_ub asbyte;
450 sljit_ub asuchars[4];
461 sljit_ub asbyte;
462 sljit_ub asuchars[4];
    [all...]

Completed in 471 milliseconds