Searched refs:emit_x86_instruction (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_common.c | 1022 inst = emit_x86_instruction(compiler, 1, src, 0, dst, dstw); in emit_mov() 1057 inst = emit_x86_instruction(compiler, 1, dst, 0, src, srcw); in emit_mov() 1278 inst = emit_x86_instruction(compiler, 2, dst, 0, dst, 0); in emit_mov_byte() 1378 inst = emit_x86_instruction(compiler, 2, 0, 0, src, srcw); in emit_prefetch() 1449 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in emit_unary() 1458 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, 0); in emit_unary() 1466 inst = emit_x86_instruction(compiler, 1, 0, 0, TMP_REG1, 0); in emit_unary() 1482 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, 0); in emit_not_with_flags() 1486 inst = emit_x86_instruction(compiler, 1, dst, 0, dst, 0); in emit_not_with_flags() 1493 inst = emit_x86_instruction(compiler, 1, 0, 0, TMP_REG1, 0); in emit_not_with_flags() [all …]
|
H A D | sljitNativeX86_64.c | 61 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, in emit_x86_instruction() function 535 …inst = emit_x86_instruction(compiler, 2 | EX86_SSE2, i, 0, SLJIT_MEM1(SLJIT_SP), saved_float_regs_… in sljit_emit_enter() 542 …inst = emit_x86_instruction(compiler, 2 | EX86_SSE2, i, 0, SLJIT_MEM1(SLJIT_SP), saved_float_regs_… in sljit_emit_enter() 602 …inst = emit_x86_instruction(compiler, 2 | EX86_SSE2, i, 0, SLJIT_MEM1(SLJIT_SP), saved_float_regs_… in emit_stack_frame_release() 609 …inst = emit_x86_instruction(compiler, 2 | EX86_SSE2, i, 0, SLJIT_MEM1(SLJIT_SP), saved_float_regs_… in emit_stack_frame_release() 893 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in sljit_emit_fast_enter() 923 inst = emit_x86_instruction(compiler, 1, 0, 0, src, srcw); in emit_fast_return() 1033 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_s32)srcw, dst, dstw); in emit_mov_int() 1041 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_s32)srcw, dst, dstw); in emit_mov_int() 1054 inst = emit_x86_instruction(compiler, 1, dst_r, 0, src, srcw); in emit_mov_int() [all …]
|
H A D | sljitNativeX86_32.c | 46 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, in emit_x86_instruction() function 1139 inst = emit_x86_instruction(compiler, 1 | EX86_SSE2_OP1, 0, 0, src, srcw); in emit_fmov_before_return() 1166 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in sljit_emit_fast_enter() 1186 inst = emit_x86_instruction(compiler, 1, 0, 0, src, srcw); in emit_fast_return()
|
Completed in 28 milliseconds