Home
last modified time | relevance | path

Searched refs:tcg_target_call_iarg_regs (Results 1 – 25 of 141) sorted by relevance

123456

/dports/emulators/qemu-utils/qemu-4.2.1/tcg/riscv/
H A Dtcg-target.inc.c104 static const int tcg_target_call_iarg_regs[] = { variable
149 tcg_regset_reset_reg(ct->u.regs, tcg_target_call_iarg_regs[0]); in target_parse_constraint()
1048 TCGReg a0 = tcg_target_call_iarg_regs[0]; in tcg_out_qemu_ld_slow_path()
1049 TCGReg a1 = tcg_target_call_iarg_regs[1]; in tcg_out_qemu_ld_slow_path()
1050 TCGReg a2 = tcg_target_call_iarg_regs[2]; in tcg_out_qemu_ld_slow_path()
1051 TCGReg a3 = tcg_target_call_iarg_regs[3]; in tcg_out_qemu_ld_slow_path()
1082 TCGReg a0 = tcg_target_call_iarg_regs[0]; in tcg_out_qemu_st_slow_path()
1083 TCGReg a1 = tcg_target_call_iarg_regs[1]; in tcg_out_qemu_st_slow_path()
1084 TCGReg a2 = tcg_target_call_iarg_regs[2]; in tcg_out_qemu_st_slow_path()
1085 TCGReg a3 = tcg_target_call_iarg_regs[3]; in tcg_out_qemu_st_slow_path()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tcg/riscv/
H A Dtcg-target.inc.c104 static const int tcg_target_call_iarg_regs[] = { variable
149 tcg_regset_reset_reg(ct->u.regs, tcg_target_call_iarg_regs[0]); in target_parse_constraint()
1048 TCGReg a0 = tcg_target_call_iarg_regs[0]; in tcg_out_qemu_ld_slow_path()
1049 TCGReg a1 = tcg_target_call_iarg_regs[1]; in tcg_out_qemu_ld_slow_path()
1050 TCGReg a2 = tcg_target_call_iarg_regs[2]; in tcg_out_qemu_ld_slow_path()
1051 TCGReg a3 = tcg_target_call_iarg_regs[3]; in tcg_out_qemu_ld_slow_path()
1082 TCGReg a0 = tcg_target_call_iarg_regs[0]; in tcg_out_qemu_st_slow_path()
1083 TCGReg a1 = tcg_target_call_iarg_regs[1]; in tcg_out_qemu_st_slow_path()
1084 TCGReg a2 = tcg_target_call_iarg_regs[2]; in tcg_out_qemu_st_slow_path()
1085 TCGReg a3 = tcg_target_call_iarg_regs[3]; in tcg_out_qemu_st_slow_path()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/tcg/riscv/
H A Dtcg-target.inc.c104 static const int tcg_target_call_iarg_regs[] = { variable
149 tcg_regset_reset_reg(ct->u.regs, tcg_target_call_iarg_regs[0]); in target_parse_constraint()
1048 TCGReg a0 = tcg_target_call_iarg_regs[0]; in tcg_out_qemu_ld_slow_path()
1049 TCGReg a1 = tcg_target_call_iarg_regs[1]; in tcg_out_qemu_ld_slow_path()
1050 TCGReg a2 = tcg_target_call_iarg_regs[2]; in tcg_out_qemu_ld_slow_path()
1051 TCGReg a3 = tcg_target_call_iarg_regs[3]; in tcg_out_qemu_ld_slow_path()
1082 TCGReg a0 = tcg_target_call_iarg_regs[0]; in tcg_out_qemu_st_slow_path()
1083 TCGReg a1 = tcg_target_call_iarg_regs[1]; in tcg_out_qemu_st_slow_path()
1084 TCGReg a2 = tcg_target_call_iarg_regs[2]; in tcg_out_qemu_st_slow_path()
1085 TCGReg a3 = tcg_target_call_iarg_regs[3]; in tcg_out_qemu_st_slow_path()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tcg/riscv/
H A Dtcg-target.inc.c104 static const int tcg_target_call_iarg_regs[] = { variable
149 tcg_regset_reset_reg(ct->u.regs, tcg_target_call_iarg_regs[0]); in target_parse_constraint()
1048 TCGReg a0 = tcg_target_call_iarg_regs[0]; in tcg_out_qemu_ld_slow_path()
1049 TCGReg a1 = tcg_target_call_iarg_regs[1]; in tcg_out_qemu_ld_slow_path()
1050 TCGReg a2 = tcg_target_call_iarg_regs[2]; in tcg_out_qemu_ld_slow_path()
1051 TCGReg a3 = tcg_target_call_iarg_regs[3]; in tcg_out_qemu_ld_slow_path()
1082 TCGReg a0 = tcg_target_call_iarg_regs[0]; in tcg_out_qemu_st_slow_path()
1083 TCGReg a1 = tcg_target_call_iarg_regs[1]; in tcg_out_qemu_st_slow_path()
1084 TCGReg a2 = tcg_target_call_iarg_regs[2]; in tcg_out_qemu_st_slow_path()
1085 TCGReg a3 = tcg_target_call_iarg_regs[3]; in tcg_out_qemu_st_slow_path()
[all …]
/dports/emulators/unicorn/unicorn-1.0.2/qemu/tcg/mips/
H A Dtcg-target.c112 static const TCGReg tcg_target_call_iarg_regs[4] = { variable
886 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_reg()
887 tcg_out_mov(s, TCG_TYPE_REG, tcg_target_call_iarg_regs[i], arg); in tcg_out_call_iarg_reg()
897 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_reg8()
898 tmp = tcg_target_call_iarg_regs[i]; in tcg_out_call_iarg_reg8()
907 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_reg16()
908 tmp = tcg_target_call_iarg_regs[i]; in tcg_out_call_iarg_reg16()
920 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_imm()
921 tmp = tcg_target_call_iarg_regs[i]; in tcg_out_call_iarg_imm()
1039 tcg_out_mov(s, TCG_TYPE_PTR, tcg_target_call_iarg_regs[0], TCG_AREG0); in tcg_out_qemu_ld_slow_path()
[all …]
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/tcg/mips/
H A Dtcg-target.c112 static const TCGReg tcg_target_call_iarg_regs[4] = {
886 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) {
887 tcg_out_mov(s, TCG_TYPE_REG, tcg_target_call_iarg_regs[i], arg);
897 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) {
898 tmp = tcg_target_call_iarg_regs[i];
907 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) {
908 tmp = tcg_target_call_iarg_regs[i];
920 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) {
921 tmp = tcg_target_call_iarg_regs[i];
1039 tcg_out_mov(s, TCG_TYPE_PTR, tcg_target_call_iarg_regs[0], TCG_AREG0);
[all …]
/dports/emulators/qemu5/qemu-5.2.0/tcg/riscv/
H A Dtcg-target.c.inc104 static const int tcg_target_call_iarg_regs[] = {
147 tcg_regset_reset_reg(ct->regs, tcg_target_call_iarg_regs[0]);
1044 TCGReg a0 = tcg_target_call_iarg_regs[0];
1045 TCGReg a1 = tcg_target_call_iarg_regs[1];
1046 TCGReg a2 = tcg_target_call_iarg_regs[2];
1047 TCGReg a3 = tcg_target_call_iarg_regs[3];
1078 TCGReg a0 = tcg_target_call_iarg_regs[0];
1079 TCGReg a1 = tcg_target_call_iarg_regs[1];
1080 TCGReg a2 = tcg_target_call_iarg_regs[2];
1081 TCGReg a3 = tcg_target_call_iarg_regs[3];
[all …]
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/tcg/i386/
H A Dtcg-target.c66 static const int tcg_target_call_iarg_regs[] = { variable
112 # define TCG_REG_L0 tcg_target_call_iarg_regs[0]
113 # define TCG_REG_L1 tcg_target_call_iarg_regs[1]
1416 tcg_out_movi(s, TCG_TYPE_I32, tcg_target_call_iarg_regs[2], in tcg_out_qemu_ld_slow_path()
1418 tcg_out_movi(s, TCG_TYPE_PTR, tcg_target_call_iarg_regs[3], in tcg_out_qemu_ld_slow_path()
1511 tcg_target_call_iarg_regs[2], l->datalo_reg); in tcg_out_qemu_st_slow_path()
1512 tcg_out_movi(s, TCG_TYPE_I32, tcg_target_call_iarg_regs[3], in tcg_out_qemu_st_slow_path()
1515 if (ARRAY_SIZE(tcg_target_call_iarg_regs) > 4) { in tcg_out_qemu_st_slow_path()
1516 retaddr = tcg_target_call_iarg_regs[4]; in tcg_out_qemu_st_slow_path()
2368 tcg_out_mov(s, TCG_TYPE_PTR, TCG_AREG0, tcg_target_call_iarg_regs[0]); in tcg_target_qemu_prologue()
[all …]
/dports/emulators/unicorn/unicorn-1.0.2/qemu/tcg/i386/
H A Dtcg-target.c66 static const int tcg_target_call_iarg_regs[] = { variable
112 # define TCG_REG_L0 tcg_target_call_iarg_regs[0]
113 # define TCG_REG_L1 tcg_target_call_iarg_regs[1]
1416 tcg_out_movi(s, TCG_TYPE_I32, tcg_target_call_iarg_regs[2], in tcg_out_qemu_ld_slow_path()
1418 tcg_out_movi(s, TCG_TYPE_PTR, tcg_target_call_iarg_regs[3], in tcg_out_qemu_ld_slow_path()
1511 tcg_target_call_iarg_regs[2], l->datalo_reg); in tcg_out_qemu_st_slow_path()
1512 tcg_out_movi(s, TCG_TYPE_I32, tcg_target_call_iarg_regs[3], in tcg_out_qemu_st_slow_path()
1515 if (ARRAY_SIZE(tcg_target_call_iarg_regs) > 4) { in tcg_out_qemu_st_slow_path()
1516 retaddr = tcg_target_call_iarg_regs[4]; in tcg_out_qemu_st_slow_path()
2368 tcg_out_mov(s, TCG_TYPE_PTR, TCG_AREG0, tcg_target_call_iarg_regs[0]); in tcg_target_qemu_prologue()
[all …]
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/tcg/s390/
H A Dtcg-target.c28 static const int tcg_target_call_iarg_regs[] = { variable
/dports/emulators/qemu-utils/qemu-4.2.1/tcg/mips/
H A Dtcg-target.inc.c124 static const TCGReg tcg_target_call_iarg_regs[] = { variable
1151 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_reg()
1152 tcg_out_mov(s, TCG_TYPE_REG, tcg_target_call_iarg_regs[i], arg); in tcg_out_call_iarg_reg()
1165 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_reg8()
1166 tmp = tcg_target_call_iarg_regs[i]; in tcg_out_call_iarg_reg8()
1175 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_reg16()
1176 tmp = tcg_target_call_iarg_regs[i]; in tcg_out_call_iarg_reg16()
1188 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_imm()
1189 tmp = tcg_target_call_iarg_regs[i]; in tcg_out_call_iarg_imm()
1336 tcg_out_mov(s, TCG_TYPE_PTR, tcg_target_call_iarg_regs[0], TCG_AREG0); in tcg_out_qemu_ld_slow_path()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tcg/mips/
H A Dtcg-target.inc.c124 static const TCGReg tcg_target_call_iarg_regs[] = { variable
1151 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_reg()
1152 tcg_out_mov(s, TCG_TYPE_REG, tcg_target_call_iarg_regs[i], arg); in tcg_out_call_iarg_reg()
1165 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_reg8()
1166 tmp = tcg_target_call_iarg_regs[i]; in tcg_out_call_iarg_reg8()
1175 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_reg16()
1176 tmp = tcg_target_call_iarg_regs[i]; in tcg_out_call_iarg_reg16()
1188 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_imm()
1189 tmp = tcg_target_call_iarg_regs[i]; in tcg_out_call_iarg_imm()
1336 tcg_out_mov(s, TCG_TYPE_PTR, tcg_target_call_iarg_regs[0], TCG_AREG0); in tcg_out_qemu_ld_slow_path()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/tcg/mips/
H A Dtcg-target.inc.c124 static const TCGReg tcg_target_call_iarg_regs[] = { variable
1151 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_reg()
1152 tcg_out_mov(s, TCG_TYPE_REG, tcg_target_call_iarg_regs[i], arg); in tcg_out_call_iarg_reg()
1165 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_reg8()
1166 tmp = tcg_target_call_iarg_regs[i]; in tcg_out_call_iarg_reg8()
1175 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_reg16()
1176 tmp = tcg_target_call_iarg_regs[i]; in tcg_out_call_iarg_reg16()
1188 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_imm()
1189 tmp = tcg_target_call_iarg_regs[i]; in tcg_out_call_iarg_imm()
1336 tcg_out_mov(s, TCG_TYPE_PTR, tcg_target_call_iarg_regs[0], TCG_AREG0); in tcg_out_qemu_ld_slow_path()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tcg/mips/
H A Dtcg-target.inc.c124 static const TCGReg tcg_target_call_iarg_regs[] = { variable
1154 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_reg()
1155 tcg_out_mov(s, TCG_TYPE_REG, tcg_target_call_iarg_regs[i], arg); in tcg_out_call_iarg_reg()
1168 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_reg8()
1169 tmp = tcg_target_call_iarg_regs[i]; in tcg_out_call_iarg_reg8()
1178 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_reg16()
1179 tmp = tcg_target_call_iarg_regs[i]; in tcg_out_call_iarg_reg16()
1191 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_imm()
1192 tmp = tcg_target_call_iarg_regs[i]; in tcg_out_call_iarg_imm()
1336 tcg_out_mov(s, TCG_TYPE_PTR, tcg_target_call_iarg_regs[0], TCG_AREG0); in tcg_out_qemu_ld_slow_path()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tcg/mips/
H A Dtcg-target.inc.c124 static const TCGReg tcg_target_call_iarg_regs[] = { variable
1151 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_reg()
1152 tcg_out_mov(s, TCG_TYPE_REG, tcg_target_call_iarg_regs[i], arg); in tcg_out_call_iarg_reg()
1165 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_reg8()
1166 tmp = tcg_target_call_iarg_regs[i]; in tcg_out_call_iarg_reg8()
1175 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_reg16()
1176 tmp = tcg_target_call_iarg_regs[i]; in tcg_out_call_iarg_reg16()
1188 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) { in tcg_out_call_iarg_imm()
1189 tmp = tcg_target_call_iarg_regs[i]; in tcg_out_call_iarg_imm()
1336 tcg_out_mov(s, TCG_TYPE_PTR, tcg_target_call_iarg_regs[0], TCG_AREG0); in tcg_out_qemu_ld_slow_path()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tcg/riscv/
H A Dtcg-target.c.inc104 static const int tcg_target_call_iarg_regs[] = {
985 TCGReg a0 = tcg_target_call_iarg_regs[0];
986 TCGReg a1 = tcg_target_call_iarg_regs[1];
987 TCGReg a2 = tcg_target_call_iarg_regs[2];
988 TCGReg a3 = tcg_target_call_iarg_regs[3];
1018 TCGReg a0 = tcg_target_call_iarg_regs[0];
1019 TCGReg a1 = tcg_target_call_iarg_regs[1];
1020 TCGReg a2 = tcg_target_call_iarg_regs[2];
1021 TCGReg a3 = tcg_target_call_iarg_regs[3];
1022 TCGReg a4 = tcg_target_call_iarg_regs[4];
[all …]
/dports/emulators/qemu/qemu-6.2.0/tcg/riscv/
H A Dtcg-target.c.inc104 static const int tcg_target_call_iarg_regs[] = {
985 TCGReg a0 = tcg_target_call_iarg_regs[0];
986 TCGReg a1 = tcg_target_call_iarg_regs[1];
987 TCGReg a2 = tcg_target_call_iarg_regs[2];
988 TCGReg a3 = tcg_target_call_iarg_regs[3];
1018 TCGReg a0 = tcg_target_call_iarg_regs[0];
1019 TCGReg a1 = tcg_target_call_iarg_regs[1];
1020 TCGReg a2 = tcg_target_call_iarg_regs[2];
1021 TCGReg a3 = tcg_target_call_iarg_regs[3];
1022 TCGReg a4 = tcg_target_call_iarg_regs[4];
[all …]
/dports/emulators/qemu60/qemu-6.0.0/tcg/riscv/
H A Dtcg-target.c.inc104 static const int tcg_target_call_iarg_regs[] = {
981 TCGReg a0 = tcg_target_call_iarg_regs[0];
982 TCGReg a1 = tcg_target_call_iarg_regs[1];
983 TCGReg a2 = tcg_target_call_iarg_regs[2];
984 TCGReg a3 = tcg_target_call_iarg_regs[3];
1014 TCGReg a0 = tcg_target_call_iarg_regs[0];
1015 TCGReg a1 = tcg_target_call_iarg_regs[1];
1016 TCGReg a2 = tcg_target_call_iarg_regs[2];
1017 TCGReg a3 = tcg_target_call_iarg_regs[3];
1018 TCGReg a4 = tcg_target_call_iarg_regs[4];
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tcg/i386/
H A Dtcg-target.inc.c93 static const int tcg_target_call_iarg_regs[] = { variable
128 # define TCG_REG_L0 tcg_target_call_iarg_regs[0]
129 # define TCG_REG_L1 tcg_target_call_iarg_regs[1]
1752 tcg_out_movi(s, TCG_TYPE_I32, tcg_target_call_iarg_regs[2], oi); in tcg_out_qemu_ld_slow_path()
1753 tcg_out_movi(s, TCG_TYPE_PTR, tcg_target_call_iarg_regs[3], in tcg_out_qemu_ld_slow_path()
1847 tcg_target_call_iarg_regs[2], l->datalo_reg); in tcg_out_qemu_st_slow_path()
1848 tcg_out_movi(s, TCG_TYPE_I32, tcg_target_call_iarg_regs[3], oi); in tcg_out_qemu_st_slow_path()
1850 if (ARRAY_SIZE(tcg_target_call_iarg_regs) > 4) { in tcg_out_qemu_st_slow_path()
1851 retaddr = tcg_target_call_iarg_regs[4]; in tcg_out_qemu_st_slow_path()
3430 tcg_out_mov(s, TCG_TYPE_PTR, TCG_AREG0, tcg_target_call_iarg_regs[0]); in tcg_target_qemu_prologue()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tcg/i386/
H A Dtcg-target.inc.c93 static const int tcg_target_call_iarg_regs[] = { variable
128 # define TCG_REG_L0 tcg_target_call_iarg_regs[0]
129 # define TCG_REG_L1 tcg_target_call_iarg_regs[1]
1845 tcg_out_movi(s, TCG_TYPE_I32, tcg_target_call_iarg_regs[2], oi); in tcg_out_qemu_ld_slow_path()
1846 tcg_out_movi(s, TCG_TYPE_PTR, tcg_target_call_iarg_regs[3], in tcg_out_qemu_ld_slow_path()
1941 tcg_target_call_iarg_regs[2], l->datalo_reg); in tcg_out_qemu_st_slow_path()
1942 tcg_out_movi(s, TCG_TYPE_I32, tcg_target_call_iarg_regs[3], oi); in tcg_out_qemu_st_slow_path()
1944 if (ARRAY_SIZE(tcg_target_call_iarg_regs) > 4) { in tcg_out_qemu_st_slow_path()
1945 retaddr = tcg_target_call_iarg_regs[4]; in tcg_out_qemu_st_slow_path()
3741 tcg_out_mov(s, TCG_TYPE_PTR, TCG_AREG0, tcg_target_call_iarg_regs[0]); in tcg_target_qemu_prologue()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/tcg/i386/
H A Dtcg-target.inc.c93 static const int tcg_target_call_iarg_regs[] = { variable
128 # define TCG_REG_L0 tcg_target_call_iarg_regs[0]
129 # define TCG_REG_L1 tcg_target_call_iarg_regs[1]
1845 tcg_out_movi(s, TCG_TYPE_I32, tcg_target_call_iarg_regs[2], oi); in tcg_out_qemu_ld_slow_path()
1846 tcg_out_movi(s, TCG_TYPE_PTR, tcg_target_call_iarg_regs[3], in tcg_out_qemu_ld_slow_path()
1941 tcg_target_call_iarg_regs[2], l->datalo_reg); in tcg_out_qemu_st_slow_path()
1942 tcg_out_movi(s, TCG_TYPE_I32, tcg_target_call_iarg_regs[3], oi); in tcg_out_qemu_st_slow_path()
1944 if (ARRAY_SIZE(tcg_target_call_iarg_regs) > 4) { in tcg_out_qemu_st_slow_path()
1945 retaddr = tcg_target_call_iarg_regs[4]; in tcg_out_qemu_st_slow_path()
3742 tcg_out_mov(s, TCG_TYPE_PTR, TCG_AREG0, tcg_target_call_iarg_regs[0]); in tcg_target_qemu_prologue()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tcg/i386/
H A Dtcg-target.inc.c93 static const int tcg_target_call_iarg_regs[] = { variable
128 # define TCG_REG_L0 tcg_target_call_iarg_regs[0]
129 # define TCG_REG_L1 tcg_target_call_iarg_regs[1]
1845 tcg_out_movi(s, TCG_TYPE_I32, tcg_target_call_iarg_regs[2], oi); in tcg_out_qemu_ld_slow_path()
1846 tcg_out_movi(s, TCG_TYPE_PTR, tcg_target_call_iarg_regs[3], in tcg_out_qemu_ld_slow_path()
1941 tcg_target_call_iarg_regs[2], l->datalo_reg); in tcg_out_qemu_st_slow_path()
1942 tcg_out_movi(s, TCG_TYPE_I32, tcg_target_call_iarg_regs[3], oi); in tcg_out_qemu_st_slow_path()
1944 if (ARRAY_SIZE(tcg_target_call_iarg_regs) > 4) { in tcg_out_qemu_st_slow_path()
1945 retaddr = tcg_target_call_iarg_regs[4]; in tcg_out_qemu_st_slow_path()
3745 tcg_out_mov(s, TCG_TYPE_PTR, TCG_AREG0, tcg_target_call_iarg_regs[0]); in tcg_target_qemu_prologue()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/tcg/i386/
H A Dtcg-target.inc.c93 static const int tcg_target_call_iarg_regs[] = { variable
128 # define TCG_REG_L0 tcg_target_call_iarg_regs[0]
129 # define TCG_REG_L1 tcg_target_call_iarg_regs[1]
1845 tcg_out_movi(s, TCG_TYPE_I32, tcg_target_call_iarg_regs[2], oi); in tcg_out_qemu_ld_slow_path()
1846 tcg_out_movi(s, TCG_TYPE_PTR, tcg_target_call_iarg_regs[3], in tcg_out_qemu_ld_slow_path()
1941 tcg_target_call_iarg_regs[2], l->datalo_reg); in tcg_out_qemu_st_slow_path()
1942 tcg_out_movi(s, TCG_TYPE_I32, tcg_target_call_iarg_regs[3], oi); in tcg_out_qemu_st_slow_path()
1944 if (ARRAY_SIZE(tcg_target_call_iarg_regs) > 4) { in tcg_out_qemu_st_slow_path()
1945 retaddr = tcg_target_call_iarg_regs[4]; in tcg_out_qemu_st_slow_path()
3742 tcg_out_mov(s, TCG_TYPE_PTR, TCG_AREG0, tcg_target_call_iarg_regs[0]); in tcg_target_qemu_prologue()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tcg/mips/
H A Dtcg-target.c.inc124 static const TCGReg tcg_target_call_iarg_regs[] = {
1059 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) {
1060 tcg_out_mov(s, TCG_TYPE_REG, tcg_target_call_iarg_regs[i], arg);
1073 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) {
1074 tmp = tcg_target_call_iarg_regs[i];
1083 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) {
1084 tmp = tcg_target_call_iarg_regs[i];
1096 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) {
1097 tmp = tcg_target_call_iarg_regs[i];
1246 tcg_out_mov(s, TCG_TYPE_PTR, tcg_target_call_iarg_regs[0], TCG_AREG0);
[all …]
/dports/emulators/qemu/qemu-6.2.0/tcg/mips/
H A Dtcg-target.c.inc124 static const TCGReg tcg_target_call_iarg_regs[] = {
1059 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) {
1060 tcg_out_mov(s, TCG_TYPE_REG, tcg_target_call_iarg_regs[i], arg);
1073 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) {
1074 tmp = tcg_target_call_iarg_regs[i];
1083 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) {
1084 tmp = tcg_target_call_iarg_regs[i];
1096 if (i < ARRAY_SIZE(tcg_target_call_iarg_regs)) {
1097 tmp = tcg_target_call_iarg_regs[i];
1246 tcg_out_mov(s, TCG_TYPE_PTR, tcg_target_call_iarg_regs[0], TCG_AREG0);
[all …]

123456