H.J. Lu
4f26ef1b67
x86_64: Remove redundant REX bytes from memchr.S
...
By x86-64 specification, 32-bit destination registers are zero-extended
to 64 bits. There is no need to use 64-bit registers when only the lower
32 bits are non-zero.
* sysdeps/x86_64/memchr.S (MEMCHR): Use 32-bit registers for
the lower 32 bits.
2017-05-30 12:39:14 -07:00
..
2017-05-24 16:46:48 -07:00
2017-05-09 17:49:17 -03:00
2017-05-23 11:49:48 +00:00
2017-05-23 11:49:48 +00:00
2017-05-19 22:47:53 -07:00
2017-05-11 10:46:03 -03:00
2017-05-23 11:49:48 +00:00
2017-05-11 19:27:59 -04:00
2017-05-25 09:01:37 -03:00
2017-01-01 00:14:16 +00:00
2017-05-29 08:41:50 +02:00
2017-05-20 19:04:43 -04:00
2017-05-09 17:49:17 -03:00
2017-05-23 11:49:48 +00:00
2017-05-09 17:49:17 -03:00
2017-05-12 16:04:16 +02:00
2017-05-20 19:04:43 -04:00
2017-05-20 19:04:43 -04:00
2017-05-20 19:04:43 -04:00
2017-05-09 17:49:17 -03:00
2017-05-09 17:49:17 -03:00
2017-05-23 01:10:29 +05:30
2017-05-09 17:49:17 -03:00
2017-05-24 22:26:37 +05:30
2017-04-06 15:14:34 -03:00
2017-02-16 17:33:18 -05:00
2017-05-24 06:33:43 -07:00
2017-05-30 12:39:14 -07:00