From: Junyan He <[email protected]> Before fully enabling native long on BDW, we need to modify some logic which has close relationship with the other types. It includes the long type declaration, unpacked type for long and instruction split in encoder, etc. This patch set deliberately extracts the this kind of logic from the whole native_long_support patchset in order to find the side effect and esae the debug using bisect.
Signed-off-by: Junyan He <[email protected]> --- backend/src/backend/gen/gen_mesa_disasm.c | 13 +++- backend/src/backend/gen8_encoder.cpp | 14 ++-- backend/src/backend/gen8_instruction.hpp | 2 + backend/src/backend/gen_encoder.cpp | 57 ++++++++++++-- backend/src/backend/gen_insn_scheduling.cpp | 6 +- backend/src/backend/gen_register.hpp | 108 +++++++++++++++++++++++++-- 6 files changed, 174 insertions(+), 26 deletions(-) -- 1.7.9.5 _______________________________________________ Beignet mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/beignet
