Searched refs:SetUint (Results 1 – 8 of 8) sorted by relevance
/external/vixl/src/aarch64/ |
D | logic-aarch64.cc | 530 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 …]
|
D | simulator-aarch64.h | 597 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));
|
D | simulator-aarch64.cc | 3772 .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/ |
D | activity_analyzer_unittest.cc | 274 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()
|
D | activity_tracker_unittest.cc | 121 data.SetUint("b", 1U); // Small names fit beside header in a word. in TEST_F()
|
D | activity_tracker.h | 445 void SetUint(StringPiece name, uint64_t value) { in SetUint() function
|
/external/golang-protobuf/proto/ |
D | text_parser.go | 857 fv.SetUint(uint64(x)) 862 fv.SetUint(x)
|
/external/vixl/test/aarch64/ |
D | test-trace-aarch64.cc | 3016 reg.SetUint(kFormatVnD, lane, base | mantissas); in TraceTestHelper()
|