Searched refs:buf_ptr (Results 1 – 9 of 9) sorted by relevance
68 sljit_u8 *buf_ptr; in emit_x86_instruction() local195 buf_ptr = inst + size; in emit_x86_instruction()203 *buf_ptr = 0; in emit_x86_instruction()217 *buf_ptr = 0; in emit_x86_instruction()222 buf_ptr++; in emit_x86_instruction()229 *buf_ptr |= 0x40; in emit_x86_instruction()231 *buf_ptr |= 0x80; in emit_x86_instruction()237 *buf_ptr++ |= 0x04; in emit_x86_instruction()251 *buf_ptr++ |= 0x04; in emit_x86_instruction()256 *buf_ptr++ |= 0x04; in emit_x86_instruction()[all …]
53 sljit_u8 *buf_ptr; in emit_x86_instruction() local137 buf_ptr = inst + size; in emit_x86_instruction()145 *buf_ptr = 0; in emit_x86_instruction()159 *buf_ptr = 0; in emit_x86_instruction()164 buf_ptr++; in emit_x86_instruction()171 *buf_ptr |= 0x40; in emit_x86_instruction()173 *buf_ptr |= 0x80; in emit_x86_instruction()179 *buf_ptr++ |= 0x04; in emit_x86_instruction()193 *buf_ptr++ |= 0x04; in emit_x86_instruction()198 *buf_ptr++ |= 0x05; in emit_x86_instruction()[all …]
389 sljit_ins *buf_ptr; in sljit_generate_code() local430 *code_ptr = *buf_ptr++; in sljit_generate_code()535 *buf_ptr = BCx | ((sljit_ins)addr & 0xfffc) | ((*buf_ptr) & 0x03ff0001); in sljit_generate_code()539 *buf_ptr = BCx | ((sljit_ins)addr & 0xfffc) | 0x2 | ((*buf_ptr) & 0x03ff0001); in sljit_generate_code()546 *buf_ptr = Bx | ((sljit_ins)addr & 0x03fffffc) | ((*buf_ptr) & 0x1); in sljit_generate_code()550 *buf_ptr = Bx | ((sljit_ins)addr & 0x03fffffc) | 0x2 | ((*buf_ptr) & 0x1); in sljit_generate_code()558 SLJIT_ASSERT(((buf_ptr[0] | buf_ptr[1]) & 0xffff) == 0); in sljit_generate_code()564 SLJIT_ASSERT(((buf_ptr[0] | buf_ptr[1]) & 0xffff) == 0); in sljit_generate_code()572 SLJIT_ASSERT(((buf_ptr[0] | buf_ptr[1] | buf_ptr[3]) & 0xffff) == 0); in sljit_generate_code()579 SLJIT_ASSERT(((buf_ptr[0] | buf_ptr[1] | buf_ptr[3] | buf_ptr[4]) & 0xffff) == 0); in sljit_generate_code()[all …]
665 sljit_uw *buf_ptr; in sljit_generate_code() local734 buf_ptr++; in sljit_generate_code()743 buf_ptr++; in sljit_generate_code()846 buf_ptr++; in sljit_generate_code()883 buf_ptr--; in sljit_generate_code()885 buf_ptr += ((*buf_ptr & 0xfff) >> 2) + 2; in sljit_generate_code()887 buf_ptr += 1; in sljit_generate_code()903 code_ptr[1] = *buf_ptr; in sljit_generate_code()905 buf_ptr += ((*buf_ptr & 0xfff) >> 2) + 2; in sljit_generate_code()907 buf_ptr += 1; in sljit_generate_code()[all …]
511 sljit_ins *buf_ptr; in sljit_generate_code() local542 buf_ptr = (sljit_ins*)buf->memory; in sljit_generate_code()545 *code_ptr = *buf_ptr++; in sljit_generate_code()584 } while (buf_ptr < buf_end); in sljit_generate_code()610 buf_ptr[0] = (buf_ptr[0] & 0xffff0000) | ((sljit_ins)addr & 0xffff); in sljit_generate_code()622 SLJIT_ASSERT(((buf_ptr[0] | buf_ptr[1]) & 0xffff) == 0); in sljit_generate_code()628 SLJIT_ASSERT(((buf_ptr[0] | buf_ptr[1]) & 0xffff) == 0); in sljit_generate_code()636 SLJIT_ASSERT(((buf_ptr[0] | buf_ptr[1] | buf_ptr[3]) & 0xffff) == 0); in sljit_generate_code()643 SLJIT_ASSERT(((buf_ptr[0] | buf_ptr[1] | buf_ptr[3] | buf_ptr[5]) & 0xffff) == 0); in sljit_generate_code()659 SLJIT_ASSERT((buf_ptr[0] & 0xffe00000) == LUI && (buf_ptr[1] & 0xfc000000) == ORI); in sljit_generate_code()[all …]
302 sljit_ins *buf_ptr; in sljit_generate_code() local333 buf_ptr = (sljit_ins*)buf->memory; in sljit_generate_code()336 *code_ptr = *buf_ptr++; in sljit_generate_code()373 } while (buf_ptr < buf_end); in sljit_generate_code()394 buf_ptr = (sljit_ins *)jump->addr; in sljit_generate_code()405 buf_ptr[0] = (buf_ptr[0] & ~DISP_MASK) | ((sljit_ins)addr & DISP_MASK); in sljit_generate_code()411 …SLJIT_ASSERT(((buf_ptr[0] & 0xc1cfffff) == 0x01000000) && ((buf_ptr[1] & 0xc1f83fff) == 0x80102000… in sljit_generate_code()413 buf_ptr[1] |= (sljit_ins)addr & 0x3ff; in sljit_generate_code()427 …SLJIT_ASSERT(((buf_ptr[0] & 0xc1cfffff) == 0x01000000) && ((buf_ptr[1] & 0xc1f83fff) == 0x80102000… in sljit_generate_code()428 buf_ptr[0] |= (addr >> 10) & 0x3fffff; in sljit_generate_code()[all …]
234 sljit_ins *buf_ptr; in sljit_generate_code() local266 buf_ptr = (sljit_ins*)buf->memory; in sljit_generate_code()267 buf_end = buf_ptr + (buf->used_size >> 2); in sljit_generate_code()269 *code_ptr = *buf_ptr++; in sljit_generate_code()301 } while (buf_ptr < buf_end); in sljit_generate_code()322 buf_ptr = (sljit_ins *)jump->addr; in sljit_generate_code()329 buf_ptr[-1] -= (4 << 5); in sljit_generate_code()335 buf_ptr[0] = (buf_ptr[0] & ~(sljit_ins)0xffffe0) | (sljit_ins)((addr & 0x7ffff) << 5); in sljit_generate_code()342 dst = buf_ptr[0] & 0x1f; in sljit_generate_code()356 buf_ptr = (sljit_ins*)put_label->addr; in sljit_generate_code()[all …]
497 sljit_u8 *buf_ptr; in sljit_generate_code() local525 buf_ptr = buf->memory; in sljit_generate_code()526 buf_end = buf_ptr + buf->used_size; in sljit_generate_code()528 len = *buf_ptr++; in sljit_generate_code()531 SLJIT_MEMCPY(code_ptr, buf_ptr, len); in sljit_generate_code()533 buf_ptr += len; in sljit_generate_code()536 switch (*buf_ptr) { in sljit_generate_code()560 SLJIT_ASSERT(*buf_ptr == 3); in sljit_generate_code()569 buf_ptr++; in sljit_generate_code()571 } while (buf_ptr < buf_end); in sljit_generate_code()[all …]
375 sljit_u16 *buf_ptr; in sljit_generate_code() local405 buf_ptr = (sljit_u16*)buf->memory; in sljit_generate_code()406 buf_end = buf_ptr + (buf->used_size >> 1); in sljit_generate_code()408 *code_ptr = *buf_ptr++; in sljit_generate_code()439 } while (buf_ptr < buf_end); in sljit_generate_code()
Completed in 60 milliseconds