Home
last modified time | relevance | path

Searched refs:nb_tmp_fargs (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/none/tests/ppc64/
Djm-insns.c6076 int nb_tmp_fargs = nb_fargs; in test_float_st_two_regs_imm16() local
6086 nb_tmp_fargs = nb_normal_fargs; in test_float_st_two_regs_imm16()
6090 fargs_priv = malloc(nb_tmp_fargs * sizeof(double)); in test_float_st_two_regs_imm16()
6093 for (i=1-nb_tmp_fargs; i<nb_tmp_fargs; i++) { in test_float_st_two_regs_imm16()
6096 src = fargs [nb_tmp_fargs-1 + i]; in test_float_st_two_regs_imm16()
6097 p_dst = &fargs_priv[nb_tmp_fargs-1 + i]; in test_float_st_two_regs_imm16()
6098 base = (HWord_t)&fargs_priv[nb_tmp_fargs-1]; in test_float_st_two_regs_imm16()
6143 int nb_tmp_fargs = nb_fargs; in test_float_st_three_regs() local
6153 nb_tmp_fargs = nb_normal_fargs; in test_float_st_three_regs()
6157 fargs_priv = malloc(nb_tmp_fargs * sizeof(double)); in test_float_st_three_regs()
[all …]
/external/valgrind/none/tests/ppc32/
Djm-insns.c6076 int nb_tmp_fargs = nb_fargs; in test_float_st_two_regs_imm16() local
6086 nb_tmp_fargs = nb_normal_fargs; in test_float_st_two_regs_imm16()
6090 fargs_priv = malloc(nb_tmp_fargs * sizeof(double)); in test_float_st_two_regs_imm16()
6093 for (i=1-nb_tmp_fargs; i<nb_tmp_fargs; i++) { in test_float_st_two_regs_imm16()
6096 src = fargs [nb_tmp_fargs-1 + i]; in test_float_st_two_regs_imm16()
6097 p_dst = &fargs_priv[nb_tmp_fargs-1 + i]; in test_float_st_two_regs_imm16()
6098 base = (HWord_t)&fargs_priv[nb_tmp_fargs-1]; in test_float_st_two_regs_imm16()
6143 int nb_tmp_fargs = nb_fargs; in test_float_st_three_regs() local
6153 nb_tmp_fargs = nb_normal_fargs; in test_float_st_three_regs()
6157 fargs_priv = malloc(nb_tmp_fargs * sizeof(double)); in test_float_st_three_regs()
[all …]