Searched refs:emit_x86_instruction (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_common.c | 888 inst = emit_x86_instruction(compiler, 1, src, 0, dst, dstw); in emit_mov() 923 inst = emit_x86_instruction(compiler, 1, dst, 0, src, srcw); in emit_mov() 1144 inst = emit_x86_instruction(compiler, 2, dst, 0, dst, 0); in emit_mov_byte() 1244 inst = emit_x86_instruction(compiler, 2, 0, 0, src, srcw); in emit_prefetch() 1315 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in emit_unary() 1327 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, 0); in emit_unary() 1335 inst = emit_x86_instruction(compiler, 1, 0, 0, TMP_REG1, 0); in emit_unary() 1354 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, 0); in emit_not_with_flags() 1358 inst = emit_x86_instruction(compiler, 1, dst, 0, dst, 0); in emit_not_with_flags() 1365 inst = emit_x86_instruction(compiler, 1, 0, 0, TMP_REG1, 0); in emit_not_with_flags() [all …]
|
H A D | sljitNativeX86_64.c | 393 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_s32 size, in emit_x86_instruction() function 796 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in sljit_emit_fast_enter() 826 inst = emit_x86_instruction(compiler, 1, 0, 0, src, srcw); in emit_fast_return() 859 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_s32)srcw, dst, dstw); in emit_mov_int() 867 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_s32)srcw, dst, dstw); in emit_mov_int() 880 inst = emit_x86_instruction(compiler, 1, dst_r, 0, src, srcw); in emit_mov_int() 892 inst = emit_x86_instruction(compiler, 1, dst_r, 0, dst, dstw); in emit_mov_int()
|
H A D | sljitNativeX86_32.c | 348 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_s32 size, in emit_x86_instruction() function 862 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in sljit_emit_fast_enter() 882 inst = emit_x86_instruction(compiler, 1, 0, 0, src, srcw); in emit_fast_return()
|
Completed in 20 milliseconds