Searched refs:tcg_out_helper_load_slots (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg.c | 434 * However, tcg_out_helper_load_slots reuses this field to hold an 5591 static void tcg_out_helper_load_slots(TCGContext *s, in tcg_out_helper_load_slots() function 5714 tcg_out_helper_load_slots(s, 1, &ptr_mov, parm); in tcg_out_helper_load_common_args() 5753 tcg_out_helper_load_slots(s, 1, &ptr_mov, parm); in tcg_out_helper_load_common_args() 5855 tcg_out_helper_load_slots(s, 1, mov, parm); in tcg_out_ld_helper_args() 5863 tcg_out_helper_load_slots(s, nmov, mov, parm); in tcg_out_ld_helper_args() 6048 tcg_out_helper_load_slots(s, nmov, mov, parm); in tcg_out_st_helper_args() 6061 tcg_out_helper_load_slots(s, nmov, mov, parm); in tcg_out_st_helper_args()
|