Home
last modified time | relevance | path

Searched refs:NeonListOperand (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/arm/
Dcodegen-arm.cc76 __ vld1(Neon8, NeonListOperand(d0, 4), NeonMemOperand(src, PostIndex)); in CreateMemCopyUint8Function()
80 __ vld1(Neon8, NeonListOperand(d4, 4), NeonMemOperand(src, PostIndex)); in CreateMemCopyUint8Function()
82 __ vst1(Neon8, NeonListOperand(d0, 4), NeonMemOperand(dest, PostIndex)); in CreateMemCopyUint8Function()
83 __ vst1(Neon8, NeonListOperand(d4, 4), NeonMemOperand(dest, PostIndex)); in CreateMemCopyUint8Function()
88 __ vld1(Neon8, NeonListOperand(d0, 4), NeonMemOperand(src, PostIndex)); in CreateMemCopyUint8Function()
89 __ vld1(Neon8, NeonListOperand(d4, 4), NeonMemOperand(src, PostIndex)); in CreateMemCopyUint8Function()
91 __ vst1(Neon8, NeonListOperand(d0, 4), NeonMemOperand(dest, PostIndex)); in CreateMemCopyUint8Function()
92 __ vst1(Neon8, NeonListOperand(d4, 4), NeonMemOperand(dest, PostIndex)); in CreateMemCopyUint8Function()
93 __ vld1(Neon8, NeonListOperand(d0, 4), NeonMemOperand(src, PostIndex)); in CreateMemCopyUint8Function()
94 __ vld1(Neon8, NeonListOperand(d4, 4), NeonMemOperand(src, PostIndex)); in CreateMemCopyUint8Function()
[all …]
Dassembler-arm.h625 class NeonListOperand BASE_EMBEDDED {
627 explicit NeonListOperand(DoubleRegister base, int registers_count = 1);
1309 const NeonListOperand& dst,
1312 const NeonListOperand& src,
Dassembler-arm.cc487 NeonListOperand::NeonListOperand(DoubleRegister base, int registers_count) { in NeonListOperand() function in v8::internal::NeonListOperand
3866 const NeonListOperand& dst, in vld1()
3880 const NeonListOperand& src, in vst1()