Home
last modified time | relevance | path

Searched refs:opnd_t (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/memcheck/tests/vbit-test/
Dqernary.c35 const opnd_t *result = &data->result; in check_result_for_qernary()
36 const opnd_t *opnd1 = &data->opnds[0]; in check_result_for_qernary()
37 const opnd_t *opnd2 = &data->opnds[1]; in check_result_for_qernary()
38 const opnd_t *opnd3 = &data->opnds[2]; in check_result_for_qernary()
39 const opnd_t *opnd4 = &data->opnds[3]; in check_result_for_qernary()
67 opnd_t *opnds = data->opnds; in test_qernary_op()
Dternary.c35 const opnd_t *result = &data->result; in check_result_for_ternary()
36 const opnd_t *opnd1 = &data->opnds[0]; in check_result_for_ternary()
37 const opnd_t *opnd2 = &data->opnds[1]; in check_result_for_ternary()
38 const opnd_t *opnd3 = &data->opnds[2]; in check_result_for_ternary()
85 opnd_t *opnds = data->opnds; in test_ternary_op()
Dvtest.h197 } opnd_t; typedef
203 opnd_t result;
204 opnd_t opnds[MAX_OPERANDS];
214 void print_opnd(FILE *, const opnd_t *);
Dbinary.c75 const opnd_t *result = &data->result; in check_result_for_binary()
76 const opnd_t *opnd1 = &data->opnds[0]; in check_result_for_binary()
77 const opnd_t *opnd2 = &data->opnds[1]; in check_result_for_binary()
78 opnd_t tmp; in check_result_for_binary()
362 opnd_t *opnds = data->opnds; in test_shift()
443 opnd_t *opnds = data->opnds; in test_and()
517 opnd_t *opnds = data->opnds; in test_or()
599 opnd_t *opnds = data->opnds; in test_binary_op()
Dunary.c35 const opnd_t *result = &data->result; in check_result_for_unary()
36 const opnd_t *opnd = &data->opnds[0]; in check_result_for_unary()
Dvalgrind.c65 valgrind_set_vbits(opnd_t *opnd) in valgrind_set_vbits()
84 valgrind_get_vbits(opnd_t *opnd) in valgrind_get_vbits()
Dutil.c119 print_opnd(FILE *fp, const opnd_t *opnd) in print_opnd()