Searched refs:and_combine (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | binary.c | 11 and_combine(vbits_t v1, vbits_t v2, value_t val2, int invert_val2) in and_combine() function 135 term2 = and_combine(opnd1->vbits, opnd2->vbits, opnd2->value, 0); in check_result_for_binary() 136 term3 = and_combine(opnd2->vbits, opnd1->vbits, opnd1->value, 0); in check_result_for_binary() 151 term2 = and_combine(opnd1->vbits, opnd2->vbits, opnd2->value, 1); in check_result_for_binary() 152 term3 = and_combine(opnd2->vbits, opnd1->vbits, opnd1->value, 1); in check_result_for_binary()
|