HomeSort by relevance Sort by last modified time
    Searched refs:SetUint (Results 1 - 3 of 3) sorted by null

  /external/vixl/src/vixl/a64/
logic-a64.cc 722 dst.SetUint(vform, i, result ? MaxUintFromFormat(vform) : 0);
747 dst.SetUint(vform, i, ((ua & ub) != 0) ? MaxUintFromFormat(vform) : 0);
824 dst.SetUint(vform, i, src1.Uint(vform, i) * src2.Uint(vform, i));
    [all...]
simulator-a64.h 502 void SetUint(VectorFormat vform, int index, uint64_t value) const {
546 SetUint(kFormat16B, i, 0);
608 SetUint(vform, i, MaxUintFromFormat(vform));
610 SetUint(vform, i, 0);
    [all...]
simulator-a64.cc     [all...]

Completed in 275 milliseconds