Home
last modified time | relevance | path

Searched refs:asm_fuseahuref (Results 1 – 25 of 50) sorted by relevance

12

/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlj_asm_x86.h165 static void asm_fuseahuref(ASMState *as, IRRef ref, RegSet allow) in asm_fuseahuref() function
355 asm_fuseahuref(as, ir->op1, xallow); in asm_fuseload()
368 asm_fuseahuref(as, ir->op1, xallow); in asm_fuseload()
1327 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1336 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1339 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1360 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahustore()
1365 asm_fuseahuref(as, ir->op1, rset_exclude(RSET_GPR, src)); in asm_ahustore()
1376 asm_fuseahuref(as, ir->op1, allow); in asm_ahustore()
H A Dlj_asm_arm.h155 static Reg asm_fuseahuref(ASMState *as, IRRef ref, int32_t *ofsp, RegSet allow, in asm_fuseahuref() function
1071 idx = asm_fuseahuref(as, ir->op1, &ofs, allow, in asm_ahuvload()
1105 idx = asm_fuseahuref(as, ir->op1, &ofs, allow, 1024); in asm_ahustore()
1119 idx = asm_fuseahuref(as, ir->op1, &ofs, rset_exclude(allow, type), 4096); in asm_ahustore()
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_asm_x86.h181 static void asm_fuseahuref(ASMState *as, IRRef ref, RegSet allow) in asm_fuseahuref() function
476 asm_fuseahuref(as, ir->op1, xallow); in asm_fuseload()
489 asm_fuseahuref(as, ir->op1, xallow); in asm_fuseload()
1548 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1558 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1586 asm_fuseahuref(as, ir->op1, gpr); in asm_ahuvload()
1629 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahustore()
1634 asm_fuseahuref(as, ir->op1, rset_exclude(RSET_GPR, src)); in asm_ahustore()
1641 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahustore()
1661 asm_fuseahuref(as, ir->op1, allow); in asm_ahustore()
H A Dlj_asm_arm64.h161 static Reg asm_fuseahuref(ASMState *as, IRRef ref, int32_t *ofsp, RegSet allow, in asm_fuseahuref() function
1085 idx = asm_fuseahuref(as, ir->op1, &ofs, rset_clear(gpr, type), A64I_LDRx); in asm_ahuvload()
1117 idx = asm_fuseahuref(as, ir->op1, &ofs, allow, A64I_STRd); in asm_ahustore()
1133 idx = asm_fuseahuref(as, ir->op1, &ofs, rset_exclude(allow, type), in asm_ahustore()
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_asm_x86.h181 static void asm_fuseahuref(ASMState *as, IRRef ref, RegSet allow) in asm_fuseahuref() function
476 asm_fuseahuref(as, ir->op1, xallow); in asm_fuseload()
489 asm_fuseahuref(as, ir->op1, xallow); in asm_fuseload()
1548 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1558 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1586 asm_fuseahuref(as, ir->op1, gpr); in asm_ahuvload()
1629 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahustore()
1634 asm_fuseahuref(as, ir->op1, rset_exclude(RSET_GPR, src)); in asm_ahustore()
1641 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahustore()
1661 asm_fuseahuref(as, ir->op1, allow); in asm_ahustore()
H A Dlj_asm_arm64.h161 static Reg asm_fuseahuref(ASMState *as, IRRef ref, int32_t *ofsp, RegSet allow, in asm_fuseahuref() function
1134 idx = asm_fuseahuref(as, ir->op1, &ofs, rset_clear(gpr, type), A64I_LDRx); in asm_ahuvload()
1166 idx = asm_fuseahuref(as, ir->op1, &ofs, allow, A64I_STRd); in asm_ahustore()
1182 idx = asm_fuseahuref(as, ir->op1, &ofs, rset_exclude(allow, type), in asm_ahustore()
H A Dlj_asm_mips.h158 static Reg asm_fuseahuref(ASMState *as, IRRef ref, int32_t *ofsp, RegSet allow) in asm_fuseahuref() function
1406 idx = asm_fuseahuref(as, ir->op1, &ofs, allow); in asm_ahuvload()
1447 idx = asm_fuseahuref(as, ir->op1, &ofs, allow); in asm_ahustore()
1460 idx = asm_fuseahuref(as, ir->op1, &ofs, allow); in asm_ahustore()
1475 idx = asm_fuseahuref(as, ir->op1, &ofs, allow); in asm_ahustore()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_asm_x86.h181 static void asm_fuseahuref(ASMState *as, IRRef ref, RegSet allow) in asm_fuseahuref() function
476 asm_fuseahuref(as, ir->op1, xallow); in asm_fuseload()
489 asm_fuseahuref(as, ir->op1, xallow); in asm_fuseload()
1548 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1558 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1586 asm_fuseahuref(as, ir->op1, gpr); in asm_ahuvload()
1629 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahustore()
1634 asm_fuseahuref(as, ir->op1, rset_exclude(RSET_GPR, src)); in asm_ahustore()
1641 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahustore()
1661 asm_fuseahuref(as, ir->op1, allow); in asm_ahustore()
H A Dlj_asm_arm64.h161 static Reg asm_fuseahuref(ASMState *as, IRRef ref, int32_t *ofsp, RegSet allow, in asm_fuseahuref() function
1134 idx = asm_fuseahuref(as, ir->op1, &ofs, rset_clear(gpr, type), A64I_LDRx); in asm_ahuvload()
1166 idx = asm_fuseahuref(as, ir->op1, &ofs, allow, A64I_STRd); in asm_ahustore()
1182 idx = asm_fuseahuref(as, ir->op1, &ofs, rset_exclude(allow, type), in asm_ahustore()
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_asm_x86.h181 static void asm_fuseahuref(ASMState *as, IRRef ref, RegSet allow) in asm_fuseahuref() function
465 asm_fuseahuref(as, ir->op1, xallow); in asm_fuseload()
478 asm_fuseahuref(as, ir->op1, xallow); in asm_fuseload()
1516 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1525 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1552 asm_fuseahuref(as, ir->op1, gpr); in asm_ahuvload()
1593 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahustore()
1598 asm_fuseahuref(as, ir->op1, rset_exclude(RSET_GPR, src)); in asm_ahustore()
1605 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahustore()
1625 asm_fuseahuref(as, ir->op1, allow); in asm_ahustore()
H A Dlj_asm_mips.h141 static Reg asm_fuseahuref(ASMState *as, IRRef ref, int32_t *ofsp, RegSet allow) in asm_fuseahuref() function
1227 idx = asm_fuseahuref(as, ir->op1, &ofs, allow); in asm_ahuvload()
1267 idx = asm_fuseahuref(as, ir->op1, &ofs, allow); in asm_ahustore()
1280 idx = asm_fuseahuref(as, ir->op1, &ofs, allow); in asm_ahustore()
1295 idx = asm_fuseahuref(as, ir->op1, &ofs, allow); in asm_ahustore()
H A Dlj_asm_arm64.h161 static Reg asm_fuseahuref(ASMState *as, IRRef ref, int32_t *ofsp, RegSet allow, in asm_fuseahuref() function
1045 idx = asm_fuseahuref(as, ir->op1, &ofs, rset_clear(gpr, type), A64I_LDRx); in asm_ahuvload()
1075 idx = asm_fuseahuref(as, ir->op1, &ofs, allow, A64I_STRd); in asm_ahustore()
1091 idx = asm_fuseahuref(as, ir->op1, &ofs, rset_exclude(allow, type), in asm_ahustore()
H A Dlj_asm_arm.h155 static Reg asm_fuseahuref(ASMState *as, IRRef ref, int32_t *ofsp, RegSet allow, in asm_fuseahuref() function
1074 idx = asm_fuseahuref(as, ir->op1, &ofs, allow, in asm_ahuvload()
1108 idx = asm_fuseahuref(as, ir->op1, &ofs, allow, 1024); in asm_ahustore()
1122 idx = asm_fuseahuref(as, ir->op1, &ofs, rset_exclude(allow, type), 4096); in asm_ahustore()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_asm_x86.h181 static void asm_fuseahuref(ASMState *as, IRRef ref, RegSet allow) in asm_fuseahuref() function
469 asm_fuseahuref(as, ir->op1, xallow); in asm_fuseload()
482 asm_fuseahuref(as, ir->op1, xallow); in asm_fuseload()
1526 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1535 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1562 asm_fuseahuref(as, ir->op1, gpr); in asm_ahuvload()
1604 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahustore()
1609 asm_fuseahuref(as, ir->op1, rset_exclude(RSET_GPR, src)); in asm_ahustore()
1616 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahustore()
1636 asm_fuseahuref(as, ir->op1, allow); in asm_ahustore()
H A Dlj_asm_mips.h146 static Reg asm_fuseahuref(ASMState *as, IRRef ref, int32_t *ofsp, RegSet allow)
1354 idx = asm_fuseahuref(as, ir->op1, &ofs, allow);
1394 idx = asm_fuseahuref(as, ir->op1, &ofs, allow);
1407 idx = asm_fuseahuref(as, ir->op1, &ofs, allow);
1422 idx = asm_fuseahuref(as, ir->op1, &ofs, allow);
H A Dlj_asm_arm.h155 static Reg asm_fuseahuref(ASMState *as, IRRef ref, int32_t *ofsp, RegSet allow, in asm_fuseahuref() function
1087 idx = asm_fuseahuref(as, ir->op1, &ofs, allow, in asm_ahuvload()
1121 idx = asm_fuseahuref(as, ir->op1, &ofs, allow, 1024); in asm_ahustore()
1135 idx = asm_fuseahuref(as, ir->op1, &ofs, rset_exclude(allow, type), 4096); in asm_ahustore()
H A Dlj_asm_arm64.h161 static Reg asm_fuseahuref(ASMState *as, IRRef ref, int32_t *ofsp, RegSet allow, in asm_fuseahuref() function
1061 idx = asm_fuseahuref(as, ir->op1, &ofs, rset_clear(gpr, type), A64I_LDRx); in asm_ahuvload()
1092 idx = asm_fuseahuref(as, ir->op1, &ofs, allow, A64I_STRd); in asm_ahustore()
1108 idx = asm_fuseahuref(as, ir->op1, &ofs, rset_exclude(allow, type), in asm_ahustore()
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_asm_x86.h181 static void asm_fuseahuref(ASMState *as, IRRef ref, RegSet allow) in asm_fuseahuref() function
465 asm_fuseahuref(as, ir->op1, xallow); in asm_fuseload()
478 asm_fuseahuref(as, ir->op1, xallow); in asm_fuseload()
1516 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1525 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1552 asm_fuseahuref(as, ir->op1, gpr); in asm_ahuvload()
1593 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahustore()
1598 asm_fuseahuref(as, ir->op1, rset_exclude(RSET_GPR, src)); in asm_ahustore()
1605 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahustore()
1625 asm_fuseahuref(as, ir->op1, allow); in asm_ahustore()
H A Dlj_asm_mips.h141 static Reg asm_fuseahuref(ASMState *as, IRRef ref, int32_t *ofsp, RegSet allow) in asm_fuseahuref() function
1227 idx = asm_fuseahuref(as, ir->op1, &ofs, allow); in asm_ahuvload()
1267 idx = asm_fuseahuref(as, ir->op1, &ofs, allow); in asm_ahustore()
1280 idx = asm_fuseahuref(as, ir->op1, &ofs, allow); in asm_ahustore()
1295 idx = asm_fuseahuref(as, ir->op1, &ofs, allow); in asm_ahustore()
H A Dlj_asm_arm.h155 static Reg asm_fuseahuref(ASMState *as, IRRef ref, int32_t *ofsp, RegSet allow, in asm_fuseahuref() function
1074 idx = asm_fuseahuref(as, ir->op1, &ofs, allow, in asm_ahuvload()
1108 idx = asm_fuseahuref(as, ir->op1, &ofs, allow, 1024); in asm_ahustore()
1122 idx = asm_fuseahuref(as, ir->op1, &ofs, rset_exclude(allow, type), 4096); in asm_ahustore()
H A Dlj_asm_arm64.h161 static Reg asm_fuseahuref(ASMState *as, IRRef ref, int32_t *ofsp, RegSet allow, in asm_fuseahuref() function
1045 idx = asm_fuseahuref(as, ir->op1, &ofs, rset_clear(gpr, type), A64I_LDRx); in asm_ahuvload()
1075 idx = asm_fuseahuref(as, ir->op1, &ofs, allow, A64I_STRd); in asm_ahustore()
1091 idx = asm_fuseahuref(as, ir->op1, &ofs, rset_exclude(allow, type), in asm_ahustore()
/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_asm_x86.h165 static void asm_fuseahuref(ASMState *as, IRRef ref, RegSet allow) in asm_fuseahuref() function
355 asm_fuseahuref(as, ir->op1, xallow); in asm_fuseload()
368 asm_fuseahuref(as, ir->op1, xallow); in asm_fuseload()
1378 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1387 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1390 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1411 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahustore()
1416 asm_fuseahuref(as, ir->op1, rset_exclude(RSET_GPR, src)); in asm_ahustore()
1427 asm_fuseahuref(as, ir->op1, allow); in asm_ahustore()
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_asm_x86.h165 static void asm_fuseahuref(ASMState *as, IRRef ref, RegSet allow) in asm_fuseahuref() function
347 asm_fuseahuref(as, ir->op1, xallow); in asm_fuseload()
360 asm_fuseahuref(as, ir->op1, xallow); in asm_fuseload()
1371 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1380 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1383 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1404 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahustore()
1409 asm_fuseahuref(as, ir->op1, rset_exclude(RSET_GPR, src)); in asm_ahustore()
1420 asm_fuseahuref(as, ir->op1, allow); in asm_ahustore()
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_asm_x86.h165 static void asm_fuseahuref(ASMState *as, IRRef ref, RegSet allow) in asm_fuseahuref() function
347 asm_fuseahuref(as, ir->op1, xallow); in asm_fuseload()
360 asm_fuseahuref(as, ir->op1, xallow); in asm_fuseload()
1371 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1380 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1383 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1404 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahustore()
1409 asm_fuseahuref(as, ir->op1, rset_exclude(RSET_GPR, src)); in asm_ahustore()
1420 asm_fuseahuref(as, ir->op1, allow); in asm_ahustore()
/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_asm_x86.h165 static void asm_fuseahuref(ASMState *as, IRRef ref, RegSet allow) in asm_fuseahuref() function
347 asm_fuseahuref(as, ir->op1, xallow); in asm_fuseload()
360 asm_fuseahuref(as, ir->op1, xallow); in asm_fuseload()
1371 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1380 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1383 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahuvload()
1404 asm_fuseahuref(as, ir->op1, RSET_GPR); in asm_ahustore()
1409 asm_fuseahuref(as, ir->op1, rset_exclude(RSET_GPR, src)); in asm_ahustore()
1420 asm_fuseahuref(as, ir->op1, allow); in asm_ahustore()

12