Searched refs:emit_x86_instruction (Results 1 – 3 of 3) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeX86_common.c | 670 inst = emit_x86_instruction(compiler, 1, src, 0, dst, dstw); in emit_mov() 703 inst = emit_x86_instruction(compiler, 1, dst, 0, src, srcw); in emit_mov() 928 inst = emit_x86_instruction(compiler, 2, dst, 0, dst, 0); in emit_mov_byte() 1078 inst = emit_x86_instruction(compiler, 1, 0, 0, TMP_REG1, 0); in emit_unary() 1086 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in emit_unary() 1094 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in emit_unary() 1101 inst = emit_x86_instruction(compiler, 1, 0, 0, TMP_REG1, 0); in emit_unary() 1128 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in emit_not_with_flags() 1132 inst = emit_x86_instruction(compiler, 1, dst, 0, dst, 0); in emit_not_with_flags() 1138 inst = emit_x86_instruction(compiler, 1, 0, 0, TMP_REG1, 0); in emit_not_with_flags() [all …]
|
H A D | sljitNativeX86_64.c | 346 static sljit_ub* emit_x86_instruction(struct sljit_compiler *compiler, sljit_si size, in emit_x86_instruction() function 623 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in sljit_emit_fast_enter() 662 inst = emit_x86_instruction(compiler, 1, 0, 0, src, srcw); in sljit_emit_fast_return() 707 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_si)srcw, dst, dstw); in emit_mov_int() 715 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_si)srcw, dst, dstw); in emit_mov_int() 728 inst = emit_x86_instruction(compiler, 1, dst_r, 0, src, srcw); in emit_mov_int() 740 inst = emit_x86_instruction(compiler, 1, dst_r, 0, dst, dstw); in emit_mov_int()
|
H A D | sljitNativeX86_32.c | 274 static sljit_ub* emit_x86_instruction(struct sljit_compiler *compiler, sljit_si size, in emit_x86_instruction() function 504 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in sljit_emit_fast_enter() 528 inst = emit_x86_instruction(compiler, 1, 0, 0, src, srcw); in sljit_emit_fast_return()
|
Completed in 17 milliseconds