Home
last modified time | relevance | path

Searched refs:sljit_ub (Results 1 – 15 of 15) sorted by relevance

/external/pcre/dist/sljit/
DsljitNativeX86_64.c31 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()
116 inst = (sljit_ub*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
126 inst = (sljit_ub*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
136 inst = (sljit_ub*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
182 inst = (sljit_ub*)ensure_buf(compiler, 1 + 4 + (3 + sizeof(sljit_si))); in sljit_emit_enter()
213 inst = (sljit_ub*)ensure_buf(compiler, 1 + 4); in sljit_emit_enter()
[all …]
DsljitNativeX86_32.c29 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()
93 inst = (sljit_ub*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
202 sljit_ub *inst; in sljit_emit_return()
224 inst = (sljit_ub*)ensure_buf(compiler, 1 + size); in sljit_emit_return()
253 static sljit_ub* emit_x86_instruction(struct sljit_compiler *compiler, sljit_si size, in emit_x86_instruction()
259 sljit_ub *inst; in emit_x86_instruction()
[all …]
DsljitNativeX86_common.c69 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) in get_jump_code()
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 *cod… in generate_near_jump_code()
448 sljit_ub *code; in sljit_generate_code()
[all …]
DsljitExecAllocator.c140 ((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)))
DsljitLir.h272 sljit_ub memory[1];
341 sljit_ub *cpool_unique;
DsljitConfigInternal.h343 typedef unsigned char sljit_ub; typedef
DsljitLir.c341 sizeof(sljit_sb) == 1 && sizeof(sljit_ub) == 1 in sljit_create_compiler()
384 …er->cpool = (sljit_uw*)SLJIT_MALLOC(CPOOL_SIZE * sizeof(sljit_uw) + CPOOL_SIZE * sizeof(sljit_ub)); in sljit_create_compiler()
391 compiler->cpool_unique = (sljit_ub*)(compiler->cpool + CPOOL_SIZE); in sljit_create_compiler()
482 sljit_ub *ret; in ensure_buf()
501 sljit_ub *ret; in ensure_abuf()
DsljitNativeSPARC_common.c94 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 6] = {
841 …MOV_UB, flags | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub)srcw : srcw); in sljit_emit_op1()
863 … | BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub)srcw : srcw); in sljit_emit_op1()
DsljitNativeARM_32.c58 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 6] = {
187 sljit_ub* cpool_unique_ptr; in push_inst_with_literal()
1884 …ALLOW_ANY_IMM | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub)srcw : srcw); in sljit_emit_op1()
1902 … | BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub)srcw : srcw); in sljit_emit_op1()
DsljitNativeARM_64.c47 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 8] = {
1272 srcw = (sljit_ub)srcw; in sljit_emit_op1()
1306 srcw = (sljit_ub)srcw; in sljit_emit_op1()
DsljitNativeARM_T2_32.c45 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 6] = {
1326 srcw = (sljit_ub)srcw; in sljit_emit_op1()
1352 srcw = (sljit_ub)srcw; in sljit_emit_op1()
DsljitNativeMIPS_common.c71 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = {
1137 …, SLJIT_MOV_UB, BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub)srcw : srcw); in sljit_emit_op1()
1167 …B, BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub)srcw : srcw); in sljit_emit_op1()
DsljitNativePPC_common.c104 static SLJIT_CONST sljit_ub reg_map[SLJIT_NUMBER_OF_REGISTERS + 7] = {
1374 return EMIT_MOV(SLJIT_MOV_UB, BYTE_DATA, (sljit_ub)); in sljit_emit_op1()
1402 return EMIT_MOV(SLJIT_MOV_UB, BYTE_DATA | WRITE_BACK, (sljit_ub)); in sljit_emit_op1()
DsljitNativeTILEGX_64.c52 static SLJIT_CONST sljit_ub reg_map[SLJIT_NO_REGISTERS + 5] = {
2252 … SLJIT_MOV_UB, BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub) srcw : srcw); in sljit_emit_op1()
2274 …, BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub) srcw : srcw); in sljit_emit_op1()
/external/pcre/dist/
Dpcre_jit_compile.c449 sljit_ub asbyte;
450 sljit_ub asuchars[4];
461 sljit_ub asbyte;
462 sljit_ub asuchars[4];
3530 sljit_ub *update_table = NULL; in fast_forward_first_n_chars()
3594 update_table = (sljit_ub *)common->read_only_data; in fast_forward_first_n_chars()