Home
last modified time | relevance | path

Searched refs:vs1 (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc216 type_sew_t<x>::type vs1 = Rvvelt<type_sew_t<x>::type>(rvv_vs1_reg(), i); \
222 type_usew_t<x>::type vs1 = Rvvelt<type_usew_t<x>::type>(rvv_vs1_reg(), i); \
266 type_sew_t<x>::type vs1 = Rvvelt<type_sew_t<x>::type>(rvv_vs1_reg(), i); \
592 type_sew_t<x>::type vs1 = Rvvelt<type_sew_t<x>::type>(rvv_vs1_reg(), i); \
641 type_sew_t<x>::type vs1 = Rvvelt<type_sew_t<x>::type>(rvv_vs1_reg(), i); \
653 type_usew_t<x>::type vs1 = Rvvelt<type_usew_t<x>::type>(rvv_vs1_reg(), i); \
829 float vs1 = Rvvelt<float>(rvv_vs1_reg(), i); \
836 double vs1 = Rvvelt<double>(rvv_vs1_reg(), i); \
886 double vs1 = static_cast<double>(Rvvelt<float>(rvv_vs1_reg(), i)); \
907 auto alu_out = fn(vs1, vs
5319 auto vs1 = Rvvelt<uint8_t>(rvv_vs1_reg(), i); global() variable
5326 auto vs1 = Rvvelt<uint16_t>(rvv_vs1_reg(), i); global() variable
5332 auto vs1 = Rvvelt<uint32_t>(rvv_vs1_reg(), i); global() variable
5338 auto vs1 = Rvvelt<uint64_t>(rvv_vs1_reg(), i); global() variable
[all...]
/third_party/ffmpeg/libavcodec/ppc/
H A Dh264chroma_template.c85 #define GET_VSRC(vs0, vs1, off, b, perm0, perm1, s){ \
95 vs1 = vsrcDuc; \
97 vs1 = vec_perm(vsrcCuc, vsrcDuc, perm1); \
105 #define GET_VSRC(vs0, vs1, off, b, perm0, perm1, s){ \
107 vs1 = vec_vsx_ld(off + 1, s); \
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h714 void vmv_vv(VRegister vd, VRegister vs1);
719 void vmerge_vv(VRegister vd, VRegister vs1, VRegister vs2);
723 void vredmaxu_vs(VRegister vd, VRegister vs2, VRegister vs1,
725 void vredmax_vs(VRegister vd, VRegister vs2, VRegister vs1,
727 void vredmin_vs(VRegister vd, VRegister vs2, VRegister vs1,
729 void vredminu_vs(VRegister vd, VRegister vs2, VRegister vs1,
732 void vadc_vv(VRegister vd, VRegister vs1, VRegister vs2);
736 void vmadc_vv(VRegister vd, VRegister vs1, VRegister vs2);
749 void name##_vv(VRegister vd, VRegister vs2, VRegister vs1, \
761 void name##_vv(VRegister vd, VRegister vs2, VRegister vs1, \
[all...]
H A Dassembler-riscv64.cc1147 VRegister vs1, VRegister vs2, MaskType mask) { in GenInstrV()
1151 ((vs1.code() & 0x1F) << kRvvVs1Shift) | in GenInstrV()
1157 int8_t vs1, VRegister vs2, MaskType mask) { in GenInstrV()
1161 ((vs1 & 0x1F) << kRvvVs1Shift) | in GenInstrV()
1167 VRegister vs1, VRegister vs2, MaskType mask) { in GenInstrV()
1171 ((vs1.code() & 0x1F) << kRvvVs1Shift) | in GenInstrV()
1178 VRegister vs1, VRegister vs2, MaskType mask) { in GenInstrV()
1182 ((vs1.code() & 0x1F) << kRvvVs1Shift) | in GenInstrV()
1275 uint8_t vs1, VRegister vs2, MaskType mask) { in GenInstrV()
1279 ((vs1 in GenInstrV()
1146 GenInstrV(uint8_t funct6, Opcode opcode, VRegister vd, VRegister vs1, VRegister vs2, MaskType mask) GenInstrV() argument
1156 GenInstrV(uint8_t funct6, Opcode opcode, VRegister vd, int8_t vs1, VRegister vs2, MaskType mask) GenInstrV() argument
1166 GenInstrV(uint8_t funct6, Opcode opcode, Register rd, VRegister vs1, VRegister vs2, MaskType mask) GenInstrV() argument
1177 GenInstrV(uint8_t funct6, Opcode opcode, FPURegister fd, VRegister vs1, VRegister vs2, MaskType mask) GenInstrV() argument
1274 GenInstrV(uint8_t funct6, Opcode opcode, Register rd, uint8_t vs1, VRegister vs2, MaskType mask) GenInstrV() argument
2476 vredmaxu_vs(VRegister vd, VRegister vs2, VRegister vs1, MaskType mask) vredmaxu_vs() argument
2481 vredmax_vs(VRegister vd, VRegister vs2, VRegister vs1, MaskType mask) vredmax_vs() argument
2486 vredmin_vs(VRegister vd, VRegister vs2, VRegister vs1, MaskType mask) vredmin_vs() argument
2491 vredminu_vs(VRegister vd, VRegister vs2, VRegister vs1, MaskType mask) vredminu_vs() argument
2496 vmv_vv(VRegister vd, VRegister vs1) vmv_vv() argument
2516 vmerge_vv(VRegister vd, VRegister vs1, VRegister vs2) vmerge_vv() argument
2528 vadc_vv(VRegister vd, VRegister vs1, VRegister vs2) vadc_vv() argument
2540 vmadc_vv(VRegister vd, VRegister vs1, VRegister vs2) vmadc_vv() argument
2552 vrgather_vv(VRegister vd, VRegister vs2, VRegister vs1, MaskType mask) vrgather_vv() argument
[all...]
/third_party/ffmpeg/libswscale/ppc/
H A Dswscale_ppc_template.c34 vector unsigned short vs1, vs2; in yuv2planeX_8_16() local
63 vs1 = vec_packsu(vo1, vo2); in yuv2planeX_8_16()
65 vf = vec_packsu(vs1, vs2); in yuv2planeX_8_16()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockTests.cpp589 std::string vs1("layout (std140) uniform Data { lowp float x; } myData;\n" in iterate()
612 if (!Link(vs1, fs1) || !Link(vs2, fs2)) in iterate()
694 std::string vs1("precision highp float;\n" in iterate()
707 if (!Test(vs1, fs1, GL_FALSE)) in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderStorageBufferObjectTests.cpp5219 std::string vs1("buffer Buf { float x; };\n" in Run()
5228 if (Link(vs1, fs1)) in Run()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderStorageBufferObjectTests.cpp4961 std::string vs1("buffer Buf { float x; };\n" in Run()
4970 if (Link(vs1, fs1)) in Run()

Completed in 38 milliseconds