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

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c 319 static sljit_s32 resolve_const_pool_index(struct sljit_compiler *compiler, struct future_patch **first_patch, sljit_uw cpool_current_index, sljit_uw *cpool_start_address, sljit_uw *buf_ptr)
328 value = (sljit_s32)cpool_start_address[cpool_current_index];
334 value = (sljit_s32)cpool_start_address[cpool_current_index];
337 if ((sljit_uw)curr_patch->index == cpool_current_index) {
352 if ((sljit_uw)value > cpool_current_index) {
580 sljit_uw cpool_current_index; local in function:sljit_generate_code
609 cpool_current_index = 0;
640 if (SLJIT_UNLIKELY(resolve_const_pool_index(compiler, &first_patch, cpool_current_index, cpool_start_address, buf_ptr))) {
646 if (++cpool_current_index >= cpool_size) {
699 cpool_current_index = patch_pc_relative_loads(last_pc_patch, code_ptr, cpool_start_address, cpool_size)
    [all...]
sljitNativeARM_32.c 319 static sljit_s32 resolve_const_pool_index(struct sljit_compiler *compiler, struct future_patch **first_patch, sljit_uw cpool_current_index, sljit_uw *cpool_start_address, sljit_uw *buf_ptr)
328 value = (sljit_s32)cpool_start_address[cpool_current_index];
334 value = (sljit_s32)cpool_start_address[cpool_current_index];
337 if ((sljit_uw)curr_patch->index == cpool_current_index) {
352 if ((sljit_uw)value > cpool_current_index) {
580 sljit_uw cpool_current_index; local in function:sljit_generate_code
609 cpool_current_index = 0;
640 if (SLJIT_UNLIKELY(resolve_const_pool_index(compiler, &first_patch, cpool_current_index, cpool_start_address, buf_ptr))) {
646 if (++cpool_current_index >= cpool_size) {
699 cpool_current_index = patch_pc_relative_loads(last_pc_patch, code_ptr, cpool_start_address, cpool_size)
    [all...]

Completed in 22 milliseconds