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

/external/vixl/src/vixl/a64/
H A Dsimulator-a64.h502 void SetUint(VectorFormat vform, int index, uint64_t value) const { function in class:vixl::LogicVRegister
546 SetUint(kFormat16B, i, 0);
608 SetUint(vform, i, MaxUintFromFormat(vform));
610 SetUint(vform, i, 0);

Completed in 50 milliseconds