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

/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc748 dst.SetUint(vform, i, result ? MaxUintFromFormat(vform) : 0);
773 dst.SetUint(vform, i, ((ua & ub) != 0) ? MaxUintFromFormat(vform) : 0);
850 dst.SetUint(vform, i, src1.Uint(vform, i) * src2.Uint(vform, i));
1145 dst.SetUint(vform,
1160 dst.SetUint(vform,
1177 dst.SetUint(vform,
1223 dst.SetUint(vform, i, src1.Uint(vform, i) & src2.Uint(vform, i));
1235 dst.SetUint(vform, i, src1.Uint(vform, i) | src2.Uint(vform, i));
1247 dst.SetUint(vform, i, src1.Uint(vform, i) | ~src2.Uint(vform, i));
1259 dst.SetUint(vfor
[all...]
H A Dsimulator-aarch64.h455 void SetUint(VectorFormat vform, int index, uint64_t value) const { function in class:vixl::aarch64::LogicVRegister
478 SetUint(vform, i, src[i]);
535 SetUint(kFormat16B, i, 0);
595 SetUint(vform, i, MaxUintFromFormat(vform));
597 SetUint(vform, i, 0);
612 SetUint(vform, i, Uint(vform, i) + (GetRounding(i) ? 1 : 0));
H A Dsimulator-aarch64.cc2383 .SetUint(kFormatD, 1, ReadXRegister(src));
/external/libchrome/base/debug/
H A Dactivity_tracker_unittest.cc122 data.SetUint("b", 1U); // Small names fit beside header in a word.
H A Dactivity_tracker.h445 void SetUint(StringPiece name, uint64_t value) { function in class:base::debug::ActivityUserData
/external/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc2839 reg.SetUint(kFormat2D, 0, low);
2840 reg.SetUint(kFormat2D, 1, high);

Completed in 322 milliseconds