Home
last modified time | relevance | path

Searched refs:TCG_REG_T9 (Results 1 – 24 of 24) sorted by relevance

/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/tcg/mips/
H A Dtcg-target.h61 TCG_REG_T9, enumerator
H A Dtcg-target.c88 TCG_REG_T9,
208 tcg_regset_set_reg(ct->u.regs, TCG_REG_T9); in target_parse_constraint()
697 tcg_out_movi(s, TCG_TYPE_I32, TCG_REG_T9, (tcg_target_long)qemu_ld_helpers[s_bits]); in tcg_out_qemu_ld()
698 tcg_out_opc_reg(s, OPC_JALR, TCG_REG_RA, TCG_REG_T9, 0); in tcg_out_qemu_ld()
909 tcg_out_movi(s, TCG_TYPE_I32, TCG_REG_T9, (tcg_target_long)qemu_st_helpers[s_bits]); in tcg_out_qemu_st()
910 tcg_out_opc_reg(s, OPC_JALR, TCG_REG_RA, TCG_REG_T9, 0); in tcg_out_qemu_st()
1330 (1 << TCG_REG_T9)); in tcg_target_init()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/tcg/mips/
H A Dtcg-target.h58 TCG_REG_T9, enumerator
H A Dtcg-target.c76 #define TCG_TMP1 TCG_REG_T9
101 TCG_REG_T9,
830 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_T9, (uintptr_t)arg); in tcg_out_call_int()
835 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_T9, 0); in tcg_out_call_int()
839 tcg_out_opc_reg(s, OPC_JALR, TCG_REG_RA, TCG_REG_T9, 0); in tcg_out_call_int()
1796 (1 << TCG_REG_T9)); in tcg_target_init()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/tcg/mips/
H A Dtcg-target.h58 TCG_REG_T9,
H A Dtcg-target.c76 #define TCG_TMP1 TCG_REG_T9
101 TCG_REG_T9,
830 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_T9, (uintptr_t)arg);
835 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_T9, 0);
839 tcg_out_opc_reg(s, OPC_JALR, TCG_REG_RA, TCG_REG_T9, 0);
1796 (1 << TCG_REG_T9));
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tcg/mips/
H A Dtcg-target.h70 TCG_REG_T9, enumerator
H A Dtcg-target.c.inc82 #define TCG_TMP1 TCG_REG_T9
109 TCG_REG_T9,
997 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_T9, (uintptr_t)arg);
1002 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_T9, 0);
1006 tcg_out_opc_reg(s, OPC_JALR, TCG_REG_RA, TCG_REG_T9, 0);
2520 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_T9);
/dports/emulators/qemu/qemu-6.2.0/tcg/mips/
H A Dtcg-target.h70 TCG_REG_T9, enumerator
H A Dtcg-target.c.inc82 #define TCG_TMP1 TCG_REG_T9
109 TCG_REG_T9,
997 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_T9, (uintptr_t)arg);
1002 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_T9, 0);
1006 tcg_out_opc_reg(s, OPC_JALR, TCG_REG_RA, TCG_REG_T9, 0);
2520 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_T9);
/dports/emulators/qemu60/qemu-6.0.0/tcg/mips/
H A Dtcg-target.h68 TCG_REG_T9, enumerator
H A Dtcg-target.c.inc82 #define TCG_TMP1 TCG_REG_T9
109 TCG_REG_T9,
1029 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_T9, (uintptr_t)arg);
1034 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_T9, 0);
1038 tcg_out_opc_reg(s, OPC_JALR, TCG_REG_RA, TCG_REG_T9, 0);
2559 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_T9);
/dports/emulators/qemu-utils/qemu-4.2.1/tcg/mips/
H A Dtcg-target.h68 TCG_REG_T9, enumerator
H A Dtcg-target.inc.c82 #define TCG_TMP1 TCG_REG_T9
109 TCG_REG_T9,
1089 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_T9, (uintptr_t)arg); in tcg_out_call_int()
1094 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_T9, 0); in tcg_out_call_int()
1098 tcg_out_opc_reg(s, OPC_JALR, TCG_REG_RA, TCG_REG_T9, 0); in tcg_out_call_int()
2647 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_T9); in tcg_target_init()
/dports/emulators/qemu5/qemu-5.2.0/tcg/mips/
H A Dtcg-target.h68 TCG_REG_T9, enumerator
H A Dtcg-target.c.inc82 #define TCG_TMP1 TCG_REG_T9
109 TCG_REG_T9,
1086 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_T9, (uintptr_t)arg);
1091 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_T9, 0);
1095 tcg_out_opc_reg(s, OPC_JALR, TCG_REG_RA, TCG_REG_T9, 0);
2644 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_T9);
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tcg/mips/
H A Dtcg-target.h68 TCG_REG_T9, enumerator
H A Dtcg-target.inc.c82 #define TCG_TMP1 TCG_REG_T9
109 TCG_REG_T9,
1089 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_T9, (uintptr_t)arg); in tcg_out_call_int()
1094 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_T9, 0); in tcg_out_call_int()
1098 tcg_out_opc_reg(s, OPC_JALR, TCG_REG_RA, TCG_REG_T9, 0); in tcg_out_call_int()
2647 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_T9); in tcg_target_init()
/dports/emulators/qemu42/qemu-4.2.1/tcg/mips/
H A Dtcg-target.h68 TCG_REG_T9, enumerator
H A Dtcg-target.inc.c82 #define TCG_TMP1 TCG_REG_T9
109 TCG_REG_T9,
1089 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_T9, (uintptr_t)arg); in tcg_out_call_int()
1094 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_T9, 0); in tcg_out_call_int()
1098 tcg_out_opc_reg(s, OPC_JALR, TCG_REG_RA, TCG_REG_T9, 0); in tcg_out_call_int()
2647 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_T9); in tcg_target_init()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tcg/mips/
H A Dtcg-target.h68 TCG_REG_T9, enumerator
H A Dtcg-target.inc.c82 #define TCG_TMP1 TCG_REG_T9
109 TCG_REG_T9,
1092 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_T9, (uintptr_t)arg); in tcg_out_call_int()
1097 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_T9, 0); in tcg_out_call_int()
1101 tcg_out_opc_reg(s, OPC_JALR, TCG_REG_RA, TCG_REG_T9, 0); in tcg_out_call_int()
2644 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_T9); in tcg_target_init()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tcg/mips/
H A Dtcg-target.h68 TCG_REG_T9, enumerator
H A Dtcg-target.inc.c82 #define TCG_TMP1 TCG_REG_T9
109 TCG_REG_T9,
1089 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_T9, (uintptr_t)arg); in tcg_out_call_int()
1094 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_T9, 0); in tcg_out_call_int()
1098 tcg_out_opc_reg(s, OPC_JALR, TCG_REG_RA, TCG_REG_T9, 0); in tcg_out_call_int()
2647 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_T9); in tcg_target_init()