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.c11 const opnd_t *result = &data->result; in check_result_for_qernary()
12 const opnd_t *opnd1 = &data->opnds[0]; in check_result_for_qernary()
13 const opnd_t *opnd2 = &data->opnds[1]; in check_result_for_qernary()
14 const opnd_t *opnd3 = &data->opnds[2]; in check_result_for_qernary()
15 const opnd_t *opnd4 = &data->opnds[3]; in check_result_for_qernary()
43 opnd_t *opnds = data->opnds; in test_qernary_op()
Dternary.c11 const opnd_t *result = &data->result; in check_result_for_ternary()
12 const opnd_t *opnd1 = &data->opnds[0]; in check_result_for_ternary()
13 const opnd_t *opnd2 = &data->opnds[1]; in check_result_for_ternary()
14 const opnd_t *opnd3 = &data->opnds[2]; in check_result_for_ternary()
42 opnd_t *opnds = data->opnds; in test_ternary_op()
Dvtest.h91 } opnd_t; typedef
97 opnd_t result;
98 opnd_t opnds[MAX_OPERANDS];
108 void print_opnd(FILE *, const opnd_t *);
Dbinary.c51 const opnd_t *result = &data->result; in check_result_for_binary()
52 const opnd_t *opnd1 = &data->opnds[0]; in check_result_for_binary()
53 const opnd_t *opnd2 = &data->opnds[1]; in check_result_for_binary()
179 opnd_t *opnds = data->opnds; in test_shift()
260 opnd_t *opnds = data->opnds; in test_and()
334 opnd_t *opnds = data->opnds; in test_or()
416 opnd_t *opnds = data->opnds; in test_binary_op()
Dunary.c11 const opnd_t *result = &data->result; in check_result_for_unary()
12 const opnd_t *opnd = &data->opnds[0]; in check_result_for_unary()
Dvalgrind.c40 valgrind_set_vbits(opnd_t *opnd) in valgrind_set_vbits()
59 valgrind_get_vbits(opnd_t *opnd) in valgrind_get_vbits()
Dutil.c87 print_opnd(FILE *fp, const opnd_t *opnd) in print_opnd()