Searched refs:src_f (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 1176 VectorFormat src_f = VectorFormatHalfWidthDoubleLanes(dst_f); in AssembleArchInstruction() local 1178 i.InputSimd128Register(1).Format(src_f)); in AssembleArchInstruction() 1183 VectorFormat src_f = VectorFormatHalfWidthDoubleLanes(dst_f); in AssembleArchInstruction() local 1185 i.InputSimd128Register(0).Format(src_f)); in AssembleArchInstruction() 1191 VectorFormat src_f = VectorFormatHalfWidthDoubleLanes(dst_f); in AssembleArchInstruction() local 1193 i.InputSimd128Register(1).Format(src_f)); in AssembleArchInstruction() 1198 VectorFormat src_f = VectorFormatHalfWidthDoubleLanes(dst_f); in AssembleArchInstruction() local 1200 i.InputSimd128Register(0).Format(src_f)); in AssembleArchInstruction() 1211 VectorFormat src_f = in AssembleArchInstruction() local 1213 VectorFormat dst_f = VectorFormatFillQ(src_f); in AssembleArchInstruction() 1220 VectorFormat src_f = VectorFormatHalfWidth(dst_f); AssembleArchInstruction() local 1229 VectorFormat src_f = VectorFormatHalfWidthDoubleLanes(dst_f); AssembleArchInstruction() local 1243 VectorFormat src_f = VectorFormatHalfWidth(dst_f); AssembleArchInstruction() local 1252 VectorFormat src_f = VectorFormatHalfWidthDoubleLanes(dst_f); AssembleArchInstruction() local 1260 VectorFormat src_f = VectorFormatHalfWidth(dst_f); AssembleArchInstruction() local 1269 VectorFormat src_f = VectorFormatHalfWidthDoubleLanes(dst_f); AssembleArchInstruction() local 1283 VectorFormat src_f = VectorFormatHalfWidth(dst_f); AssembleArchInstruction() local 1292 VectorFormat src_f = VectorFormatHalfWidthDoubleLanes(dst_f); AssembleArchInstruction() local 2244 VectorFormat src_f = VectorFormatFillQ(dst_f); AssembleArchInstruction() local [all...] |
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_altivec_template.c | 26 #define ALTIVEC_TRANSPOSE_8x8_SHORT(src_a,src_b,src_c,src_d,src_e,src_f,src_g,src_h) \ 34 tempC1 = vec_mergeh (src_b, src_f); \ 35 tempD1 = vec_mergel (src_b, src_f); \ 53 src_f = vec_mergel (tempC2, tempG2); \
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 4270 FloatRegister src_f = liftoff::GetFloatRegister(src); 4271 VFPCompareAndSetFlags(src_f, src_f);
|
Completed in 12 milliseconds