public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
From: jules@sourceware.org
To: src-cvs@sources.redhat.com
Subject: src ChangeLog.csl
Date: Fri, 07 Apr 2006 15:46:00 -0000	[thread overview]
Message-ID: <20060407154620.28285.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/src
Module name:	src
Branch: 	binutils-csl-2_17-branch
Changes by:	jules@sourceware.org	2006-04-07 15:46:20

Modified files:
	.              : ChangeLog.csl 

Log message:
	* gas/config/tc-arm.c (neon_el_type): Make NT_invtype be the zero (so
	zero-initialising structures containing it will lead to invalid
	types).
	(arm_it): Add vectype to each operand.
	(NTA_HASTYPE, NTA_HASINDEX): Constants used in neon_typed_alias
	defined field.
	(neon_typed_alias): New structure. Extra information for typed
	register aliases.
	(reg_entry): Add neon type info field.
	(arm_reg_parse): Remove RTYPE argument (revert to previous arguments).
	Break out alternative syntax for coprocessor registers, etc. into...
	(arm_reg_alt_syntax): New function. Alternate syntax handling broken
	out from arm_reg_parse.
	(parse_neon_type): Move. Return SUCCESS/FAIL.
	(first_error): New function. Call to ensure first error which occurs
	is reported.
	(parse_neon_operand_type): Parse exactly one type.
	(NEON_ALL_LANES, NEON_INTERLEAVE_LANES): Move.
	(parse_typed_reg_or_scalar): New function. Handle core of both
	arm_typed_reg_parse and parse_scalar.
	(arm_typed_reg_parse): Parse a register with an optional type.
	(NEON_SCALAR_REG, NEON_SCALAR_INDEX): Extract parts of parse_scalar
	result.
	(parse_scalar): Parse a Neon scalar with optional type.
	(parse_reg_list): Use first_error.
	(parse_vfp_reg_list): Use arm_typed_reg_parse instead of arm_reg_parse.
	(neon_alias_types_same): New function. Return true if two (alias) types
	are the same.
	(parse_neon_el_struct_list): Use parse_typed_reg_or_scalar. Return type
	of elements.
	(insert_reg_alias): Return new reg_entry not void.
	(insert_neon_reg_alias): New function. Insert type/index information as
	well as register for alias.
	(create_neon_reg_alias): New function. Parse .dn/.qn directives and
	make typed register aliases accordingly.
	(s_dn, s_qn): New functions. Handle incorrectly used .dn/.qn at start
	of line.
	(s_unreq): Delete type information if present.
	(s_arm_unwind_save_mmxwr): Remove arg 3 from arm_reg_parse calls.
	(s_arm_unwind_save_mmxwcg): Likewise.
	(s_arm_unwind_movsp): Likewise.
	(s_arm_unwind_setfp): Likewise.
	(parse_shift): Likewise.
	(parse_shifter_operand): Likewise.
	(parse_address): Likewise.
	(parse_tb): Likewise.
	(tc_arm_regname_to_dw2regnum): Likewise.
	(md_pseudo_table): Add dn, qn.
	(parse_neon_mov): Handle typed operands.
	(parse_operands): Likewise.
	(neon_type_mask): Add N_SIZ.
	(N_ALLMODS): New macro.
	(neon_check_shape): Fix typo in NS_DDD_QQQ case. Use first_error.
	(el_type_of_type_chk): Add some safeguards.
	(modify_types_allowed): Fix logic bug.
	(neon_check_type): Handle operands with types.
	(neon_three_same): Remove redundant optional arg handling.
	(do_neon_dyadic_i64_su, do_neon_shl_imm, do_neon_qshl_imm)
	(do_neon_logic, do_neon_qdmulh, do_neon_fcmp_absolute)
	(do_neon_step): Adjust accordingly.
	(neon_cmode_for_logic_imm): Use first_error.
	(do_neon_bitfield): Call neon_check_type.
	(neon_dyadic): Rename to...
	(neon_dyadic_misc): ...this. New name for neon_dyadic. Add bitfield to
	allow modification of type of the destination.
	(do_neon_dyadic_if_su, do_neon_dyadic_if_i, do_neon_dyadic_if_i_d)
	(do_neon_addsub_if_i, do_neon_mul): Adjust accordingly.
	(do_neon_compare): Make destination be an untyped bitfield.
	(neon_scalar_for_mul): Use NEON_SCALAR_REG, NEON_SCALAR_INDEX.
	(neon_mul_mac): Return early in case of errors.
	(neon_move_immediate): Use first_error.
	(neon_mac_reg_scalar_long): Fix type to include scalar.
	(do_neon_dup): Likewise.
	(do_neon_mov): Likewise (in several places).
	(do_neon_tbl_tbx): Fix type.
	(do_neon_ld_st_interleave, neon_alignment_bit, do_neon_ld_st_lane)
	(do_neon_ld_dup): Exit early in case of errors and/or use first_error.
	(opcode_lookup): Update for parse_neon_type returning SUCCESS/FAIL.
	Handle .dn/.qn directives.
	(REGDEF): Add zero for reg_entry neon field.
	
	* gas/testsuite/gas/arm/neon-psyn.s: Basic test of programmers syntax.
	* gas/testsuite/gas/arm/neon-psyn.d: Expected output of above.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.csl.diff?cvsroot=src&only_with_tag=binutils-csl-2_17-branch&r1=1.1.14.17&r2=1.1.14.18


             reply	other threads:[~2006-04-07 15:46 UTC|newest]

