Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h268 // 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 Dmacro-assembler-arm.h467 void LoadLane(NeonSize sz, NeonListOperand dst_list, uint8_t lane,
469 void StoreLane(NeonSize sz, NeonListOperand src_list, uint8_t lane,
H A Dassembler-arm.cc3759 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 Dmacro-assembler-arm.cc1146 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 Dliftoff-assembler-arm.h332 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 Dcode-generator-arm.cc1635 __ 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...]

Completed in 28 milliseconds