Searched refs:setbit32 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 231 static UInt setbit32 ( UInt x, Int ix, UInt b ) in setbit32() function 2668 *itstate = (ni << 24) | (ni << 16) | (setbit32(fc, 4, m3) << 8) | fc; in compute_ITSTATE() 2676 | (setbit32(fc, 4, m2) << 16) in compute_ITSTATE() 2677 | (setbit32(fc, 4, m3) << 8) | fc; in compute_ITSTATE() 2685 *itstate = (setbit32(fc, 4, m1) << 24) in compute_ITSTATE() 2686 | (setbit32(fc, 4, m2) << 16) in compute_ITSTATE() 2687 | (setbit32(fc, 4, m3) << 8) | fc; in compute_ITSTATE()
|