Home
last modified time | relevance | path

Searched refs:SetUint (Results 1 – 8 of 8) sorted by relevance

/external/vixl/src/aarch64/
Dlogic-aarch64.cc530 dst.SetUint(vform, i, result ? MaxUintFromFormat(vform) : 0); in cmp()
555 dst.SetUint(vform, i, ((ua & ub) != 0) ? MaxUintFromFormat(vform) : 0); in cmptst()
666 dst.SetUint(vform, i, quotient); in udiv()
704 dst.SetUint(vform, i, src1.Uint(vform, i) * src2.Uint(vform, i)); in mul()
779 dst.SetUint(vform, i, dst_val); in umulh()
1119 dst.SetUint(vform, in pmul()
1134 dst.SetUint(vform, in pmull()
1151 dst.SetUint(vform, in pmull2()
1225 dst.SetUint(vform, i, src1.Uint(vform, i) & src2.Uint(vform, i)); in and_()
1237 dst.SetUint(vform, i, src1.Uint(vform, i) | src2.Uint(vform, i)); in orr()
[all …]
Dsimulator-aarch64.h597 void SetUint(VectorFormat vform, int index, uint64_t value) const { in SetUint() function
621 SetUint(vform, i, src[i]); in SetUintArray()
649 SetUint(kFormat16B, i, 0); in ClearForWrite()
709 SetUint(vform, i, MaxUintFromFormat(vform)); in UnsignedSaturate()
711 SetUint(vform, i, 0); in UnsignedSaturate()
726 SetUint(vform, i, Uint(vform, i) + (GetRounding(i) ? 1 : 0)); in Round()
760 SetUint(vform, i, uval ^ ((MaxUintFromFormat(vform) >> 1) + 1)); in Halve()
1746 dst.SetUint(vform, index, MemReadUint(msize_in_bytes, addr));
Dsimulator-aarch64.cc3772 .SetUint(kFormatD, 1, ReadXRegister(src)); in VisitFPIntegerConvert()
11003 dst.SetUint(vform, 0, src2_value.first ? src2_value.second : src1_value); in VisitSVEConditionallyExtractElementToSIMDFPScalar()
11058 dst.SetUint(vform, 0, value.second); in VisitSVEExtractElementToSIMDFPScalarRegister()
/external/libchrome/base/debug/
Dactivity_analyzer_unittest.cc274 user_data1.SetUint("uint1", 1111); in TEST_F()
286 user_data2.SetUint("uint2", 2222); in TEST_F()
371 process_data.SetUint("uint", 9999); in TEST_F()
Dactivity_tracker_unittest.cc121 data.SetUint("b", 1U); // Small names fit beside header in a word. in TEST_F()
Dactivity_tracker.h445 void SetUint(StringPiece name, uint64_t value) { in SetUint() function
/external/golang-protobuf/proto/
Dtext_parser.go857 fv.SetUint(uint64(x))
862 fv.SetUint(x)
/external/vixl/test/aarch64/
Dtest-trace-aarch64.cc3016 reg.SetUint(kFormatVnD, lane, base | mantissas); in TraceTestHelper()