Thread overview: 360+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-07 15:46 jules [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-01-03 19:43 kazu
2006-12-22 21:45 kazu
2006-12-22  7:47 nathan
2006-12-18 16:21 shinwell
2006-12-18 11:22 kazu
2006-12-15 18:09 drow
2006-12-15 16:47 drow
2006-12-13 16:07 pbrook
2006-12-13 10:39 nathan
2006-12-01 16:45 pbrook
2006-12-01  8:13 kazu
2006-11-30 14:49 kazu
2006-11-29 16:31 drow
2006-11-29 16:31 shinwell
2006-11-29 10:32 kazu
2006-11-28 14:09 kazu
2006-11-19 22:00 nathan
2006-11-17 14:21 kazu
2006-11-16 12:46 nathan
2006-11-13  9:59 nathan
2006-11-08 10:25 vprus
2006-11-06 16:55 pbrook
2006-11-06 10:16 vprus
2006-11-04 10:20 vprus
2006-11-01 17:39 nathan
2006-11-01 17:31 nathan
2006-10-31 16:46 shinwell
2006-10-30 21:56 pbrook
2006-10-29  0:03 pbrook
2006-10-28 23:12 kazu
2006-10-26 22:18 pbrook
2006-10-26 19:44 pbrook
2006-10-26 19:41 pbrook
2006-10-26 19:41 pbrook
2006-10-26 19:31 pbrook
2006-10-26 15:43 vprus
2006-10-25 23:28 pbrook
2006-10-24 14:06 shinwell
2006-10-23 21:25 pbrook
2006-10-23 19:28 nathan
2006-10-20 21:01 nathan
2006-10-20 14:06 vprus
2006-10-19 22:36 jsm28
2006-10-16 20:21 nathan
2006-10-16 13:09 shinwell
2006-10-13  7:39 nathan
2006-10-07 20:08 nathan
2006-10-03 22:55 jsm28
2006-10-01 21:05 pbrook
2006-09-29 13:35 nathan
2006-09-29 12:25 nathan
2006-09-28 20:18 drow
2006-09-27 19:57 pbrook
2006-09-25 18:16 drow
2006-09-22  7:09 nathan
2006-09-21 23:42 pbrook
2006-09-21 20:43 drow
2006-09-20 23:27 pbrook
2006-09-20 18:58 pbrook
2006-09-20 17:06 pbrook
2006-09-20 16:56 pbrook
2006-09-19 18:45 jsm28
2006-09-18 18:29 pbrook
2006-09-18 11:30 nathan
2006-09-18  7:41 nathan
2006-09-16 16:28 pbrook
2006-09-15 18:52 drow
2006-09-15 16:06 drow
2006-09-15 16:01 drow
2006-09-15 15:58 drow
2006-09-15 13:24 nathan
2006-09-14 22:33 pbrook
2006-09-14 15:28 pbrook
2006-09-14 13:57 jules
2006-09-14  2:23 pbrook
2006-09-11 17:58 pbrook
2006-09-11 16:55 pbrook
2006-09-11 11:34 nathan
2006-09-11  9:45 nathan
2006-09-08 22:36 pbrook
2006-09-08 20:45 nathan
2006-09-08 17:24 kazu
2006-09-07 20:02 pbrook
2006-09-06 16:35 pbrook
2006-09-06  8:45 nathan
2006-09-05 20:23 jules
2006-09-05 16:25 pbrook
2006-09-05 14:24 jules
2006-09-04 15:55 pbrook
2006-09-01 21:55 pbrook
2006-09-01 17:14 shinwell
2006-09-01 17:00 nathan
2006-09-01 15:28 pbrook
2006-09-01  9:25 nathan
2006-08-31 17:40 kazu
2006-08-31 14:59 shinwell
2006-08-31 13:21 jsm28
2006-08-31 13:08 nathan
2006-08-31  9:00 nathan
2006-08-30 22:24 pbrook
2006-08-30 17:39 shinwell
2006-08-30 13:39 drow
2006-08-29 22:05 pbrook
2006-08-29 21:53 pbrook
2006-08-29 20:26 pbrook
2006-08-29 13:55 nathan
2006-08-29 11:09 nathan
2006-08-29 11:03 nathan
2006-08-29 10:57 nathan
2006-08-25 11:55 nathan
2006-08-24 14:49 shinwell
2006-08-24 14:46 shinwell
2006-08-23 17:24 drow
2006-08-22 20:48 pbrook
2006-08-21  9:53 shinwell
2006-08-19 16:27 jsm28
2006-08-18 15:01 pbrook
2006-08-18 10:30 jules
2006-08-17 14:47 drow
2006-08-17 14:45 drow
2006-08-16 10:37 jules
2006-08-16 10:04 jules
2006-08-15 10:53 shinwell
2006-08-15 10:50 shinwell
2006-08-14 16:11 kazu
2006-08-03 16:23 jsm28
2006-08-02 17:40 rsandifo
2006-08-01 16:48 kazu
2006-07-28 17:26 carlos
2006-07-27  8:28 nathan
2006-07-26 18:46 nathan
2006-07-26 11:56 rsandifo
2006-07-24 16:50 nathan
2006-07-24 16:49 nathan
2006-07-24 13:31 nathan
2006-07-23 22:22 kazu
2006-07-20 14:16 jules
2006-07-19 13:08 pbrook
2006-07-18 16:45 pbrook
2006-07-18  7:27 nathan
2006-07-16 19:42 nathan
2006-07-15  9:44 vprus
2006-07-14 13:39 shinwell
2006-07-12 13:05 rsandifo
2006-07-11 20:37 drow
2006-07-11 19:35 drow
2006-07-04 13:42 drow
2006-07-03 15:58 drow
2006-06-23 22:11 mmitchel
2006-06-23 10:21 nathan
2006-06-22 20:30 drow
2006-06-22 15:44 rsandifo
2006-06-22 15:40 rsandifo
2006-06-21 14:40 shinwell
2006-06-19 14:34 nathan
2006-06-19 14:22 pbrook
2006-06-15 15:53 shinwell
2006-06-15 15:25 jules
2006-06-13 20:56 mmitchel
2006-06-13 13:09 nathan
2006-06-12  8:01 nathan
2006-06-10 17:56 drow
2006-06-09 20:53 nathan
2006-06-09 20:43 nathan
2006-06-09 20:31 nathan
2006-06-09 20:25 nathan
2006-06-09 20:11 nathan
2006-06-09 20:01 nathan
2006-06-09 15:52 sandra
2006-06-09 12:12 nathan
2006-06-08 18:30 nathan
2006-06-08  7:23 nathan
2006-06-08  6:55 nathan
2006-06-05 17:31 nathan
2006-06-05 15:39 nathan
2006-06-05 15:36 nathan
2006-06-05 15:30 nathan
2006-06-05 15:00 nathan
2006-06-05 14:51 nathan
2006-06-05 14:25 nathan
2006-06-05 14:22 nathan
2006-06-02 22:17 jsm28
2006-06-02 18:38 drow
2006-06-01 20:03 drow
2006-06-01 15:53 drow
2006-06-01 15:46 drow
2006-06-01 15:41 drow
2006-06-01 13:00 nathan
2006-05-31 16:18 drow
2006-05-31 14:11 mmitchel
2006-05-31 14:07 mmitchel
2006-05-31 13:52 mmitchel
2006-05-25 17:33 nathan
2006-05-25 16:49 jules
2006-05-25 13:12 nathan
2006-05-24 17:14 pbrook
2006-05-24 16:24 pbrook
2006-05-24  8:00 nathan
2006-05-24  7:54 nathan
2006-05-23 22:21 drow
2006-05-23 21:44 drow
2006-05-22 22:26 sandra
2006-05-22 11:59 rsandifo
2006-05-22 11:58 rsandifo
2006-05-20 14:48 nathan
2006-05-15 20:46 pbrook
2006-05-12 19:39 carlos
2006-05-11 15:17 carlos
2006-05-10 18:34 drow
2006-05-09 17:46 drow
2006-05-08 20:20 drow
2006-05-08 15:39 drow
2006-05-08  9:32 rsandifo
2006-05-06 17:22 jsm28
2006-05-05 18:31 jules
2006-05-04 17:15 kazu
2006-05-03 17:54 pbrook
2006-05-03 16:32 pbrook
2006-05-03 16:30 pbrook
2006-05-03 16:13 jules
2006-05-03 14:30 pbrook
2006-05-03  2:07 pbrook
2006-05-03  1:51 pbrook
2006-05-02 14:51 jsm28
2006-05-01 16:27 pbrook
2006-04-29 17:54 pbrook
2006-04-29  0:38 mmitchel
2006-04-29  0:33 mmitchel
2006-04-28 19:10 jsm28
2006-04-28 15:12 rsandifo
2006-04-27 17:04 rsandifo
2006-04-27 17:01 rsandifo
2006-04-26 16:30 jules
2006-04-26 16:24 jules
2006-04-24 20:06 drow
2006-04-19 18:30 drow
2006-04-19 18:19 drow
2006-04-19  4:53 mmitchel
2006-04-17 14:21 drow
2006-04-12 19:06 carlos
2006-04-12 18:11 drow
2006-04-12 14:46 drow
2006-04-12  3:22 mmitchel
2006-04-11 21:58 drow
2006-04-11 18:03 drow
2006-04-11 16:33 drow
2006-04-11 15:54 drow
2006-04-03  0:03 jules
2006-04-01 22:39 pbrook
2006-03-31 17:19 nathan
2006-03-31 16:53 drow
2006-03-31 16:52 drow
2006-03-31 16:21 nathan
2006-03-31 16:08 nathan
2006-03-31 15:50 nathan
2006-03-31 15:48 nathan
2006-03-31 15:31 nathan
2006-03-31  0:33 mmitchel
2006-03-30 16:27 pbrook
2006-03-29 13:59 nathan
2006-03-29  9:08 nathan
2006-03-29  7:40 nathan
2006-03-29  7:03 nathan
2006-03-27  9:44 mmitchel
2006-03-26 16:12 nathan
2006-03-23 18:36 mmitchel
2006-03-22  1:22 mmitchel
2006-03-21 22:45 pbrook
2006-03-21 10:37 nathan
2006-03-21 10:20 nathan
2006-03-21  9:54 mmitchel
2006-03-21  9:51 rsandifo
2006-03-21  7:48 mmitchel
2006-03-21  2:13 pbrook
2006-03-20 23:35 pbrook
2006-03-20 22:45 mmitchel
2006-03-20 20:55 pbrook
2006-03-20 20:54 pbrook
2006-03-20 20:53 pbrook
2006-03-20 20:40 pbrook
2006-03-20 19:21 nathan
2006-03-17 22:22 mmitchel
2006-03-16 20:07 carlos
2006-03-15 19:53 drow
2006-03-08 14:23 pbrook
2006-03-07 21:47 pbrook
2006-03-07 20:00 pbrook
2006-03-07 18:55 pbrook
2006-03-07 17:48 pbrook
2006-03-07 15:48 pbrook
2006-02-02  6:50 mmitchel
2006-01-26 18:12 drow
2006-01-26 18:11 drow
2006-01-26 18:11 drow
2006-01-26 18:10 drow
2006-01-26 18:05 drow
2006-01-25  1:36 drow
2006-01-17 16:40 jsm28
2006-01-14  5:14 mmitchel
2005-11-29  3:45 mmitchel
2005-11-17  6:22 mmitchel
2005-10-20 14:10 jules
2005-10-20 13:36 jules
2005-10-20 13:32 jules
2005-10-20  3:36 pbrook
2005-10-20  3:36 pbrook
2005-10-20  3:35 pbrook
2005-10-20  3:35 pbrook
2005-10-20  3:34 pbrook
2005-10-20  3:34 pbrook
2005-10-14 20:04 drow
2005-10-13 22:14 mmitchel
2005-06-14 15:40 mmitchel
2005-06-13 18:46 mmitchel
2005-06-09  7:39 mmitchel
2005-06-08 16:48 mmitchel
2005-06-08 16:38 mmitchel
2005-06-08  3:46 mmitchel
2005-06-07 22:56 mmitchel
2005-05-23 20:44 mmitchel
2005-05-02  3:12 pbrook
2005-05-01 23:31 pbrook
2005-04-30 23:50 pbrook
2005-04-30 23:36 pbrook
2005-04-29 17:46 zack
2005-04-29 14:39 pbrook
2005-04-29 14:18 pbrook
2005-04-28 14:13 pbrook
2005-04-28  1:46 pbrook
2005-04-26  5:31 zack
2005-04-25 20:43 pbrook
2005-04-13 14:58 pbrook
2005-04-08 16:59 mmitchel
2005-04-08 11:48 pbrook
2005-04-05 17:54 mmitchel
2005-03-30 16:08 pbrook
2005-03-30 14:59 drow
2005-03-29 15:00 pbrook
2005-03-29  2:52 pbrook
2005-03-28 20:07 mmitchel
2005-03-28 20:05 mmitchel
2005-03-28 19:52 drow
2005-03-28 19:34 mmitchel
2005-03-28 19:11 mmitchel
2005-03-28 19:10 mmitchel
2005-03-28 19:10 mmitchel
2005-03-28 18:46 mmitchel
2005-03-28 18:33 mmitchel
2005-03-28 18:31 mmitchel
2005-03-28 15:39 drow
2005-03-28 15:32 drow
2005-03-28 15:30 drow
2005-03-25 22:20 drow
2005-03-25 22:02 drow
2005-03-25 21:46 drow
2005-03-25 21:28 drow
2005-03-25 21:19 drow
2005-03-25 21:09 drow
2005-03-25 20:52 drow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060407154620.28285.qmail@sourceware.org \
    --to=jules@sourceware.org \
    --cc=src-cvs@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).