Home
last modified time | relevance | path

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

/external/valgrind/none/tests/ppc32/
Djm-insns.c6075 double *fargs_priv; in test_float_st_two_regs_imm16() local
6090 fargs_priv = malloc(nb_tmp_fargs * sizeof(double)); 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()
6101 p_dst = &fargs_priv[i]; in test_float_st_two_regs_imm16()
6102 base = (HWord_t)&fargs_priv[0]; in test_float_st_two_regs_imm16()
6131 free(fargs_priv); in test_float_st_two_regs_imm16()
6142 double *fargs_priv; in test_float_st_three_regs() local
6157 fargs_priv = malloc(nb_tmp_fargs * sizeof(double)); in test_float_st_three_regs()
6165 p_dst = &fargs_priv[nb_tmp_fargs-1 + i]; in test_float_st_three_regs()
[all …]
/external/valgrind/none/tests/ppc64/
Djm-insns.c6075 double *fargs_priv; in test_float_st_two_regs_imm16() local
6090 fargs_priv = malloc(nb_tmp_fargs * sizeof(double)); 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()
6101 p_dst = &fargs_priv[i]; in test_float_st_two_regs_imm16()
6102 base = (HWord_t)&fargs_priv[0]; in test_float_st_two_regs_imm16()
6131 free(fargs_priv); in test_float_st_two_regs_imm16()
6142 double *fargs_priv; in test_float_st_three_regs() local
6157 fargs_priv = malloc(nb_tmp_fargs * sizeof(double)); in test_float_st_three_regs()
6165 p_dst = &fargs_priv[nb_tmp_fargs-1 + i]; in test_float_st_three_regs()
[all …]