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

/external/vixl/src/aarch64/
H A Dsimulator-aarch64.cc1906 uint32_t Simulator::Poly32Mod2(unsigned n, uint64_t data, uint32_t poly) { function in class:vixl::Simulator
1925 return ReverseBits(Poly32Mod2(32 + size, tempacc ^ tempval, poly));
1930 // Poly32Mod2 cannot handle inputs with more than 32 bits, so compute

Completed in 171 milliseconds