Searched refs:op2_init (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/memcheck/tests/s390x/ |
D | cs.c | 6 test(int32_t op1_init, int32_t op2_init, int32_t op3_init) in test() argument 11 int32_t op2 = op2_init; in test()
|
D | csg.c | 6 test(int64_t op1_init, int64_t op2_init, int64_t op3_init) in test() argument 11 int64_t op2 = op2_init; in test()
|
D | cdsg.c | 14 test(quad_word op1_init, quad_word op2_init, quad_word op3_init) in test() argument 18 _op2 = op2_init; in test()
|
D | cds.c | 10 test(quad_word op1_init, uint64_t op2_init, quad_word op3_init) in test() argument 14 uint64_t op2 = op2_init; in test()
|
/external/valgrind/none/tests/s390x/ |
D | cs.c | 6 test(int32_t op1_init, int32_t op2_init, int32_t op3_init, int expected_cc) in test() argument 11 int32_t op2 = op2_init; in test()
|
D | csg.c | 6 test(int64_t op1_init, int64_t op2_init, int64_t op3_init, int expected_cc) in test() argument 11 int64_t op2 = op2_init; in test()
|
D | laa.c | 6 test(int32_t op1_init, int32_t op2_init, int32_t op3_init, int expected_cc) in test() argument 11 int32_t op2 = op2_init; in test()
|
D | cds.c | 10 test(quad_word op1_init, uint64_t op2_init, quad_word op3_init, in test() argument 16 uint64_t op2 = op2_init; in test()
|
D | cdsg.c | 14 test(quad_word op1_init, quad_word op2_init, quad_word op3_init, in test() argument 21 _op2 = op2_init; in test()
|