Home
last modified time | relevance | path

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

/external/valgrind/none/tests/x86/
Dbt_everything.c149 UInt rol1 ( UInt x ) in rol1() function
179 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep; in main()
188 res = rol1(res) ^ (UInt)ch; in main()
209 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep; in main()
Dx86locked.c566 ULong rol1 ( ULong x ) in rol1() function
597 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep; in do_bt_G_E_tests()
606 res = rol1(res) ^ (ULong)ch; in do_bt_G_E_tests()
633 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep; in do_bt_G_E_tests()
642 res = rol1(res) ^ (ULong)ch; in do_bt_G_E_tests()
/external/valgrind/none/tests/amd64/
Damd64locked.c659 ULong rol1 ( ULong x ) in rol1() function
690 carrydep = c ? (rol1(carrydep) ^ (Long)bitoff) : carrydep; in do_bt_G_E_tests()
699 res = rol1(res) ^ (ULong)ch; in do_bt_G_E_tests()
726 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep; in do_bt_G_E_tests()
735 res = rol1(res) ^ (ULong)ch; in do_bt_G_E_tests()
762 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep; in do_bt_G_E_tests()
771 res = rol1(res) ^ (ULong)ch; in do_bt_G_E_tests()
/external/valgrind/memcheck/tests/amd64/
Dbt_everything.c412 ULong rol1 ( ULong x ) in rol1() function
452 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep; in main()
461 res = rol1(res) ^ (UInt)ch; in main()
491 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep; in main()