/external/pcre/dist/sljit/ |
D | sljitNativeX86_64.c | 31 sljit_ub *inst; in emit_load_imm64() 33 inst = (sljit_ub*)ensure_buf(compiler, 1 + 2 + sizeof(sljit_sw)); in emit_load_imm64() 42 static sljit_ub* generate_far_jump_code(struct sljit_jump *jump, sljit_ub *code_ptr, sljit_si type) in generate_far_jump_code() 68 static sljit_ub* generate_fixed_jump(sljit_ub *code_ptr, sljit_sw addr, sljit_si type) in generate_fixed_jump() 95 sljit_ub *inst; in sljit_emit_enter() 109 inst = (sljit_ub*)ensure_buf(compiler, 1 + size); in sljit_emit_enter() 119 inst = (sljit_ub*)ensure_buf(compiler, 1 + size); in sljit_emit_enter() 129 inst = (sljit_ub*)ensure_buf(compiler, 1 + size); in sljit_emit_enter() 175 inst = (sljit_ub*)ensure_buf(compiler, 1 + 4 + (3 + sizeof(sljit_si))); in sljit_emit_enter() 207 inst = (sljit_ub*)ensure_buf(compiler, 1 + 4); in sljit_emit_enter() [all …]
|
D | sljitNativeX86_32.c | 29 static sljit_si emit_do_imm(struct sljit_compiler *compiler, sljit_ub opcode, sljit_sw imm) in emit_do_imm() 31 sljit_ub *inst; in emit_do_imm() 33 inst = (sljit_ub*)ensure_buf(compiler, 1 + 1 + sizeof(sljit_sw)); in emit_do_imm() 41 static sljit_ub* generate_far_jump_code(struct sljit_jump *jump, sljit_ub *code_ptr, sljit_si type) in generate_far_jump_code() 71 sljit_ub *inst; in sljit_emit_enter() 86 inst = (sljit_ub*)ensure_buf(compiler, 1 + size); in sljit_emit_enter() 146 inst = (sljit_ub*)ensure_buf(compiler, 1 + 17); in sljit_emit_enter() 211 sljit_ub *inst; in sljit_emit_return() 226 inst = (sljit_ub*)ensure_buf(compiler, 1 + 3); in sljit_emit_return() 245 inst = (sljit_ub*)ensure_buf(compiler, 1 + size); in sljit_emit_return() [all …]
|
D | 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] = { 333 static sljit_ub get_jump_code(sljit_si type) in get_jump_code() 389 static sljit_ub* generate_far_jump_code(struct sljit_jump *jump, sljit_ub *code_ptr, sljit_si type); 392 static sljit_ub* generate_fixed_jump(sljit_ub *code_ptr, sljit_sw addr, sljit_si type); 395 static sljit_ub* generate_near_jump_code(struct sljit_jump *jump, sljit_ub *code_ptr, sljit_ub *cod… in generate_near_jump_code() 451 sljit_ub *code; in sljit_generate_code() [all …]
|
D | 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)))
|
D | sljitLir.h | 274 sljit_ub memory[1]; 344 sljit_ub *cpool_unique;
|
D | sljitLir.c | 336 sizeof(sljit_sb) == 1 && sizeof(sljit_ub) == 1 in sljit_create_compiler() 382 + CPOOL_SIZE * sizeof(sljit_ub), allocator_data); in sljit_create_compiler() 389 compiler->cpool_unique = (sljit_ub*)(compiler->cpool + CPOOL_SIZE); in sljit_create_compiler() 488 sljit_ub *ret; in ensure_buf() 507 sljit_ub *ret; in ensure_abuf() 1155 fprintf(compiler->verbose, " 0x%x", ((sljit_ub*)instruction)[i]); in check_sljit_emit_op_custom()
|
D | sljitConfigInternal.h | 337 typedef unsigned char sljit_ub; typedef
|
D | sljitNativeSPARC_common.c | 94 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 6] = { 831 …MOV_UB, flags | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub)srcw : srcw); in sljit_emit_op1() 853 … | BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub)srcw : srcw); in sljit_emit_op1()
|
D | sljitNativeARM_32.c | 58 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 6] = { 187 sljit_ub* cpool_unique_ptr; in push_inst_with_literal() 1886 …ALLOW_ANY_IMM | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub)srcw : srcw); in sljit_emit_op1() 1904 … | BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub)srcw : srcw); in sljit_emit_op1()
|
D | sljitNativeARM_T2_32.c | 45 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 6] = { 1343 srcw = (sljit_ub)srcw; in sljit_emit_op1() 1369 srcw = (sljit_ub)srcw; in sljit_emit_op1()
|
D | sljitNativeARM_64.c | 46 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 8] = { 1305 srcw = (sljit_ub)srcw; in sljit_emit_op1() 1339 srcw = (sljit_ub)srcw; in sljit_emit_op1()
|
D | sljitNativePPC_common.c | 104 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 7] = { 1360 return EMIT_MOV(SLJIT_MOV_UB, BYTE_DATA, (sljit_ub)); in sljit_emit_op1() 1388 return EMIT_MOV(SLJIT_MOV_UB, BYTE_DATA | WRITE_BACK, (sljit_ub)); in sljit_emit_op1()
|
D | sljitNativeMIPS_common.c | 71 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = { 1125 …, SLJIT_MOV_UB, BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub)srcw : srcw); in sljit_emit_op1() 1155 …B, BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub)srcw : srcw); in sljit_emit_op1()
|
D | sljitNativeTILEGX_64.c | 52 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 6] = { 2212 … SLJIT_MOV_UB, BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub) srcw : srcw); in sljit_emit_op1() 2234 …, BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub) srcw : srcw); in sljit_emit_op1()
|
/external/pcre/dist/ |
D | pcre_jit_compile.c | 445 sljit_ub asbyte; 446 sljit_ub asuchars[4]; 457 sljit_ub asbyte; 458 sljit_ub asuchars[4]; 3586 sljit_ub *update_table = NULL; in fast_forward_first_n_chars() 3639 update_table = (sljit_ub *)allocate_read_only_data(common, 256); in fast_forward_first_n_chars()
|