Home
last modified time | relevance | path

Searched refs:irop_t (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/memcheck/tests/vbit-test/
Dvtest.h186 } irop_t; typedef
210 irop_t *get_irop(IROp);
216 int test_unary_op(const irop_t *, test_data_t *);
217 int test_binary_op(const irop_t *, test_data_t *);
218 int test_ternary_op(const irop_t *, test_data_t *);
219 int test_qernary_op(const irop_t *, test_data_t *);
222 void valgrind_execute_test(const irop_t *, test_data_t *);
224 IRICB new_iricb(const irop_t *, test_data_t *);
227 void complain(const irop_t *, const test_data_t *, vbits_t expected);
Dmain.c36 new_test_data(const irop_t *op) in new_test_data()
83 irop_t* tmp; in fixup_irops()
171 const irop_t *op = get_irop(opkind); in main()
Dqernary.c33 check_result_for_qernary(const irop_t *op, const test_data_t *data) in check_result_for_qernary()
64 test_qernary_op(const irop_t *op, test_data_t *data) in test_qernary_op()
Dunary.c33 check_result_for_unary(const irop_t *op, const test_data_t *data) in check_result_for_unary()
106 test_unary_op(const irop_t *op, test_data_t *data) in test_unary_op()
Dternary.c33 check_result_for_ternary(const irop_t *op, const test_data_t *data) in check_result_for_ternary()
82 test_ternary_op(const irop_t *op, test_data_t *data) in test_ternary_op()
Dvalgrind.c34 new_iricb(const irop_t *op, test_data_t *data) in new_iricb()
117 valgrind_execute_test(const irop_t *op, test_data_t *data) in valgrind_execute_test()
Dbinary.c73 check_result_for_binary(const irop_t *op, const test_data_t *data) in check_result_for_binary()
359 test_shift(const irop_t *op, test_data_t *data) in test_shift()
440 test_and(const irop_t *op, test_data_t *data) in test_and()
514 test_or(const irop_t *op, test_data_t *data) in test_or()
596 test_binary_op(const irop_t *op, test_data_t *data) in test_binary_op()
Dutil.c61 complain(const irop_t *op, const test_data_t *data, vbits_t expected) in complain()
Dirops.c38 static irop_t irops[] = {
1121 irop_t *
1127 irop_t *p = irops + i; in get_irop()