/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.h | 268 // Class NeonListOperand represents a list of NEON registers 269 class NeonListOperand { class 271 explicit NeonListOperand(DoubleRegister base, int register_count = 1) in NeonListOperand() function in v8::internal::NeonListOperand 273 explicit NeonListOperand(QwNeonRegister q_reg) in NeonListOperand() function in v8::internal::NeonListOperand 846 void vld1(NeonSize size, const NeonListOperand& dst, 849 void vld1s(NeonSize size, const NeonListOperand& dst, uint8_t index, 851 void vld1r(NeonSize size, const NeonListOperand& dst, 853 void vst1(NeonSize size, const NeonListOperand& src, 856 void vst1s(NeonSize size, const NeonListOperand& src, uint8_t index, 981 void vtbl(DwVfpRegister dst, const NeonListOperand [all...] |
H A D | macro-assembler-arm.h | 467 void LoadLane(NeonSize sz, NeonListOperand dst_list, uint8_t lane, 469 void StoreLane(NeonSize sz, NeonListOperand src_list, uint8_t lane,
|
H A D | assembler-arm.cc | 3759 void Assembler::vld1(NeonSize size, const NeonListOperand& dst, in vld1() 3773 void Assembler::vld1s(NeonSize size, const NeonListOperand& dst, uint8_t index, in vld1s() 3795 void Assembler::vld1r(NeonSize size, const NeonListOperand& dst, in vld1r() 3805 void Assembler::vst1(NeonSize size, const NeonListOperand& src, in vst1() 3817 void Assembler::vst1s(NeonSize size, const NeonListOperand& src, uint8_t index, in vst1s() 5069 static Instr EncodeNeonVTB(DwVfpRegister dst, const NeonListOperand& list, in EncodeNeonVTB() 5086 void Assembler::vtbl(DwVfpRegister dst, const NeonListOperand& list, in vtbl() 5092 void Assembler::vtbx(DwVfpRegister dst, const NeonListOperand& list, in vtbx()
|
H A D | macro-assembler-arm.cc | 1146 void TurboAssembler::LoadLane(NeonSize sz, NeonListOperand dst_list, in CallRecordWriteStub() 1156 void TurboAssembler::StoreLane(NeonSize sz, NeonListOperand src_list, in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 332 assm->vst1(Neon8, NeonListOperand(src.low_fp(), 2), NeonMemOperand(addr)); in Store() 366 assm->vld1(Neon8, NeonListOperand(dst.low_fp(), 2), NeonMemOperand(addr)); in Load() 657 __ vld1(Neon64, NeonListOperand(dst.fp()), in LoadInternal() 669 __ vld1(Neon8, NeonListOperand(dst.low_fp(), 2), in LoadInternal() 818 vst1(Neon64, NeonListOperand(src.fp()), NeonMemOperand(actual_dst_addr)); in Store() 824 vst1(Neon8, NeonListOperand(src.low_fp(), 2), in Store() 2358 vld1(Neon8, NeonListOperand(dst.low_fp()), in LoadTransform() 2362 vld1(Neon8, NeonListOperand(dst.low_fp()), in LoadTransform() 2366 vld1(Neon16, NeonListOperand(dst.low_fp()), in LoadTransform() 2370 vld1(Neon16, NeonListOperand(ds in LoadTransform() [all...] |
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 1635 __ vld1(Neon8, NeonListOperand(i.OutputDoubleRegister()), in AssembleArchInstruction() 1640 __ vst1(Neon8, NeonListOperand(i.InputDoubleRegister(0)), in AssembleArchInstruction() 1645 __ vld1(Neon8, NeonListOperand(i.OutputSimd128Register()), in AssembleArchInstruction() 1650 __ vst1(Neon8, NeonListOperand(i.InputSimd128Register(0)), in AssembleArchInstruction() 1774 __ vld1(Neon8, NeonListOperand(i.OutputSimd128Register()), in AssembleArchInstruction() 3119 NeonListOperand table(tbl); in AssembleArchInstruction() 3143 NeonListOperand table(table_base, table_size); in AssembleArchInstruction() 3230 __ vld1r(Neon8, NeonListOperand(i.OutputSimd128Register()), in AssembleArchInstruction() 3235 __ vld1r(Neon16, NeonListOperand(i.OutputSimd128Register()), in AssembleArchInstruction() 3240 __ vld1r(Neon32, NeonListOperand( in AssembleArchInstruction() [all...] |