Home
last modified time | relevance | path

Searched refs:dst_f (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc1175 VectorFormat dst_f = VectorFormatFillQ(LaneSizeField::decode(opcode)); in AssembleArchInstruction() local
1176 VectorFormat src_f = VectorFormatHalfWidthDoubleLanes(dst_f); in AssembleArchInstruction()
1177 __ Sadalp(i.OutputSimd128Register().Format(dst_f), in AssembleArchInstruction()
1182 VectorFormat dst_f = VectorFormatFillQ(LaneSizeField::decode(opcode)); in AssembleArchInstruction() local
1183 VectorFormat src_f = VectorFormatHalfWidthDoubleLanes(dst_f); in AssembleArchInstruction()
1184 __ Saddlp(i.OutputSimd128Register().Format(dst_f), in AssembleArchInstruction()
1190 VectorFormat dst_f = VectorFormatFillQ(LaneSizeField::decode(opcode)); in AssembleArchInstruction() local
1191 VectorFormat src_f = VectorFormatHalfWidthDoubleLanes(dst_f); in AssembleArchInstruction()
1192 __ Uadalp(i.OutputSimd128Register().Format(dst_f), in AssembleArchInstruction()
1197 VectorFormat dst_f in AssembleArchInstruction() local
1213 VectorFormat dst_f = VectorFormatFillQ(src_f); AssembleArchInstruction() local
1219 VectorFormat dst_f = VectorFormatFillQ(LaneSizeField::decode(opcode)); AssembleArchInstruction() local
1228 VectorFormat dst_f = VectorFormatFillQ(LaneSizeField::decode(opcode)); AssembleArchInstruction() local
1242 VectorFormat dst_f = VectorFormatFillQ(LaneSizeField::decode(opcode)); AssembleArchInstruction() local
1251 VectorFormat dst_f = VectorFormatFillQ(LaneSizeField::decode(opcode)); AssembleArchInstruction() local
1259 VectorFormat dst_f = VectorFormatFillQ(LaneSizeField::decode(opcode)); AssembleArchInstruction() local
1268 VectorFormat dst_f = VectorFormatFillQ(LaneSizeField::decode(opcode)); AssembleArchInstruction() local
1282 VectorFormat dst_f = VectorFormatFillQ(LaneSizeField::decode(opcode)); AssembleArchInstruction() local
1291 VectorFormat dst_f = VectorFormatFillQ(LaneSizeField::decode(opcode)); AssembleArchInstruction() local
2242 VectorFormat dst_f = AssembleArchInstruction() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c2979 AVVkFrame *dst_f; in vulkan_export_to_cuda() local
2996 dst_f = (AVVkFrame *)frame->data[0]; in vulkan_export_to_cuda()
2998 dst_int = dst_f->internal; in vulkan_export_to_cuda()
3000 if (!dst_f->internal) in vulkan_export_to_cuda()
3001 dst_f->internal = dst_int = av_mallocz(sizeof(*dst_f->internal)); in vulkan_export_to_cuda()
3008 av_freep(&dst_f->internal); in vulkan_export_to_cuda()
3030 .size = dst_f->size[i], in vulkan_export_to_cuda()
3034 .memory = dst_f->mem[i], in vulkan_export_to_cuda()
3041 .semaphore = dst_f in vulkan_export_to_cuda()
3157 AVVkFrame *dst_f; vulkan_transfer_data_from_cuda() local
4002 AVVkFrame *dst_f; vulkan_transfer_data_to_cuda() local
[all...]

Completed in 8 milliseconds