Searched refs:irop_t (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/memcheck/tests/vbit-test/ |
D | vtest.h | 104 } irop_t; typedef 128 irop_t *get_irop(IROp); 134 int test_unary_op(const irop_t *, test_data_t *); 135 int test_binary_op(const irop_t *, test_data_t *); 136 int test_ternary_op(const irop_t *, test_data_t *); 137 int test_qernary_op(const irop_t *, test_data_t *); 140 void valgrind_execute_test(const irop_t *, test_data_t *); 142 IRICB new_iricb(const irop_t *, test_data_t *); 145 void complain(const irop_t *, const test_data_t *, vbits_t expected);
|
D | unary.c | 33 check_result_for_unary(const irop_t *op, const test_data_t *data) in check_result_for_unary() 81 test_unary_op(const irop_t *op, test_data_t *data) in test_unary_op()
|
D | ternary.c | 33 check_result_for_ternary(const irop_t *op, const test_data_t *data) in check_result_for_ternary() 63 test_ternary_op(const irop_t *op, test_data_t *data) in test_ternary_op()
|
D | qernary.c | 33 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()
|
D | binary.c | 73 check_result_for_binary(const irop_t *op, const test_data_t *data) in check_result_for_binary() 200 test_shift(const irop_t *op, test_data_t *data) in test_shift() 281 test_and(const irop_t *op, test_data_t *data) in test_and() 355 test_or(const irop_t *op, test_data_t *data) in test_or() 437 test_binary_op(const irop_t *op, test_data_t *data) in test_binary_op()
|
D | main.c | 36 new_test_data(const irop_t *op) in new_test_data() 136 const irop_t *op = get_irop(opkind); in main()
|
D | valgrind.c | 34 new_iricb(const irop_t *op, test_data_t *data) in new_iricb() 116 valgrind_execute_test(const irop_t *op, test_data_t *data) in valgrind_execute_test()
|
D | util.c | 61 complain(const irop_t *op, const test_data_t *data, vbits_t expected) in complain()
|
D | irops.c | 37 static irop_t irops[] = { 1090 irop_t * 1096 irop_t *p = irops + i; in get_irop()
|