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 2695 *itstate = (ni << 24) | (ni << 16) | (setbit32(fc, 4, m3) << 8) | fc; in compute_ITSTATE() 2703 | (setbit32(fc, 4, m2) << 16) in compute_ITSTATE() 2704 | (setbit32(fc, 4, m3) << 8) | fc; in compute_ITSTATE() 2712 *itstate = (setbit32(fc, 4, m1) << 24) in compute_ITSTATE() 2713 | (setbit32(fc, 4, m2) << 16) in compute_ITSTATE() 2714 | (setbit32(fc, 4, m3) << 8) | fc; in compute_ITSTATE()
|