Commit a20556e4 by Richard Sandiford Committed by Richard Sandiford

expmed.c (store_bit_field_using_insv): New function, split out from...

gcc/
	* expmed.c (store_bit_field_using_insv): New function,
	split out from...
	(store_bit_field_1): ...here.
	(extract_bit_field_using_extv): New function, split out from...
	(extract_bit_field_1): ...here.

From-SVN: r193023
parent 94eba7a8
2012-10-31 Richard Sandiford <rdsandiford@googlemail.com> 2012-10-31 Richard Sandiford <rdsandiford@googlemail.com>
* expmed.c (store_bit_field_using_insv): New function,
split out from...
(store_bit_field_1): ...here.
(extract_bit_field_using_extv): New function, split out from...
(extract_bit_field_1): ...here.
2012-10-31 Richard Sandiford <rdsandiford@googlemail.com>
* expmed.c (store_bit_field_1): Use OP_MODE to check whether an * expmed.c (store_bit_field_1): Use OP_MODE to check whether an
insv pattern is available. Remove redundant checks for OP_MODE insv pattern is available. Remove redundant checks for OP_MODE
being MAX_MACHINE_MODE. being MAX_MACHINE_MODE.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment