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

/external/valgrind/main/VEX/priv/
H A Dguest_ppc_helpers.c253 void LibVEX_GuestPPC32_put_CR ( UInt cr_native, argument
260 t = cr_native >> (4*(7-(_n))); \
280 void LibVEX_GuestPPC64_put_CR ( UInt cr_native, argument
287 t = cr_native >> (4*(7-(_n))); \

Completed in 48 milliseconds