Searched refs:rol1 (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/none/tests/x86/
H A Dbt_everything.c138 UInt rol1 ( UInt x ) function
168 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep;
177 res = rol1(res) ^ (UInt)ch;
198 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep;
H A Dx86locked.c554 ULong rol1 ( ULong x ) function
585 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep;
594 res = rol1(res) ^ (ULong)ch;
621 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep;
630 res = rol1(res) ^ (ULong)ch;
/external/valgrind/memcheck/tests/amd64/
H A Dbt_everything.c400 ULong rol1 ( ULong x ) function
440 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep;
449 res = rol1(res) ^ (UInt)ch;
479 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep;
/external/valgrind/none/tests/amd64/
H A Damd64locked.c647 ULong rol1 ( ULong x ) function
678 carrydep = c ? (rol1(carrydep) ^ (Long)bitoff) : carrydep;
687 res = rol1(res) ^ (ULong)ch;
714 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep;
723 res = rol1(res) ^ (ULong)ch;
750 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep;
759 res = rol1(res) ^ (ULong)ch;

Completed in 207 milliseconds