Home
last modified time | relevance | path

Searched refs:emit_move (Results 1 – 25 of 73) sorted by relevance

123

/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_emit_mips.h169 #define emit_move(as, dst, src) \ macro
176 emit_move(as, dst, src); in emit_movrr()
H A Dlj_asm_mips.h667 emit_move(as, dest, tmp1); in asm_href()
1240 if (dest == left) emit_move(as, RID_TMP, left); in asm_arithov()
1259 emit_move(as, RID_TMP, dest == left ? left : right); in asm_arithov()
1298 emit_move(as, dest, left); in asm_add64()
1303 emit_move(as, dest, tmp); in asm_add64()
1314 emit_move(as, dest, tmp); in asm_add64()
1334 emit_move(as, dest, tmp); in asm_sub64()
1460 if (dest != right) emit_move(as, dest, right); in asm_min_max()
1730 emit_move(as, r, RID_BASE); in asm_head_root_base()
1748 emit_move(as, r, irp->r); /* Move from coalesced parent reg. */ in asm_head_side_base()
/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_emit_mips.h169 #define emit_move(as, dst, src) \ macro
176 emit_move(as, dst, src); in emit_movrr()
H A Dlj_asm_mips.h663 emit_move(as, dest, tmp1); in asm_href()
1235 if (dest == left) emit_move(as, RID_TMP, left); in asm_arithov()
1254 emit_move(as, RID_TMP, dest == left ? left : right); in asm_arithov()
1293 emit_move(as, dest, left); in asm_add64()
1298 emit_move(as, dest, tmp); in asm_add64()
1309 emit_move(as, dest, tmp); in asm_add64()
1329 emit_move(as, dest, tmp); in asm_sub64()
1455 if (dest != right) emit_move(as, dest, right); in asm_min_max()
1725 emit_move(as, r, RID_BASE); in asm_head_root_base()
1743 emit_move(as, r, irp->r); /* Move from coalesced parent reg. */ in asm_head_side_base()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlj_emit_mips.h171 #define emit_move(as, dst, src) \ macro
178 emit_move(as, dst, src); in emit_movrr()
H A Dlj_asm_mips.h689 emit_move(as, dest, tmp2); in asm_href()
1318 if (dest == left) emit_move(as, RID_TMP, left); in asm_arithov()
1337 emit_move(as, RID_TMP, dest == left ? left : right); in asm_arithov()
1384 emit_move(as, dest, left); in asm_add64()
1389 emit_move(as, dest, tmp); in asm_add64()
1400 emit_move(as, dest, tmp); in asm_add64()
1420 emit_move(as, dest, tmp); in asm_sub64()
1571 if (dest != right) emit_move(as, dest, right); in asm_min_max()
1969 emit_move(as, r, RID_BASE); in asm_head_root_base()
1987 emit_move(as, r, irp->r); /* Move from coalesced parent reg. */ in asm_head_side_base()
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_emit_mips.h169 #define emit_move(as, dst, src) \ macro
176 emit_move(as, dst, src); in emit_movrr()
H A Dlj_asm_mips.h667 emit_move(as, dest, tmp1); in asm_href()
1240 if (dest == left) emit_move(as, RID_TMP, left); in asm_arithov()
1259 emit_move(as, RID_TMP, dest == left ? left : right); in asm_arithov()
1298 emit_move(as, dest, left); in asm_add64()
1303 emit_move(as, dest, tmp); in asm_add64()
1314 emit_move(as, dest, tmp); in asm_add64()
1334 emit_move(as, dest, tmp); in asm_sub64()
1460 if (dest != right) emit_move(as, dest, right); in asm_min_max()
1730 emit_move(as, r, RID_BASE); in asm_head_root_base()
1748 emit_move(as, r, irp->r); /* Move from coalesced parent reg. */ in asm_head_side_base()
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_emit_mips.h169 #define emit_move(as, dst, src) \ macro
176 emit_move(as, dst, src); in emit_movrr()
H A Dlj_asm_mips.h667 emit_move(as, dest, tmp1); in asm_href()
1240 if (dest == left) emit_move(as, RID_TMP, left); in asm_arithov()
1259 emit_move(as, RID_TMP, dest == left ? left : right); in asm_arithov()
1298 emit_move(as, dest, left); in asm_add64()
1303 emit_move(as, dest, tmp); in asm_add64()
1314 emit_move(as, dest, tmp); in asm_add64()
1334 emit_move(as, dest, tmp); in asm_sub64()
1460 if (dest != right) emit_move(as, dest, right); in asm_min_max()
1730 emit_move(as, r, RID_BASE); in asm_head_root_base()
1748 emit_move(as, r, irp->r); /* Move from coalesced parent reg. */ in asm_head_side_base()
/dports/lang/php81/php-8.1.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c1050 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in emit_rr()
1055 FAIL_IF(emit_move(compiler, tmp1, src2, src2w)); in emit_rr()
1078 FAIL_IF(emit_move(compiler, tmp0, src1, src1w)); in emit_rrf()
1083 FAIL_IF(emit_move(compiler, tmp1, src2, src2w)); in emit_rrf()
1110 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in emit_ri()
1126 FAIL_IF(emit_move(compiler, tmp0, src1, src1w)); in emit_rie_d()
1162 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in emit_rx()
2391 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in sljit_emit_bitwise_imm()
2489 FAIL_IF(emit_move(compiler, tmp0, src1, src1w)); in sljit_emit_bitwise()
2529 FAIL_IF(emit_move(compiler, tmp0, src1, src1w)); in sljit_emit_shift()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c1050 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in emit_rr()
1055 FAIL_IF(emit_move(compiler, tmp1, src2, src2w)); in emit_rr()
1078 FAIL_IF(emit_move(compiler, tmp0, src1, src1w)); in emit_rrf()
1083 FAIL_IF(emit_move(compiler, tmp1, src2, src2w)); in emit_rrf()
1110 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in emit_ri()
1126 FAIL_IF(emit_move(compiler, tmp0, src1, src1w)); in emit_rie_d()
1162 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in emit_rx()
2391 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in sljit_emit_bitwise_imm()
2489 FAIL_IF(emit_move(compiler, tmp0, src1, src1w)); in sljit_emit_bitwise()
2529 FAIL_IF(emit_move(compiler, tmp0, src1, src1w)); in sljit_emit_shift()
[all …]
/dports/devel/pcre2/pcre2-35fee41/src/sljit/
H A DsljitNativeS390X.c1050 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in emit_rr()
1055 FAIL_IF(emit_move(compiler, tmp1, src2, src2w)); in emit_rr()
1078 FAIL_IF(emit_move(compiler, tmp0, src1, src1w)); in emit_rrf()
1083 FAIL_IF(emit_move(compiler, tmp1, src2, src2w)); in emit_rrf()
1110 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in emit_ri()
1126 FAIL_IF(emit_move(compiler, tmp0, src1, src1w)); in emit_rie_d()
1162 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in emit_rx()
2391 FAIL_IF(emit_move(compiler, dst_r, src1, src1w)); in sljit_emit_bitwise_imm()
2489 FAIL_IF(emit_move(compiler, tmp0, src1, src1w)); in sljit_emit_bitwise()
2529 FAIL_IF(emit_move(compiler, tmp0, src1, src1w)); in sljit_emit_shift()
[all …]
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_emit_mips.h268 #define emit_move(as, dst, src) \ macro
275 emit_move(as, dst, src); in emit_movrr()
H A Dlj_asm_mips.h527 emit_move(as, REGARG_FIRSTGPR, r); in asm_tointg()
1027 emit_move(as, dest, tmp1); in asm_href()
1536 emit_move(as, REGARG_FIRSTGPR, tmp); in asm_sload()
1899 if (dest == left) emit_move(as, RID_TMP, left); in asm_arithov()
1970 emit_move(as, dest, left); in asm_add64()
1975 emit_move(as, dest, tmp); in asm_add64()
1986 emit_move(as, dest, tmp); in asm_add64()
2006 emit_move(as, dest, tmp); in asm_sub64()
2181 if (dest != left) emit_move(as, dest, left); in asm_min_max()
2188 if (dest != right) emit_move(as, dest, right); in asm_min_max()
[all …]
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_emit_mips.h268 #define emit_move(as, dst, src) \ macro
275 emit_move(as, dst, src); in emit_movrr()
H A Dlj_asm_mips.h527 emit_move(as, REGARG_FIRSTGPR, r); in asm_tointg()
1027 emit_move(as, dest, tmp1); in asm_href()
1536 emit_move(as, REGARG_FIRSTGPR, tmp); in asm_sload()
1899 if (dest == left) emit_move(as, RID_TMP, left); in asm_arithov()
1970 emit_move(as, dest, left); in asm_add64()
1975 emit_move(as, dest, tmp); in asm_add64()
1986 emit_move(as, dest, tmp); in asm_add64()
2006 emit_move(as, dest, tmp); in asm_sub64()
2181 if (dest != left) emit_move(as, dest, left); in asm_min_max()
2188 if (dest != right) emit_move(as, dest, right); in asm_min_max()
[all …]
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_emit_mips.h268 #define emit_move(as, dst, src) \ macro
275 emit_move(as, dst, src); in emit_movrr()
H A Dlj_asm_mips.h527 emit_move(as, REGARG_FIRSTGPR, r); in asm_tointg()
1027 emit_move(as, dest, tmp1); in asm_href()
1536 emit_move(as, REGARG_FIRSTGPR, tmp); in asm_sload()
1899 if (dest == left) emit_move(as, RID_TMP, left); in asm_arithov()
1970 emit_move(as, dest, left); in asm_add64()
1975 emit_move(as, dest, tmp); in asm_add64()
1986 emit_move(as, dest, tmp); in asm_add64()
2006 emit_move(as, dest, tmp); in asm_sub64()
2181 if (dest != left) emit_move(as, dest, left); in asm_min_max()
2188 if (dest != right) emit_move(as, dest, right); in asm_min_max()
[all …]
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_emit_mips.h251 #define emit_move(as, dst, src) \ macro
258 emit_move(as, dst, src); in emit_movrr()
H A Dlj_asm_mips.h853 emit_move(as, dest, tmp1); in asm_href()
1693 if (dest == left) emit_move(as, RID_TMP, left); in asm_arithov()
1712 emit_move(as, RID_TMP, dest == left ? left : right); in asm_arithov()
1759 emit_move(as, dest, left); in asm_add64()
1764 emit_move(as, dest, tmp); in asm_add64()
1775 emit_move(as, dest, tmp); in asm_add64()
1795 emit_move(as, dest, tmp); in asm_sub64()
1959 if (dest != right) emit_move(as, dest, right); in asm_min_max()
2368 emit_move(as, r, RID_BASE); in asm_head_root_base()
2386 emit_move(as, r, irp->r); /* Move from coalesced parent reg. */ in asm_head_side_base()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_emit_mips.h268 #define emit_move(as, dst, src) \
275 emit_move(as, dst, src);
H A Dlj_asm_mips.h497 emit_move(as, REGARG_FIRSTGPR, r);
975 emit_move(as, dest, tmp1);
1483 emit_move(as, REGARG_FIRSTGPR, tmp);
1846 if (dest == left) emit_move(as, RID_TMP, left);
1917 emit_move(as, dest, left);
1922 emit_move(as, dest, tmp);
1933 emit_move(as, dest, tmp);
1953 emit_move(as, dest, tmp);
2128 if (dest != left) emit_move(as, dest, left);
2135 if (dest != right) emit_move(as, dest, right);
[all …]
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_emit_mips.h251 #define emit_move(as, dst, src) \ macro
258 emit_move(as, dst, src); in emit_movrr()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/
H A Devent.hpp61 event emit_move ();

123