Home
last modified time | relevance | path

Searched refs:emit_x86_instruction (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c1284 inst = emit_x86_instruction(compiler, 1, src, 0, dst, dstw); in emit_mov()
1320 inst = emit_x86_instruction(compiler, 1, dst, 0, src, srcw); in emit_mov()
1569 inst = emit_x86_instruction(compiler, 2, 0, 0, src, srcw); in emit_prefetch()
1636 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in emit_unary()
1645 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, 0); in emit_unary()
1653 inst = emit_x86_instruction(compiler, 1, 0, 0, TMP_REG1, 0); in emit_unary()
1820 inst = emit_x86_instruction(compiler, 1, dst, 0, dst, 0); in emit_bswap()
2059 inst = emit_x86_instruction(compiler, 1, dst, 0, src2, src2w);
2132 inst = emit_x86_instruction(compiler, 1, dst, 0, src2, src2w);
2346 inst = emit_x86_instruction(compiler, 1, src2, 0, src1, src1w);
[all …]
H A DsljitNativeX86_64.c61 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, in emit_x86_instruction() function
331 inst = emit_x86_instruction(compiler, size, a, 0, b, immb); in emit_vex_instruction()
952 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in emit_fast_enter()
982 inst = emit_x86_instruction(compiler, 1, 0, 0, src, srcw); in emit_fast_return()
1144 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_s32)srcw, dst, dstw); in emit_mov_int()
1150 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_s32)srcw, dst, dstw); in emit_mov_int()
1163 inst = emit_x86_instruction(compiler, 1, dst_r, 0, src, srcw); in emit_mov_int()
1175 inst = emit_x86_instruction(compiler, 1, dst_r, 0, dst, dstw); in emit_mov_int()
1244 inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, SLJIT_IMM, 1, TMP_REG1, 0); in sljit_emit_fop1_conv_f64_from_uw()
1252 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, TMP_REG2, 0); in sljit_emit_fop1_conv_f64_from_uw()
H A DsljitNativeX86_32.c46 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, in emit_x86_instruction() function
265 inst = emit_x86_instruction(compiler, size, a, 0, b, immb); in emit_vex_instruction()
1178 inst = emit_x86_instruction(compiler, 1 | EX86_SSE2_OP1, 0, 0, src, srcw); in emit_fmov_before_return()
1195 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in emit_fast_enter()
1215 inst = emit_x86_instruction(compiler, 1, 0, 0, src, srcw); in emit_fast_return()
1405 inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, SLJIT_IMM, 1, TMP_REG1, 0); in sljit_emit_fop1_conv_f64_from_uw()
1409 inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, SLJIT_IMM, 1, TMP_REG1, 0); in sljit_emit_fop1_conv_f64_from_uw()
1460 inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, SLJIT_IMM, 1, TMP_REG1, 0); in sljit_emit_fop1_conv_f64_from_uw()

Completed in 23 milliseconds