/external/pcre/dist2/src/sljit/ |
sljitNativeX86_64.c | 31 sljit_u8 *inst; 33 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2 + sizeof(sljit_sw)); 42 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_s32 type) 68 static sljit_u8* generate_fixed_jump(sljit_u8 *code_ptr, sljit_sw addr, sljit_s32 type) 95 sljit_u8 *inst; 109 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); 119 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); 129 inst = (sljit_u8*)ensure_buf(compiler, 1 + size) [all...] |
sljitNativeX86_32.c | 29 static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm) 31 sljit_u8 *inst; 33 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + sizeof(sljit_sw)); 41 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_s32 type) 71 sljit_u8 *inst; 86 inst = (sljit_u8*)ensure_buf(compiler, 1 + size); 146 inst = (sljit_u8*)ensure_buf(compiler, 1 + 17); 211 sljit_u8 *inst; 226 inst = (sljit_u8*)ensure_buf(compiler, 1 + 3) [all...] |
sljitNativeX86_common.c | 69 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 3] = { 92 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = { 96 static const sljit_u8 reg_lmap[SLJIT_NUMBER_OF_REGISTERS + 5] = { 101 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = { 105 static const sljit_u8 reg_lmap[SLJIT_NUMBER_OF_REGISTERS + 5] = { 356 static sljit_u8 get_jump_code(sljit_s32 type) 412 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_s32 type); 415 static sljit_u8* generate_fixed_jump(sljit_u8 *code_ptr, sljit_sw addr, sljit_s32 type) [all...] |
sljitExecAllocator.c | 140 ((struct block_header*)(((sljit_u8*)base) + offset)) 142 ((struct free_block*)(((sljit_u8*)base) + offset)) 143 #define MEM_START(base) ((void*)(((sljit_u8*)base) + sizeof(struct block_header)))
|
sljitLir.h | 274 sljit_u8 memory[1]; 344 sljit_u8 *cpool_unique; [all...] |
sljitConfigInternal.h | 34 sljit_s8, sljit_u8 : signed and unsigned 8 bit integer type 348 typedef unsigned char sljit_u8; typedef
|
sljitLir.c | 336 sizeof(sljit_s8) == 1 && sizeof(sljit_u8) == 1 382 + CPOOL_SIZE * sizeof(sljit_u8), allocator_data); 389 compiler->cpool_unique = (sljit_u8*)(compiler->cpool + CPOOL_SIZE); 488 sljit_u8 *ret; 507 sljit_u8 *ret; [all...] |
sljitNativeSPARC_common.c | 98 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 6] = { 835 return emit_op(compiler, SLJIT_MOV_U8, flags | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8)srcw : srcw); 857 return emit_op(compiler, SLJIT_MOV_U8, flags | BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8)srcw : srcw); [all...] |
sljitNativeARM_64.c | 46 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 8] = { [all...] |
sljitNativeARM_T2_32.c | 45 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 6] = { [all...] |
sljitNativeARM_32.c | 58 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 6] = { 187 sljit_u8* cpool_unique_ptr; [all...] |
sljitNativeMIPS_common.c | 71 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = { [all...] |
sljitNativePPC_common.c | 108 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 7] = { [all...] |
sljitNativeTILEGX_64.c | 52 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 6] = { [all...] |
/external/pcre/dist2/src/ |
pcre2_jit_match.c | 49 sljit_u8 local_space[MACHINE_STACK_SIZE];
|
pcre2_jit_compile.c | 356 sljit_u8 *optimized_cbracket; 358 sljit_u8 *then_offsets; 391 const sljit_u8 *fcc; 476 sljit_u8 asbyte; 477 sljit_u8 asuchars[4]; 488 sljit_u8 asbyte; 489 sljit_u8 asuchars[4]; [all...] |