Home
last modified time | relevance | path

Searched refs:ra_hintalloc (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_asm_ppc.h9 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
1195 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1225 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_add()
1283 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_sub()
1296 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_mul()
1328 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
1445 left = ra_hintalloc(as, irl->op1, dest, RSET_GPR); in asm_bitnot()
1449 left = right = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitnot()
1478 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitop()
1581 left = ra_hintalloc(as, lref, dest, RSET_GPR); in asm_bitand()
H A Dlj_asm_mips.h9 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
1147 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1176 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_add()
1219 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
1358 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitnot()
1388 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitop()
1405 emit_dta(as, mik, dest, ra_hintalloc(as, ir->op1, dest, RSET_GPR), shift); in asm_bitshift()
1421 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitror()
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_asm_ppc.h9 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
1194 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1224 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_add()
1282 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_sub()
1295 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_mul()
1327 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
1444 left = ra_hintalloc(as, irl->op1, dest, RSET_GPR); in asm_bitnot()
1448 left = right = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitnot()
1477 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitop()
1580 left = ra_hintalloc(as, lref, dest, RSET_GPR); in asm_bitand()
H A Dlj_asm_mips.h9 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
1152 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1181 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_add()
1224 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
1363 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitnot()
1393 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitop()
1410 emit_dta(as, mik, dest, ra_hintalloc(as, ir->op1, dest, RSET_GPR), shift); in asm_bitshift()
1426 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitror()
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_asm_ppc.h9 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
1194 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1224 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_add()
1282 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_sub()
1295 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_mul()
1327 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
1444 left = ra_hintalloc(as, irl->op1, dest, RSET_GPR); in asm_bitnot()
1448 left = right = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitnot()
1477 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitop()
1580 left = ra_hintalloc(as, lref, dest, RSET_GPR); in asm_bitand()
H A Dlj_asm_mips.h9 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
1152 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1181 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_add()
1224 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
1363 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitnot()
1393 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitop()
1410 emit_dta(as, mik, dest, ra_hintalloc(as, ir->op1, dest, RSET_GPR), shift); in asm_bitshift()
1426 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitror()
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_asm_ppc.h9 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
1136 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1157 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_add()
1215 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_sub()
1228 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_mul()
1264 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
1389 left = ra_hintalloc(as, irl->op1, dest, RSET_GPR); in asm_bnot()
1393 left = right = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bnot()
1499 left = ra_hintalloc(as, lref, dest, RSET_GPR); in asm_band()
1507 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitop()
H A Dlj_asm_mips.h9 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
1549 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1576 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_add()
1671 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
1824 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bnot()
1864 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitop()
1886 emit_dta(as, mik, dest, ra_hintalloc(as, ir->op1, dest, RSET_GPR), in asm_bitshift()
1909 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bror()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlj_asm_ppc.h9 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
1135 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1156 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_add()
1214 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_sub()
1227 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_mul()
1263 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
1388 left = ra_hintalloc(as, irl->op1, dest, RSET_GPR); in asm_bnot()
1392 left = right = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bnot()
1498 left = ra_hintalloc(as, lref, dest, RSET_GPR); in asm_band()
1506 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitop()
H A Dlj_asm_mips.h9 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
1216 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1242 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_add()
1298 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
1449 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bnot()
1479 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitop()
1500 emit_dta(as, mik, dest, ra_hintalloc(as, ir->op1, dest, RSET_GPR), shift); in asm_bitshift()
1521 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bror()
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_asm_ppc.h9 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
1136 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1157 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_add()
1215 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_sub()
1228 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_mul()
1264 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
1389 left = ra_hintalloc(as, irl->op1, dest, RSET_GPR); in asm_bnot()
1393 left = right = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bnot()
1499 left = ra_hintalloc(as, lref, dest, RSET_GPR); in asm_band()
1507 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitop()
H A Dlj_asm_mips.h9 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
1549 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1576 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_add()
1671 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
1824 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bnot()
1864 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitop()
1886 emit_dta(as, mik, dest, ra_hintalloc(as, ir->op1, dest, RSET_GPR), in asm_bitshift()
1909 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bror()
/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_asm_ppc.h9 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
1194 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1224 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_add()
1282 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_sub()
1295 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_mul()
1327 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
1444 left = ra_hintalloc(as, irl->op1, dest, RSET_GPR); in asm_bitnot()
1448 left = right = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitnot()
1477 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitop()
1580 left = ra_hintalloc(as, lref, dest, RSET_GPR); in asm_bitand()
H A Dlj_asm_mips.h9 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
1152 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1181 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_add()
1224 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
1363 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitnot()
1393 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitop()
1410 emit_dta(as, mik, dest, ra_hintalloc(as, ir->op1, dest, RSET_GPR), shift); in asm_bitshift()
1426 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitror()
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_asm_ppc.h9 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
1304 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1327 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_add()
1388 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_sub()
1404 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_mul()
1441 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
1564 left = ra_hintalloc(as, irl->op1, dest, RSET_GPR); in asm_bnot()
1568 left = right = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bnot()
1674 left = ra_hintalloc(as, lref, dest, RSET_GPR); in asm_band()
1682 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitop()
H A Dlj_asm_arm64.h12 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
346 Reg add = ra_hintalloc(as, rref, dest, RSET_FPR); in asm_fusemadd()
375 Reg add = ra_hintalloc(as, rref, dest, RSET_FPR); in asm_fusenmadd()
1395 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1440 left = ra_hintalloc(as, lref, dest, RSET_GPR); in asm_intop()
1463 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_intneg()
1639 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_intmin_max()
H A Dlj_asm_mips.h9 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
1747 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1787 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_add()
1862 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
1869 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
2035 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bnot()
2075 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitop()
2097 emit_dta(as, mik, dest, ra_hintalloc(as, ir->op1, dest, RSET_GPR), in asm_bitshift()
2120 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bror()
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_asm_ppc.h9 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
1304 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1327 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_add()
1388 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_sub()
1404 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_mul()
1441 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
1564 left = ra_hintalloc(as, irl->op1, dest, RSET_GPR); in asm_bnot()
1568 left = right = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bnot()
1674 left = ra_hintalloc(as, lref, dest, RSET_GPR); in asm_band()
1682 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitop()
H A Dlj_asm_mips.h9 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
1747 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1787 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_add()
1862 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
1869 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
2035 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bnot()
2075 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitop()
2097 emit_dta(as, mik, dest, ra_hintalloc(as, ir->op1, dest, RSET_GPR), in asm_bitshift()
2120 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bror()
H A Dlj_asm_arm64.h12 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
346 Reg add = ra_hintalloc(as, rref, dest, RSET_FPR); in asm_fusemadd()
1341 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1386 left = ra_hintalloc(as, lref, dest, RSET_GPR); in asm_intop()
1409 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_intneg()
1584 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_intmin_max()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_asm_ppc.h9 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
1304 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1327 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_add()
1388 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_sub()
1404 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_mul()
1441 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
1564 left = ra_hintalloc(as, irl->op1, dest, RSET_GPR); in asm_bnot()
1568 left = right = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bnot()
1674 left = ra_hintalloc(as, lref, dest, RSET_GPR); in asm_band()
1682 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitop()
H A Dlj_asm_arm64.h12 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
346 Reg add = ra_hintalloc(as, rref, dest, RSET_FPR); in asm_fusemadd()
375 Reg add = ra_hintalloc(as, rref, dest, RSET_FPR); in asm_fusenmadd()
1395 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1440 left = ra_hintalloc(as, lref, dest, RSET_GPR); in asm_intop()
1463 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_intneg()
1639 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_intmin_max()
H A Dlj_asm_mips.h9 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
1747 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1787 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_add()
1862 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
1869 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
2035 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bnot()
2075 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitop()
2097 emit_dta(as, mik, dest, ra_hintalloc(as, ir->op1, dest, RSET_GPR), in asm_bitshift()
2120 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bror()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_asm_ppc.h9 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow) in ra_hintalloc() function
1257 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR); in asm_fpunary()
1280 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_add()
1341 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_sub()
1357 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_mul()
1394 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_neg()
1517 left = ra_hintalloc(as, irl->op1, dest, RSET_GPR); in asm_bnot()
1521 left = right = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bnot()
1627 left = ra_hintalloc(as, lref, dest, RSET_GPR); in asm_band()
1635 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR); in asm_bitop()
H A Dlj_asm_mips.h9 static Reg ra_hintalloc(ASMState *as, IRRef ref, Reg hint, RegSet allow)
1694 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_FPR);
1734 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR);
1809 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR);
1816 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR);
1982 left = ra_hintalloc(as, ir->op1, dest, RSET_GPR);
2022 Reg right, left = ra_hintalloc(as, ir->op1, dest, RSET_GPR);
2044 emit_dta(as, mik, dest, ra_hintalloc(as, ir->op1, dest, RSET_GPR),
2067 Reg left = ra_hintalloc(as, ir->op1, dest, RSET_GPR);

12