HomeSort by: relevance | last modified time | path
    Searched defs:cpool_size (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c 142 SLJIT_ASSERT(compiler->cpool_fill > 0 && compiler->cpool_fill <= CPOOL_SIZE);
185 sljit_uw cpool_index = CPOOL_SIZE;
206 if (cpool_index == CPOOL_SIZE) {
208 if (compiler->cpool_fill < CPOOL_SIZE) {
235 if (SLJIT_UNLIKELY((compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_diff >= MAX_DIFFERENCE(4092)) || compiler->cpool_fill >= CPOOL_SIZE))
238 SLJIT_ASSERT(compiler->cpool_fill < CPOOL_SIZE && (inst & 0xfff) == 0);
267 static sljit_uw patch_pc_relative_loads(sljit_uw *last_pc_patch, sljit_uw *code_ptr, sljit_uw* const_pool, sljit_uw cpool_size)
273 sljit_uw* clear_const_pool_end = const_pool + cpool_size;
289 SLJIT_ASSERT(ind < cpool_size && !(*last_pc_patch & (1 << 25)) && (*last_pc_patch & (1 << 20)));
578 sljit_uw cpool_size; local in function:sljit_generate_code
    [all...]
sljitNativeARM_32.c 142 SLJIT_ASSERT(compiler->cpool_fill > 0 && compiler->cpool_fill <= CPOOL_SIZE);
185 sljit_uw cpool_index = CPOOL_SIZE;
206 if (cpool_index == CPOOL_SIZE) {
208 if (compiler->cpool_fill < CPOOL_SIZE) {
235 if (SLJIT_UNLIKELY((compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_diff >= MAX_DIFFERENCE(4092)) || compiler->cpool_fill >= CPOOL_SIZE))
238 SLJIT_ASSERT(compiler->cpool_fill < CPOOL_SIZE && (inst & 0xfff) == 0);
267 static sljit_uw patch_pc_relative_loads(sljit_uw *last_pc_patch, sljit_uw *code_ptr, sljit_uw* const_pool, sljit_uw cpool_size)
273 sljit_uw* clear_const_pool_end = const_pool + cpool_size;
289 SLJIT_ASSERT(ind < cpool_size && !(*last_pc_patch & (1 << 25)) && (*last_pc_patch & (1 << 20)));
578 sljit_uw cpool_size; local in function:sljit_generate_code
    [all...]

Completed in 23 milliseconds