Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/tests/vbit-test/
Dvtest.h78 } irop_t; typedef
102 irop_t *get_irop(IROp);
108 int test_unary_op(const irop_t *, test_data_t *);
109 int test_binary_op(const irop_t *, test_data_t *);
110 int test_ternary_op(const irop_t *, test_data_t *);
111 int test_qernary_op(const irop_t *, test_data_t *);
114 void valgrind_execute_test(const irop_t *, test_data_t *);
116 IRICB new_iricb(const irop_t *, test_data_t *);
119 void complain(const irop_t *, const test_data_t *, vbits_t expected);
Dunary.c9 check_result_for_unary(const irop_t *op, const test_data_t *data) in check_result_for_unary()
57 test_unary_op(const irop_t *op, test_data_t *data) in test_unary_op()
Dternary.c9 check_result_for_ternary(const irop_t *op, const test_data_t *data) in check_result_for_ternary()
39 test_ternary_op(const irop_t *op, test_data_t *data) in test_ternary_op()
Dqernary.c9 check_result_for_qernary(const irop_t *op, const test_data_t *data) in check_result_for_qernary()
40 test_qernary_op(const irop_t *op, test_data_t *data) in test_qernary_op()
Dbinary.c49 check_result_for_binary(const irop_t *op, const test_data_t *data) in check_result_for_binary()
176 test_shift(const irop_t *op, test_data_t *data) in test_shift()
257 test_and(const irop_t *op, test_data_t *data) in test_and()
331 test_or(const irop_t *op, test_data_t *data) in test_or()
413 test_binary_op(const irop_t *op, test_data_t *data) in test_binary_op()
Dvalgrind.c10 new_iricb(const irop_t *op, test_data_t *data) in new_iricb()
92 valgrind_execute_test(const irop_t *op, test_data_t *data) in valgrind_execute_test()
Dmain.c12 new_test_data(const irop_t *op) in new_test_data()
112 const irop_t *op = get_irop(opkind); in main()
Dirops.c12 static irop_t irops[] = {
989 irop_t *
995 irop_t *p = irops + i; in get_irop()
Dutil.c29 complain(const irop_t *op, const test_data_t *data, vbits_t expected) in complain()