Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/vbit-test/
Dbinary.c35 and_combine(vbits_t v1, vbits_t v2, value_t val2, int invert_val2) in and_combine() function
163 term2 = and_combine(opnd1->vbits, opnd2->vbits, opnd2->value, 0); in check_result_for_binary()
164 term3 = and_combine(opnd2->vbits, opnd1->vbits, opnd1->value, 0); in check_result_for_binary()
179 term2 = and_combine(opnd1->vbits, opnd2->vbits, opnd2->value, 1); in check_result_for_binary()
180 term3 = and_combine(opnd2->vbits, opnd1->vbits, opnd1->value, 1); in check_result_for_binary()