Searched refs:emit_x86_instruction (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_common.c | 904 inst = emit_x86_instruction(compiler, 1, src, 0, dst, dstw); in emit_mov() 939 inst = emit_x86_instruction(compiler, 1, dst, 0, src, srcw); in emit_mov() 1160 inst = emit_x86_instruction(compiler, 2, dst, 0, dst, 0); in emit_mov_byte() 1260 inst = emit_x86_instruction(compiler, 2, 0, 0, src, srcw); in emit_prefetch() 1331 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in emit_unary() 1340 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, 0); in emit_unary() 1348 inst = emit_x86_instruction(compiler, 1, 0, 0, TMP_REG1, 0); in emit_unary() 1364 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, 0); in emit_not_with_flags() 1368 inst = emit_x86_instruction(compiler, 1, dst, 0, dst, 0); in emit_not_with_flags() 1375 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 522 …inst = emit_x86_instruction(compiler, 2 | EX86_SSE2, i, 0, SLJIT_MEM1(SLJIT_SP), saved_float_regs_… in sljit_emit_enter() 529 …inst = emit_x86_instruction(compiler, 2 | EX86_SSE2, i, 0, SLJIT_MEM1(SLJIT_SP), saved_float_regs_… in sljit_emit_enter() 589 …inst = emit_x86_instruction(compiler, 2 | EX86_SSE2, i, 0, SLJIT_MEM1(SLJIT_SP), saved_float_regs_… in emit_stack_frame_release() 596 …inst = emit_x86_instruction(compiler, 2 | EX86_SSE2, i, 0, SLJIT_MEM1(SLJIT_SP), saved_float_regs_… in emit_stack_frame_release() 865 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in sljit_emit_fast_enter() 895 inst = emit_x86_instruction(compiler, 1, 0, 0, src, srcw); in emit_fast_return() 925 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_s32)srcw, dst, dstw); in emit_mov_int() 933 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_s32)srcw, dst, dstw); in emit_mov_int() 946 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 1077 inst = emit_x86_instruction(compiler, 1, SLJIT_R2, 0, SLJIT_MEM1(SLJIT_SP), offset); in tail_call_with_args() 1101 inst = emit_x86_instruction(compiler, 1, SLJIT_R2, 0, SLJIT_MEM1(SLJIT_SP), offset); in tail_call_with_args() 1373 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in sljit_emit_fast_enter() 1393 inst = emit_x86_instruction(compiler, 1, 0, 0, src, srcw); in emit_fast_return()
|
Completed in 19 milliseconds