----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2827/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10837:0dc604cef215 --------------------------- x86: decode instructions with vex prefix This patch updates the x86 decoder so that it can decode instructions with vex prefix. It also updates the isa with opcodes from vex opcode maps 1, 2 and 3. Note that none of the instructions have been implemented yet. The implementations would be provided in due course of time. Diffs ----- src/arch/x86/types.hh 9b424e7adac5 src/arch/x86/types.cc 9b424e7adac5 src/arch/x86/decoder.hh 9b424e7adac5 src/arch/x86/decoder.cc 9b424e7adac5 src/arch/x86/decoder_tables.cc 9b424e7adac5 src/arch/x86/isa/bitfields.isa 9b424e7adac5 src/arch/x86/isa/decoder/decoder.isa 9b424e7adac5 src/arch/x86/isa/decoder/vex_opcodes.isa PRE-CREATION src/arch/x86/isa_traits.hh 9b424e7adac5 Diff: http://reviews.gem5.org/r/2827/diff/ Testing ------- Thanks, Nilay Vaish _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
