HomeSort by: relevance | last modified time | path
    Searched refs:sljit_u8 (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_64.c 33 sljit_u8 *inst;
35 inst = (sljit_u8*)ensure_buf(compiler, 1 + 2 + sizeof(sljit_sw));
44 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_s32 type)
75 sljit_u8 *inst;
95 inst = (sljit_u8*)ensure_buf(compiler, 1 + size);
105 inst = (sljit_u8*)ensure_buf(compiler, 1 + size);
115 inst = (sljit_u8*)ensure_buf(compiler, 1 + size);
161 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4 + (3 + sizeof(sljit_s32)));
193 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4)
    [all...]
sljitNativeX86_32.c 31 static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm)
33 sljit_u8 *inst;
35 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + sizeof(sljit_sw));
43 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_s32 type, sljit_sw executable_offset)
73 sljit_u8 *inst;
109 inst = (sljit_u8*)ensure_buf(compiler, 1 + size);
206 inst = (sljit_u8*)ensure_buf(compiler, 1 + 6);
269 sljit_u8 *inst;
299 inst = (sljit_u8*)ensure_buf(compiler, 1 + size)
    [all...]
sljitNativeX86_common.c 71 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 3] = {
97 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = {
101 static const sljit_u8 reg_lmap[SLJIT_NUMBER_OF_REGISTERS + 5] = {
106 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = {
110 static const sljit_u8 reg_lmap[SLJIT_NUMBER_OF_REGISTERS + 5] = {
361 static sljit_u8 get_jump_code(sljit_s32 type)
418 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_s32 type, sljit_sw executable_offset);
420 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_s32 type)
    [all...]
sljitUtils.c 293 stack->max_limit = (sljit_u8 *)ptr;
306 stack->max_limit = (sljit_u8 *)ptr;
325 stack->max_limit = (sljit_u8 *)ptr;
349 SLJIT_API_FUNC_ATTRIBUTE sljit_sw SLJIT_CALL sljit_stack_resize(struct sljit_stack *stack, sljit_u8 *new_limit)
sljitProtExecAllocator.c 231 ((struct block_header*)(((sljit_u8*)base) + offset))
233 ((struct free_block*)(((sljit_u8*)base) + offset))
315 executable_offset = (sljit_sw)((sljit_u8*)chunk_header->executable - (sljit_u8*)chunk_header);
sljitExecAllocator.c 159 ((struct block_header*)(((sljit_u8*)base) + offset))
161 ((struct free_block*)(((sljit_u8*)base) + offset))
162 #define MEM_START(base) ((void*)(((sljit_u8*)base) + sizeof(struct block_header)))
sljitLir.h 278 sljit_u8 memory[1];
351 sljit_u8 *cpool_unique;
1262 sljit_u8 *top;
1264 sljit_u8 *base;
1265 sljit_u8 *limit;
1266 sljit_u8 *max_limit;
1283 SLJIT_API_FUNC_ATTRIBUTE sljit_sw SLJIT_CALL sljit_stack_resize(struct sljit_stack *stack, sljit_u8 *new_limit);
sljitLir.c 271 #define SLJIT_ADD_EXEC_OFFSET(ptr, exec_offset) ((sljit_u8 *)(ptr) + (exec_offset))
273 #define SLJIT_ADD_EXEC_OFFSET(ptr, exec_offset) ((sljit_u8 *)(ptr))
364 sizeof(sljit_s8) == 1 && sizeof(sljit_u8) == 1
412 + CPOOL_SIZE * sizeof(sljit_u8), allocator_data);
419 compiler->cpool_unique = (sljit_u8*)(compiler->cpool + CPOOL_SIZE);
530 sljit_u8 *ret;
549 sljit_u8 *ret;
1231 fprintf(compiler->verbose, " 0x%x", ((sljit_u8*)instruction)[i]);
sljitConfigInternal.h 36 sljit_s8, sljit_u8 : signed and unsigned 8 bit integer type
342 typedef unsigned char sljit_u8; typedef in typeref:typename:unsigned char
sljitNativeSPARC_common.c 100 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 6] = {
847 return emit_op(compiler, SLJIT_MOV_U8, flags | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8)srcw : srcw);
869 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);
sljitNativeARM_32.c 59 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = {
188 sljit_u8* cpool_unique_ptr;
1644 return emit_op(compiler, SLJIT_MOV_U8, ALLOW_ANY_IMM | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8)srcw : srcw);
1662 return emit_op(compiler, SLJIT_MOV_U8, ALLOW_ANY_IMM | BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8)srcw : srcw);
sljitNativeARM_T2_32.c 46 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = {
1249 srcw = (sljit_u8)srcw;
1275 srcw = (sljit_u8)srcw;
sljitNativeARM_64.c 48 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 8] = {
1313 srcw = (sljit_u8)srcw;
1347 srcw = (sljit_u8)srcw;
sljitNativeMIPS_common.c 68 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = {
1104 return emit_op(compiler, SLJIT_MOV_U8, BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8)srcw : srcw);
1134 return emit_op(compiler, SLJIT_MOV_U8, BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8)srcw : srcw);
sljitNativePPC_common.c 110 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 7] = {
1377 return EMIT_MOV(SLJIT_MOV_U8, BYTE_DATA, (sljit_u8));
1405 return EMIT_MOV(SLJIT_MOV_U8, BYTE_DATA | WRITE_BACK, (sljit_u8));
sljitNativeTILEGX_64.c 54 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 6] = {
2216 return emit_op(compiler, SLJIT_MOV_U8, BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8) srcw : srcw);
2238 return emit_op(compiler, SLJIT_MOV_U8, BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8) srcw : srcw);
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 105 SLJIT_FREE_EXEC(((sljit_u8*)(ptr)) + SLJIT_EXEC_OFFSET(ptr));
1815 sljit_u8 asbytes[4];
2192 sljit_u8 buf[37];
3709 sljit_u8 inst[16];
3711 sljit_u8 inst[16];

Completed in 53 milliseconds