a683cc34e4
Sebastian Pop <sebastian.pop@amd.com> gas: * config/tc-i386.c (vec_imm4) New operand type. (fits_in_imm4): New. (VEX_check_operands): New. (check_reverse): Call VEX_check_operands. (build_modrm_byte): Reintroduce code for 5 operand insns. Fix whitespace. gas/testsuite: * gas/i386/x86-64-xop.d: Add vpermil2p[sd] tests. * gas/i386/x86-64-xop.s: Likewise. * gas/i386/xop.d: Likewise. * gas/i386/xop.s: Likewise. opcodes: * i386-dis.c (OP_EX_VexImmW): Reintroduced function to handle 5th imm8 operand. (PREFIX_VEX_3A48): Added. (PREFIX_VEX_3A49): Added. (VEX_W_3A48_P_2): Added. (VEX_W_3A49_P_2): Added. (prefix table): Added entries for PREFIX_VEX_3A48 and PREFIX_VEX_3A49. (vex table): Added entries for VEX_W_3A48_P_2 and and VEX_W_3A49_P_2. * i386-gen.c (operand_type_init): Added OPERAND_TYPE_VEC_IMM4 for Vec_Imm4 operands. * i386-opc.h (enum): Added Vec_Imm4. (i386_operand_type): Added vec_imm4. * i386-opc.tbl: Add entries for vpermilp[ds]. * i386-init.h: Regenerated. * i386-tbl.h: Regenerated.
182 lines
5.3 KiB
Plaintext
182 lines
5.3 KiB
Plaintext
2010-02-10 Quentin Neill <quentin.neill@amd.com>
|
||
Sebastian Pop <sebastian.pop@amd.com>
|
||
|
||
* gas/i386/x86-64-xop.d: Add vpermil2p[sd] tests.
|
||
* gas/i386/x86-64-xop.s: Likewise.
|
||
* gas/i386/xop.d: Likewise.
|
||
* gas/i386/xop.s: Likewise.
|
||
|
||
2010-02-08 Christophe Lyon <christophe.lyon@st.com>
|
||
|
||
* gas/arm/branch-reloc.s, gas/arm/branch-reloc.d,
|
||
gas/arm/branch-reloc.l: New tests and expected results with all
|
||
variants of call: ARM/Thumb, local/global, inter/intra-section,
|
||
using BL/BLX.
|
||
|
||
2010-02-08 Christophe Lyon <christophe.lyon@st.com>
|
||
|
||
* gas/arm/arm-it-auto.d: Update expected results.
|
||
* gas/arm/bl-local-v4t.d: Likewise.
|
||
* gas/arm/blx-local.d: Likewise.
|
||
* gas/arm/thumb-w-good.d: Likewise.
|
||
* gas/arm/wince.d: Likewise.
|
||
|
||
2010-02-08 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
|
||
|
||
* gas/ppc/titan.d, * gas/ppc/titan.s: New test.
|
||
* gas/ppc/ppc.exp: Run it.
|
||
|
||
2010-02-03 Quentin Neill <quentin.neill@amd.com>
|
||
|
||
* gas/i386/i386.exp: Rename amdfam15 test cases to bdver1.
|
||
* gas/i386/x86-64-nops-1-amdfam15.d: Renamed test case to
|
||
gas/i386/x86-64-nops-1-bdver1.d.
|
||
* gas/i386/nops-1-amdfam15.d: Renamed test case to
|
||
gas/i386/nops-1-bdver1.d.
|
||
|
||
2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
|
||
|
||
* gas/arm/dis-data.d: Update test name. Do not expect
|
||
.word output.
|
||
* gas/arm/dis-data2.d, gas/arm/dis-data2.s,
|
||
gas/arm/dis-data3.d, gas/arm/dis-data3.s: New tests.
|
||
|
||
2010-01-29 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR 11136
|
||
* gas/arm/neon-omit.s: Add instruction that causes crash.
|
||
* gas/arm/neon-omit.d: Add expected disassembly.
|
||
|
||
2010-01-28 Dave Korn <dave.korn.cygwin@gmail.com>
|
||
|
||
* gas/pe/section-align-1.d: Don't test section flags.
|
||
* gas/pe/section-align-2.d: Likewise.
|
||
|
||
2010-01-28 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/fma-scalar-intel.d: New.
|
||
* gas/i386/fma-scalar.d: Likewise.
|
||
* gas/i386/fma-scalar.s: Likewise.
|
||
* gas/i386/x86-64-fma-scalar-intel.d: Likewise.
|
||
* gas/i386/x86-64-fma-scalar.d: Likewise.
|
||
* gas/i386/x86-64-fma-scalar.s: Likewise.
|
||
|
||
* gas/i386/i386.exp: Run fma-scalar, fma-scalar-intel,
|
||
x86-64-fma-scalar and x86-64-fma-scalar-intel.
|
||
|
||
2010-01-28 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR 11225
|
||
* gas/pe/aligncomm-c.d: Dump all sections.
|
||
|
||
2010-01-27 Dave Korn <dave.korn.cygwin@gmail.com>
|
||
|
||
* gas/pe/section-align-1.s: New test source file.
|
||
* gas/pe/section-align-1.d: Likewise control script.
|
||
* gas/pe/section-align-2.s: Likewise ...
|
||
* gas/pe/section-align-2.d: ... and likewise.
|
||
* gas/pe/pe.exp: Invoke new testcases.
|
||
|
||
2010-01-27 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/avx-scalar-intel.d: New.
|
||
* gas/i386/avx-scalar.d: Likewise.
|
||
* gas/i386/avx-scalar.s: Likewise.
|
||
* gas/i386/x86-64-avx-scalar-intel.d: Likewise.
|
||
* gas/i386/x86-64-avx-scalar.d: Likewise.
|
||
* gas/i386/x86-64-avx-scalar.s: Likewise.
|
||
|
||
* gas/i386/i386.exp: Run avx-scalar, avx-scalar-intel,
|
||
x86-64-avx-scalar and x86-64-avx-scalar-intel.
|
||
|
||
2010-01-23 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/avx.s: Add more tests.
|
||
* gas/i386/x86-64-avx.s: Likewise.
|
||
|
||
* gas/i386/avx-intel.d: Updated.
|
||
* gas/i386/avx.d: Likewise.
|
||
* gas/i386/x86-64-avx-intel.d: Likewise.
|
||
* gas/i386/x86-64-avx.d: Likewise.
|
||
|
||
2010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
|
||
|
||
* gas/ppc/xcoff-ref-1.s, gas/ppc/xcoff-ref-1.l: New test.
|
||
* gas/ppc/aix.exp: Run it.
|
||
|
||
2010-01-21 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/x86-64-xsave.s: Add tests for xsave64 and xrstor64.
|
||
|
||
* gas/i386/x86-64-xsave-intel.d: Updated.
|
||
* gas/i386/x86-64-xsave.d: Likewise.
|
||
|
||
2010-01-20 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR 11109
|
||
* gas/arm/vfp-neon-syntax.d: Update expected disassembly.
|
||
* gas/arm/vfp-neon-syntax_t2.d: Likewise.
|
||
|
||
2010-01-15 Sebastian Pop <sebastian.pop@amd.com>
|
||
|
||
* gas/i386/x86-64-xop.d: Add missing patterns.
|
||
* gas/i386/x86-64-xop.s: Same.
|
||
* gas/i386/xop.d: Same.
|
||
* gas/i386/xop.s: Same.
|
||
|
||
2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
|
||
|
||
* gas/arm/thumb-nop.s: Add .syntax unified.
|
||
|
||
2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
|
||
|
||
* gas/arm/thumb-nop.d, gas/arm/thumb-nop.s: New test.
|
||
* gas/arm/relax_branch_align.d: Expect a default NOP instruction.
|
||
* gas/arm/vfp1_t2.d, gas/arm/vfp1xD_t2.d: Specify a CPU with
|
||
Thumb-2.
|
||
|
||
2010-01-13 Nick Clifton <nickc@redhat.com>
|
||
|
||
* gas/elf/section0.d: Skip this test for the h8300.
|
||
* gas/elf/section1.d: Likewise.
|
||
* gas/elf/section6.d: Likewise.
|
||
* gas/elf/elf.exp: Skip section2 and section5 tests when the
|
||
target is the h8300.
|
||
|
||
2010-01-06 Quentin Neill <quentin.neill@amd.com>
|
||
|
||
* gas/i386/i386.exp: Add new amdfam15 test cases.
|
||
* gas/i386/nops-1-amdfam15.d: New.
|
||
* gas/i386/x86-64-nops-1-amdfam15.d: New.
|
||
|
||
2010-01-06 Daniel Gutson <dgutson@codesourcery.com>
|
||
|
||
* gas/arm/dis-data.d: New test case.
|
||
* gas/arm/dis-data.s: New file.
|
||
|
||
2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
|
||
|
||
* gas/arm/neon-logic.d: New test case.
|
||
* gas/arm/neon-logic.s: New file.
|
||
|
||
2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
|
||
|
||
* gas/arm/neon-addressing-bad.d: New test case.
|
||
* gas/arm/neon-addressing-bad.s: New file.
|
||
* gas/arm/neon-addressing-bad.l: New file.
|
||
|
||
2010-01-03 Daniel Gutson <dgutson@codesourcery.com>
|
||
|
||
* gas/arm/neon-suffix-bad.d: New test case.
|
||
* gas/arm/neon-suffix-bad.s: New file.
|
||
* gas/arm/neon-suffix-bad.l: New file.
|
||
|
||
For older changes see ChangeLog-2009
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|