From d861c0db8d1d74e8d642106224e30ed3a23d4297 Mon Sep 17 00:00:00 2001 From: jsteube Date: Sun, 2 Jul 2017 15:28:14 +0200 Subject: [PATCH] Rename code generator filenames so that they match the function they are generator code for --- ..._64x1_le_S.pl => GEN_AMD_switch_buffer_by_offset_1x64_le_S.pl} | 0 ...t_16x4_be_S.pl => GEN_AMD_switch_buffer_by_offset_4x4_be_S.pl} | 0 ...t_16x4_le_S.pl => GEN_AMD_switch_buffer_by_offset_4x4_le_S.pl} | 0 ...t_64x1_le_S.pl => GEN_NV_switch_buffer_by_offset_1x64_le_S.pl} | 0 ...et_16x4_be_S.pl => GEN_NV_switch_buffer_by_offset_4x4_be_S.pl} | 0 ...et_16x4_le_S.pl => GEN_NV_switch_buffer_by_offset_4x4_le_S.pl} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename tools/code_generators/{GEN_AMD_switch_buffer_by_offset_64x1_le_S.pl => GEN_AMD_switch_buffer_by_offset_1x64_le_S.pl} (100%) rename tools/code_generators/{GEN_AMD_switch_buffer_by_offset_16x4_be_S.pl => GEN_AMD_switch_buffer_by_offset_4x4_be_S.pl} (100%) rename tools/code_generators/{GEN_AMD_switch_buffer_by_offset_16x4_le_S.pl => GEN_AMD_switch_buffer_by_offset_4x4_le_S.pl} (100%) rename tools/code_generators/{GEN_NV_switch_buffer_by_offset_64x1_le_S.pl => GEN_NV_switch_buffer_by_offset_1x64_le_S.pl} (100%) rename tools/code_generators/{GEN_NV_switch_buffer_by_offset_16x4_be_S.pl => GEN_NV_switch_buffer_by_offset_4x4_be_S.pl} (100%) rename tools/code_generators/{GEN_NV_switch_buffer_by_offset_16x4_le_S.pl => GEN_NV_switch_buffer_by_offset_4x4_le_S.pl} (100%) diff --git a/tools/code_generators/GEN_AMD_switch_buffer_by_offset_64x1_le_S.pl b/tools/code_generators/GEN_AMD_switch_buffer_by_offset_1x64_le_S.pl similarity index 100% rename from tools/code_generators/GEN_AMD_switch_buffer_by_offset_64x1_le_S.pl rename to tools/code_generators/GEN_AMD_switch_buffer_by_offset_1x64_le_S.pl diff --git a/tools/code_generators/GEN_AMD_switch_buffer_by_offset_16x4_be_S.pl b/tools/code_generators/GEN_AMD_switch_buffer_by_offset_4x4_be_S.pl similarity index 100% rename from tools/code_generators/GEN_AMD_switch_buffer_by_offset_16x4_be_S.pl rename to tools/code_generators/GEN_AMD_switch_buffer_by_offset_4x4_be_S.pl diff --git a/tools/code_generators/GEN_AMD_switch_buffer_by_offset_16x4_le_S.pl b/tools/code_generators/GEN_AMD_switch_buffer_by_offset_4x4_le_S.pl similarity index 100% rename from tools/code_generators/GEN_AMD_switch_buffer_by_offset_16x4_le_S.pl rename to tools/code_generators/GEN_AMD_switch_buffer_by_offset_4x4_le_S.pl diff --git a/tools/code_generators/GEN_NV_switch_buffer_by_offset_64x1_le_S.pl b/tools/code_generators/GEN_NV_switch_buffer_by_offset_1x64_le_S.pl similarity index 100% rename from tools/code_generators/GEN_NV_switch_buffer_by_offset_64x1_le_S.pl rename to tools/code_generators/GEN_NV_switch_buffer_by_offset_1x64_le_S.pl diff --git a/tools/code_generators/GEN_NV_switch_buffer_by_offset_16x4_be_S.pl b/tools/code_generators/GEN_NV_switch_buffer_by_offset_4x4_be_S.pl similarity index 100% rename from tools/code_generators/GEN_NV_switch_buffer_by_offset_16x4_be_S.pl rename to tools/code_generators/GEN_NV_switch_buffer_by_offset_4x4_be_S.pl diff --git a/tools/code_generators/GEN_NV_switch_buffer_by_offset_16x4_le_S.pl b/tools/code_generators/GEN_NV_switch_buffer_by_offset_4x4_le_S.pl similarity index 100% rename from tools/code_generators/GEN_NV_switch_buffer_by_offset_16x4_le_S.pl rename to tools/code_generators/GEN_NV_switch_buffer_by_offset_4x4_le_S.pl