Searched refs:opnd_t (Results 1 – 7 of 7) sorted by relevance
35 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()
35 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()66 opnd_t *opnds = data->opnds; in test_ternary_op()
115 } opnd_t; typedef121 opnd_t result;122 opnd_t opnds[MAX_OPERANDS];132 void print_opnd(FILE *, const opnd_t *);
75 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()203 opnd_t *opnds = data->opnds; in test_shift()284 opnd_t *opnds = data->opnds; in test_and()358 opnd_t *opnds = data->opnds; in test_or()440 opnd_t *opnds = data->opnds; in test_binary_op()
35 const opnd_t *result = &data->result; in check_result_for_unary()36 const opnd_t *opnd = &data->opnds[0]; in check_result_for_unary()
64 valgrind_set_vbits(opnd_t *opnd) in valgrind_set_vbits()83 valgrind_get_vbits(opnd_t *opnd) in valgrind_get_vbits()
119 print_opnd(FILE *fp, const opnd_t *opnd) in print_opnd()