Home
last modified time | relevance | path

Searched refs:RSET_FPR (Results 1 – 25 of 124) sorted by relevance

12345

/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_asm_arm64.h345 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fusemadd()
374 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fusenmadd()
468 Reg r = ra_alloc1(as, ref, RSET_FPR); in asm_gencall()
502 Reg dest = ra_dest(as, ir, RSET_FPR) & 31; in asm_setupresult()
588 RegSet allow = RSET_FPR; in asm_tobit()
605 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_conv()
688 dest = ra_dest(as, ir, RSET_FPR); in asm_strto()
1210 dest = ra_scratch(as, RSET_FPR); in asm_sload()
1386 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fparith()
1394 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fpunary()
[all …]
H A Dlj_target_mips.h84 #define RSET_FPR 0 macro
87 #define RSET_FPR \ macro
93 #define RSET_FPR RSET_RANGE(RID_MIN_FPR, RID_MAX_FPR) macro
96 #define RSET_ALL (RSET_GPR|RSET_FPR)
H A Dlj_target_arm.h74 #define RSET_FPR 0 macro
76 #define RSET_FPR (RSET_RANGE(RID_MIN_FPR, RID_MAX_FPR)) macro
78 #define RSET_ALL (RSET_GPR|RSET_FPR)
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_asm_arm64.h345 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fusemadd()
374 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fusenmadd()
468 Reg r = ra_alloc1(as, ref, RSET_FPR); in asm_gencall()
502 Reg dest = ra_dest(as, ir, RSET_FPR) & 31; in asm_setupresult()
588 RegSet allow = RSET_FPR; in asm_tobit()
605 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_conv()
688 dest = ra_dest(as, ir, RSET_FPR); in asm_strto()
1210 dest = ra_scratch(as, RSET_FPR); in asm_sload()
1386 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fparith()
1394 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fpunary()
[all …]
H A Dlj_target_mips.h84 #define RSET_FPR 0 macro
87 #define RSET_FPR \ macro
93 #define RSET_FPR RSET_RANGE(RID_MIN_FPR, RID_MAX_FPR) macro
96 #define RSET_ALL (RSET_GPR|RSET_FPR)
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_asm_arm.h323 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fusemadd()
370 src = ra_alloc1(as, ref, RSET_FPR); in asm_gencall()
515 RegSet allow = RSET_FPR; in asm_tobit()
541 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_conv()
640 rlo = ra_dest(as, ir, RSET_FPR); in asm_strto()
849 (ra_alloc1(as, refkey, RSET_FPR) & 15)); in asm_href()
1146 dest = ra_scratch(as, RSET_FPR); in asm_sload()
1330 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fparith()
1338 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fpunary()
1351 dest = ra_dest(as, ir, RSET_FPR); in asm_callround()
[all …]
H A Dlj_target_mips.h84 #define RSET_FPR 0 macro
87 #define RSET_FPR \ macro
93 #define RSET_FPR RSET_RANGE(RID_MIN_FPR, RID_MAX_FPR) macro
96 #define RSET_ALL (RSET_GPR|RSET_FPR)
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_asm_arm.h323 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fusemadd()
370 src = ra_alloc1(as, ref, RSET_FPR); in asm_gencall()
518 RegSet allow = RSET_FPR; in asm_tobit()
548 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_conv()
648 rlo = ra_dest(as, ir, RSET_FPR); in asm_strto()
857 (ra_alloc1(as, refkey, RSET_FPR) & 15)); in asm_href()
1162 dest = ra_scratch(as, RSET_FPR); in asm_sload()
1346 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fparith()
1354 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fpunary()
1367 dest = ra_dest(as, ir, RSET_FPR); in asm_callround()
[all …]
H A Dlj_target_mips.h84 #define RSET_FPR 0 macro
87 #define RSET_FPR \ macro
93 #define RSET_FPR RSET_RANGE(RID_MIN_FPR, RID_MAX_FPR) macro
96 #define RSET_ALL (RSET_GPR|RSET_FPR)
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlj_asm_arm.h323 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fusemadd()
370 src = ra_alloc1(as, ref, RSET_FPR); in asm_gencall()
515 RegSet allow = RSET_FPR; in asm_tobit()
541 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_conv()
640 rlo = ra_dest(as, ir, RSET_FPR); in asm_strto()
849 (ra_alloc1(as, refkey, RSET_FPR) & 15)); in asm_href()
1143 dest = ra_scratch(as, RSET_FPR); in asm_sload()
1327 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fparith()
1335 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fpunary()
1348 dest = ra_dest(as, ir, RSET_FPR); in asm_callround()
[all …]
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_asm_arm.h323 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fusemadd()
370 src = ra_alloc1(as, ref, RSET_FPR); in asm_gencall()
515 RegSet allow = RSET_FPR; in asm_tobit()
541 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_conv()
640 rlo = ra_dest(as, ir, RSET_FPR); in asm_strto()
849 (ra_alloc1(as, refkey, RSET_FPR) & 15)); in asm_href()
1146 dest = ra_scratch(as, RSET_FPR); in asm_sload()
1330 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fparith()
1338 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fpunary()
1351 dest = ra_dest(as, ir, RSET_FPR); in asm_callround()
[all …]
H A Dlj_target_mips.h84 #define RSET_FPR 0 macro
87 #define RSET_FPR \ macro
93 #define RSET_FPR RSET_RANGE(RID_MIN_FPR, RID_MAX_FPR) macro
96 #define RSET_ALL (RSET_GPR|RSET_FPR)
/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_asm_mips.h257 r = ra_alloc1(as, ref, RSET_FPR); in asm_gencall()
296 drop &= ~RSET_FPR; in asm_setupresult()
420 RegSet allow = RSET_FPR; in asm_tobit()
438 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_conv()
441 dest, ra_alloc1(as, lref, RSET_FPR)); in asm_conv()
645 key = ra_alloc1(as, refkey, RSET_FPR); in asm_href()
988 dest = ra_scratch(as, RSET_FPR); in asm_sload()
999 Reg tmp = ra_scratch(as, RSET_FPR); in asm_sload()
1138 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fparith()
1146 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fpunary()
[all …]
H A Dlj_asm_ppc.h239 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fusemadd()
269 Reg r = ra_alloc1(as, ref, RSET_FPR); in asm_gencall()
303 drop &= ~RSET_FPR; in asm_setupresult()
399 RegSet allow = RSET_FPR; in asm_tointg()
421 RegSet allow = RSET_FPR; in asm_tobit()
440 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_conv()
645 key = ra_alloc1(as, refkey, RSET_FPR); in asm_href()
1024 dest = ra_scratch(as, RSET_FPR); in asm_sload()
1036 dest = ra_scratch(as, RSET_FPR); in asm_sload()
1183 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fparith()
[all …]
H A Dlj_target_arm.h74 #define RSET_FPR 0 macro
76 #define RSET_FPR (RSET_RANGE(RID_MIN_FPR, RID_MAX_FPR)) macro
78 #define RSET_ALL (RSET_GPR|RSET_FPR)
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_asm_mips.h257 r = ra_alloc1(as, ref, RSET_FPR); in asm_gencall()
296 drop &= ~RSET_FPR; in asm_setupresult()
420 RegSet allow = RSET_FPR; in asm_tobit()
438 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_conv()
441 dest, ra_alloc1(as, lref, RSET_FPR)); in asm_conv()
649 key = ra_alloc1(as, refkey, RSET_FPR); in asm_href()
993 dest = ra_scratch(as, RSET_FPR); in asm_sload()
1004 Reg tmp = ra_scratch(as, RSET_FPR); in asm_sload()
1143 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fparith()
1151 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fpunary()
[all …]
H A Dlj_asm_ppc.h237 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fusemadd()
267 Reg r = ra_alloc1(as, ref, RSET_FPR); in asm_gencall()
301 drop &= ~RSET_FPR; in asm_setupresult()
397 RegSet allow = RSET_FPR; in asm_tointg()
419 RegSet allow = RSET_FPR; in asm_tobit()
438 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_conv()
643 key = ra_alloc1(as, refkey, RSET_FPR); in asm_href()
1023 dest = ra_scratch(as, RSET_FPR); in asm_sload()
1035 dest = ra_scratch(as, RSET_FPR); in asm_sload()
1182 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fparith()
[all …]
H A Dlj_target_arm.h74 #define RSET_FPR 0 macro
76 #define RSET_FPR (RSET_RANGE(RID_MIN_FPR, RID_MAX_FPR)) macro
78 #define RSET_ALL (RSET_GPR|RSET_FPR)
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_asm_mips.h257 r = ra_alloc1(as, ref, RSET_FPR); in asm_gencall()
296 drop &= ~RSET_FPR; in asm_setupresult()
420 RegSet allow = RSET_FPR; in asm_tobit()
438 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_conv()
441 dest, ra_alloc1(as, lref, RSET_FPR)); in asm_conv()
649 key = ra_alloc1(as, refkey, RSET_FPR); in asm_href()
993 dest = ra_scratch(as, RSET_FPR); in asm_sload()
1004 Reg tmp = ra_scratch(as, RSET_FPR); in asm_sload()
1143 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fparith()
1151 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fpunary()
[all …]
H A Dlj_asm_ppc.h237 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fusemadd()
267 Reg r = ra_alloc1(as, ref, RSET_FPR); in asm_gencall()
301 drop &= ~RSET_FPR; in asm_setupresult()
397 RegSet allow = RSET_FPR; in asm_tointg()
419 RegSet allow = RSET_FPR; in asm_tobit()
438 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_conv()
643 key = ra_alloc1(as, refkey, RSET_FPR); in asm_href()
1023 dest = ra_scratch(as, RSET_FPR); in asm_sload()
1035 dest = ra_scratch(as, RSET_FPR); in asm_sload()
1182 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fparith()
[all …]
H A Dlj_target_arm.h74 #define RSET_FPR 0 macro
76 #define RSET_FPR (RSET_RANGE(RID_MIN_FPR, RID_MAX_FPR)) macro
78 #define RSET_ALL (RSET_GPR|RSET_FPR)
/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_asm_mips.h257 r = ra_alloc1(as, ref, RSET_FPR); in asm_gencall()
296 drop &= ~RSET_FPR; in asm_setupresult()
420 RegSet allow = RSET_FPR; in asm_tobit()
438 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_conv()
441 dest, ra_alloc1(as, lref, RSET_FPR)); in asm_conv()
649 key = ra_alloc1(as, refkey, RSET_FPR); in asm_href()
993 dest = ra_scratch(as, RSET_FPR); in asm_sload()
1004 Reg tmp = ra_scratch(as, RSET_FPR); in asm_sload()
1143 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fparith()
1151 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fpunary()
[all …]
H A Dlj_asm_ppc.h237 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fusemadd()
267 Reg r = ra_alloc1(as, ref, RSET_FPR); in asm_gencall()
301 drop &= ~RSET_FPR; in asm_setupresult()
397 RegSet allow = RSET_FPR; in asm_tointg()
419 RegSet allow = RSET_FPR; in asm_tobit()
438 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_conv()
643 key = ra_alloc1(as, refkey, RSET_FPR); in asm_href()
1023 dest = ra_scratch(as, RSET_FPR); in asm_sload()
1035 dest = ra_scratch(as, RSET_FPR); in asm_sload()
1182 Reg dest = ra_dest(as, ir, RSET_FPR); in asm_fparith()
[all …]
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_target_mips.h84 #define RSET_FPR 0 macro
87 #define RSET_FPR \ macro
93 #define RSET_FPR RSET_RANGE(RID_MIN_FPR, RID_MAX_FPR) macro
96 #define RSET_ALL (RSET_GPR|RSET_FPR)
H A Dlj_target_arm.h74 #define RSET_FPR 0 macro
76 #define RSET_FPR (RSET_RANGE(RID_MIN_FPR, RID_MAX_FPR)) macro
78 #define RSET_ALL (RSET_GPR|RSET_FPR)

12345