Searched refs:a_max (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/VEX/useful/ |
D | test_main.c | 1344 IRAtom *a_min, *b_min, *a_max, *b_max; in expensiveAdd32() local 1373 a_max = assignNew(mce,ty, binop(opOR, aa, qaa)); in expensiveAdd32() 1385 assignNew(mce,ty, binop(opADD, a_max, b_max)) in expensiveAdd32()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 1888 IRAtom *a_min, *b_min, *a_max, *b_max; in expensiveAddSub() local 1930 a_max = assignNew('V', mce,ty, binop(opOR, aa, qaa)); in expensiveAddSub() 1944 assignNew('V', mce,ty, binop(opADD, a_max, b_max)) in expensiveAddSub() 1958 assignNew('V', mce,ty, binop(opSUB, a_max, b_min)) in expensiveAddSub()
|