Searched refs:tcg_get_arg_str_idx (Results 1 – 1 of 1) sorted by relevance
/external/qemu/tcg/ |
D | tcg.c | 691 static char *tcg_get_arg_str_idx(TCGContext *s, char *buf, int buf_size, in tcg_get_arg_str_idx() function 710 return tcg_get_arg_str_idx(s, buf, buf_size, GET_TCGV_I32(arg)); in tcg_get_arg_str_i32() 715 return tcg_get_arg_str_idx(s, buf, buf_size, GET_TCGV_I64(arg)); in tcg_get_arg_str_i64() 817 tcg_get_arg_str_idx(s, buf, sizeof(buf), args[nb_oargs + nb_iargs - 1])); in tcg_dump_ops() 826 tcg_get_arg_str_idx(s, buf, sizeof(buf), args[i])); in tcg_dump_ops() 834 tcg_get_arg_str_idx(s, buf, sizeof(buf), args[nb_oargs + i])); in tcg_dump_ops() 849 tcg_get_arg_str_idx(s, buf, sizeof(buf), args[0])); in tcg_dump_ops() 878 tcg_get_arg_str_idx(s, buf, sizeof(buf), args[k++])); in tcg_dump_ops() 884 tcg_get_arg_str_idx(s, buf, sizeof(buf), args[k++])); in tcg_dump_ops() 1249 printf(" %10s: ", tcg_get_arg_str_idx(s, buf, sizeof(buf), i)); in dump_regs() [all …]
|