Searched defs:cr_native (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_ppc_helpers.c265 void LibVEX_GuestPPC32_put_CR ( UInt cr_native, argument
272 t = cr_native >> (4*(7-(_n))); \
292 void LibVEX_GuestPPC64_put_CR ( UInt cr_native, argument
299 t = cr_native >> (4*(7-(_n))); \

Completed in 936 milliseconds