Home
last modified time | relevance | path

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

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