Lines Matching refs:emit_x86_instruction

885 		inst = emit_x86_instruction(compiler, 1, src, 0, dst, dstw);  in emit_mov()
908 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, dst, dstw); in emit_mov()
914 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, srcw, dst, dstw); in emit_mov()
920 inst = emit_x86_instruction(compiler, 1, dst, 0, src, srcw); in emit_mov()
928 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, src, srcw); in emit_mov()
931 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, dst, dstw); in emit_mov()
986 inst = emit_x86_instruction(compiler, 1, SLJIT_R1, 0, SLJIT_R1, 0); in sljit_emit_op0()
988 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, TMP_REG1, 0); in sljit_emit_op0()
1109 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, srcw, dst, 0); in emit_mov_byte()
1115 …inst = emit_x86_instruction(compiler, 1 | EX86_BYTE_ARG | EX86_NO_REXW, SLJIT_IMM, srcw, dst, dstw… in emit_mov_byte()
1141 inst = emit_x86_instruction(compiler, 2, dst, 0, dst, 0); in emit_mov_byte()
1151 inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, SLJIT_IMM, 24, dst, 0); in emit_mov_byte()
1155 inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, SLJIT_IMM, 24, dst, 0); in emit_mov_byte()
1160 inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, 0xff, dst, 0); in emit_mov_byte()
1170 inst = emit_x86_instruction(compiler, 2, dst_r, 0, src, srcw); in emit_mov_byte()
1199 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst_r, 0); in emit_mov_byte()
1204 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst, dstw); in emit_mov_byte()
1212 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst_r, 0); in emit_mov_byte()
1218 inst = emit_x86_instruction(compiler, 1, dst_r, 0, dst, dstw); in emit_mov_byte()
1223 inst = emit_x86_instruction(compiler, 1 | EX86_REX | EX86_NO_REXW, dst_r, 0, dst, dstw); in emit_mov_byte()
1241 inst = emit_x86_instruction(compiler, 2, 0, 0, src, srcw); in emit_prefetch()
1272 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, srcw, dst, 0); in emit_mov_half()
1278 …inst = emit_x86_instruction(compiler, 1 | EX86_HALF_ARG | EX86_NO_REXW | EX86_PREF_66, SLJIT_IMM, … in emit_mov_half()
1289 inst = emit_x86_instruction(compiler, 2, dst_r, 0, src, srcw); in emit_mov_half()
1296 inst = emit_x86_instruction(compiler, 1 | EX86_NO_REXW | EX86_PREF_66, dst_r, 0, dst, dstw); in emit_mov_half()
1312 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in emit_unary()
1324 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, 0); in emit_unary()
1332 inst = emit_x86_instruction(compiler, 1, 0, 0, TMP_REG1, 0); in emit_unary()
1351 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, 0); in emit_not_with_flags()
1355 inst = emit_x86_instruction(compiler, 1, dst, 0, dst, 0); in emit_not_with_flags()
1362 inst = emit_x86_instruction(compiler, 1, 0, 0, TMP_REG1, 0); in emit_not_with_flags()
1366 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, TMP_REG1, 0); in emit_not_with_flags()
1391 inst = emit_x86_instruction(compiler, 2, dst_r, 0, src, srcw); in emit_clz()
1400 inst = emit_x86_instruction(compiler, 2, dst_r, 0, TMP_REG1, 0); in emit_clz()
1403 inst = emit_x86_instruction(compiler, 2, dst_r, 0, SLJIT_MEM0(), (sljit_sw)&emit_clz_arg); in emit_clz()
1412 inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, 31, dst_r, 0); in emit_clz()
1417 inst = emit_x86_instruction(compiler, 2, dst_r, 0, TMP_REG2, 0); in emit_clz()
1425 …inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? 63… in emit_clz()
1575 inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, immw, arg, argw); \
1581 inst = emit_x86_instruction(compiler, 1, (arg == TMP_REG1) ? TMP_REG2 : TMP_REG1, 0, arg, argw); \
1592 inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, immw, arg, argw); \
1619 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, src2, src2w);
1640 inst = emit_x86_instruction(compiler, 1, dst, dstw, src2, src2w);
1646 inst = emit_x86_instruction(compiler, 1, src2, src2w, dst, dstw);
1652 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, dst, dstw);
1674 inst = emit_x86_instruction(compiler, 1, dst, dstw, src1, src1w);
1679 inst = emit_x86_instruction(compiler, 1, src1, src1w, dst, dstw);
1685 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, dst, dstw);
1699 inst = emit_x86_instruction(compiler, 1, dst, 0, src2, src2w);
1711 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, src2, src2w);
1739 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, src2, src2w);
1760 inst = emit_x86_instruction(compiler, 1, dst, dstw, src2, src2w);
1765 inst = emit_x86_instruction(compiler, 1, src2, src2w, dst, dstw);
1771 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, dst, dstw);
1785 inst = emit_x86_instruction(compiler, 1, dst, 0, src2, src2w);
1797 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, src2, src2w);
1819 inst = emit_x86_instruction(compiler, 2, dst_r, 0, src2, src2w);
1825 inst = emit_x86_instruction(compiler, 2, dst_r, 0, src1, src1w);
1838 inst = emit_x86_instruction(compiler, 1, dst_r, 0, src2, src2w);
1848 inst = emit_x86_instruction(compiler, 1, dst_r, 0, src2, src2w);
1858 inst = emit_x86_instruction(compiler, 1, dst_r, 0, src2, src2w);
1870 inst = emit_x86_instruction(compiler, 2, dst_r, 0, TMP_REG2, 0);
1881 inst = emit_x86_instruction(compiler, 1, dst_r, 0, src1, src1w);
1891 inst = emit_x86_instruction(compiler, 1, dst_r, 0, src1, src1w);
1901 inst = emit_x86_instruction(compiler, 1, dst_r, 0, src1, src1w);
1913 inst = emit_x86_instruction(compiler, 2, dst_r, 0, TMP_REG2, 0);
1925 inst = emit_x86_instruction(compiler, 2, dst_r, 0, src2, src2w);
1955 inst = emit_x86_instruction(compiler, 1, dst_r, 0, SLJIT_MEM2(src1, src2), 0);
1962 inst = emit_x86_instruction(compiler, 1, dst_r, 0, SLJIT_MEM1(src1), (sljit_s32)src2w);
1965 inst = emit_x86_instruction(compiler, 1, dst_r, 0, SLJIT_MEM1(src1), src2w);
1975 inst = emit_x86_instruction(compiler, 1, dst_r, 0, SLJIT_MEM1(src2), (sljit_s32)src1w);
1978 inst = emit_x86_instruction(compiler, 1, dst_r, 0, SLJIT_MEM1(src2), src1w);
2014 inst = emit_x86_instruction(compiler, 1, src1, 0, src2, src2w);
2022 inst = emit_x86_instruction(compiler, 1, src2, 0, src1, src1w);
2038 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, src2, src2w);
2073 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, src2w, src1, src1w);
2079 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, src1, src1w);
2084 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, src2w, src1, src1w);
2091 inst = emit_x86_instruction(compiler, 1, src1, 0, src2, src2w);
2102 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, src1w, src2, src2w);
2108 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, src2, src2w);
2113 inst = emit_x86_instruction(compiler, 1, src1, src1w, src2, src2w);
2120 inst = emit_x86_instruction(compiler, 1, src2, 0, src1, src1w);
2131 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, src2w, TMP_REG1, 0);
2137 inst = emit_x86_instruction(compiler, 1, TMP_REG2, 0, TMP_REG1, 0);
2142 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, src2w, TMP_REG1, 0);
2148 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, src2, src2w);
2165 inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, src2, src2w, dst, dstw);
2172 inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, src2, src2w, TMP_REG1, 0);
2179 inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, SLJIT_PREF_SHIFT_REG, 0, TMP_REG1, 0);
2187 inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, src2, src2w, dst, 0);
2194 inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, src2, src2w, TMP_REG1, 0);
2204 inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, SLJIT_PREF_SHIFT_REG, 0, TMP_REG1, 0);
2214 inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, SLJIT_PREF_SHIFT_REG, 0, dst, 0);
2226 inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, SLJIT_PREF_SHIFT_REG, 0, TMP_REG1, 0);
2233 inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, SLJIT_PREF_SHIFT_REG, 0, TMP_REG1, 0);
2446 …inst = emit_x86_instruction(compiler, 2 | (single ? EX86_PREF_F3 : EX86_PREF_F2) | EX86_SSE2, xmm1…
2458 …inst = emit_x86_instruction(compiler, 2 | (pref66 ? EX86_PREF_66 : 0) | EX86_SSE2, xmm1, 0, xmm2, …
2489 …inst = emit_x86_instruction(compiler, 2 | ((op & SLJIT_F32_OP) ? EX86_PREF_F3 : EX86_PREF_F2) | EX…
2521 …inst = emit_x86_instruction(compiler, 2 | ((op & SLJIT_F32_OP) ? EX86_PREF_F3 : EX86_PREF_F2) | EX…
2764 inst = emit_x86_instruction(compiler, 1, 0, 0, src, srcw);
2990 inst = emit_x86_instruction(compiler, 2, dst_reg, 0, src, srcw);