This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, BINUTILS, AARCH64, 6/9] Add Random number instructions


On 26/09/18 11:47, Sudakshina Das wrote:
> Hi
> 
> On 19/09/18 15:27, Sudakshina Das wrote:
>> Hi
>>
>> This patch is part of the patch series to add support for ARMv8.5-A
>> extensions.
>> (https://developer.arm.com/products/architecture/cpu-architecture/a-profile/exploration-tools)
>>
>> The encodings can be found in the System Register XML.
>>
>> This patch adds the following:
>> MSR Xn, RNDR
>> MSR Xn, RNDRRS
>>
>> These are optional instructions in ARMv8.5-A and hence the new
>> +rng is added.
>>
> 
> Attaching patch with updated flags.

Committed.

R.

> 
> Thanks
> Sudi
> 
>> Testing done: Builds and reg tests all pass on aarch64-none-linux-gnu.
>> and aarch64-none-elf. Added new test.
>>
>> Ok for trunk?
>>
>> Thanks
>> Sudi
>> PS. I do not have commit access so if OK can someone apply for me?
>>
>> *** include/ChangeLog ***
>>
>> 2018-xx-xx  Sudakshina Das  <sudi.das@arm.com>
>>
>>      * opcode/aarch64.h (AARCH64_FEATURE_RNG): New.
>>
>> *** opcodes/ChangeLog ***
>>
>> 2018-xx-xx  Sudakshina Das  <sudi.das@arm.com>
>>
>>      * aarch64-opc.c (aarch64_sys_regs): New entries for
>>      rndr and rndrrs.
>>      (aarch64_sys_reg_supported_p): New check for above.
>>
>> *** gas/ChangeLog ***
>>
>> 2018-xx-xx  Sudakshina Das  <sudi.das@arm.com>
>>
>>      * config/tc-aarch64.c (aarch64_features): New "rng" option.
>>      * doc/c-aarch64.texi: Document the same.
>>      * testsuite/gas/aarch64/sysreg-4.s: Test both instructions.
>>      * testsuite/gas/aarch64/sysreg-4.d: Likewise.
>>      * testsuite/gas/aarch64/illegal-sysreg-4.l: Likewise.
>>
>>
>>
> 
> 
> rb9967.patch
> 
> 
> diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c
> index 1f5b50f7d68413983964a2f472dbcddef0fe6653..a7b3cf80dd4dc5789a5ab0ff02686e77204103fd 100644
> --- a/gas/config/tc-aarch64.c
> +++ b/gas/config/tc-aarch64.c
> @@ -8735,6 +8735,8 @@ static const struct aarch64_option_cpu_value_table aarch64_features[] = {
>    {"sha3",		AARCH64_FEATURE (AARCH64_FEATURE_SHA2
>  					 | AARCH64_FEATURE_SHA3, 0),
>  			AARCH64_ARCH_NONE},
> +  {"rng",		AARCH64_FEATURE (AARCH64_FEATURE_RNG, 0),
> +			AARCH64_ARCH_NONE},
>    {NULL,		AARCH64_ARCH_NONE, AARCH64_ARCH_NONE},
>  };
>  
> diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi
> index dd5fbf45694651b609ba77cdf853cbfcbe2ccf28..009a379ce755e1a046589dc98528c1e79aac7e2f 100644
> --- a/gas/doc/c-aarch64.texi
> +++ b/gas/doc/c-aarch64.texi
> @@ -185,6 +185,8 @@ automatically cause those extensions to be disabled.
>   @tab Enable the speculation barrier instruction sb.
>  @item @code{predres} @tab ARMv8-A @tab ARMv8.5-A or later
>   @tab Enable the Execution and Data and Prediction instructions.
> +@item @code{rng} @tab ARMv8.5-A @tab No
> + @tab Enable ARMv8.5-A random number instructions.
>  @end multitable
>  
>  @node AArch64 Syntax
> diff --git a/gas/testsuite/gas/aarch64/illegal-sysreg-4.l b/gas/testsuite/gas/aarch64/illegal-sysreg-4.l
> index f3167e3824f7d21a62e783146251dc5d9673b0cb..2e0851c6855b82cdcf7fcd7b803eb102705d99d5 100644
> --- a/gas/testsuite/gas/aarch64/illegal-sysreg-4.l
> +++ b/gas/testsuite/gas/aarch64/illegal-sysreg-4.l
> @@ -6,3 +6,5 @@
>  [^:]*:[0-9]+: Error: selected processor does not support system register name 'rctx'
>  [^:]*:[0-9]+: Error: selected processor does not support `cpp rctx,x3'
>  [^:]*:[0-9]+: Error: selected processor does not support system register name 'cvadp'
> +[^:]*:[0-9]+: Error: selected processor does not support system register name 'rndr'
> +[^:]*:[0-9]+: Error: selected processor does not support system register name 'rndrrs'
> diff --git a/gas/testsuite/gas/aarch64/sysreg-4.d b/gas/testsuite/gas/aarch64/sysreg-4.d
> index 1c14016beac9cca24e90e3139f3db950416e785f..3ce7501908003bc6d0d6fe61f7f95aa3f227d53c 100644
> --- a/gas/testsuite/gas/aarch64/sysreg-4.d
> +++ b/gas/testsuite/gas/aarch64/sysreg-4.d
> @@ -1,5 +1,5 @@
>  #source: sysreg-4.s
> -#as: -march=armv8.5-a
> +#as: -march=armv8.5-a+rng
>  #objdump: -dr
>  
>  .*:     file format .*
> @@ -11,3 +11,5 @@ Disassembly of section \.text:
>  .*:	d50b73a2 	dvp	rctx, x2
>  .*:	d50b73e3 	cpp	rctx, x3
>  .*:	d50b7d24 	dc	cvadp, x4
> +.*:	d53b2405 	mrs	x5, rndr
> +.*:	d53b2426 	mrs	x6, rndrrs
> diff --git a/gas/testsuite/gas/aarch64/sysreg-4.s b/gas/testsuite/gas/aarch64/sysreg-4.s
> index 49907c0b22e8a0eb9dae0fc9c4ba5adfdd232074..30decbd843b3017f2b8aef1159405fcbcbbc2c0b 100644
> --- a/gas/testsuite/gas/aarch64/sysreg-4.s
> +++ b/gas/testsuite/gas/aarch64/sysreg-4.s
> @@ -4,3 +4,5 @@ func:
>  	dvp rctx, x2
>  	cpp rctx, x3
>  	dc cvadp, x4
> +	mrs x5, rndr
> +	mrs x6, rndrrs
> diff --git a/include/opcode/aarch64.h b/include/opcode/aarch64.h
> index f364771ea2f03f419f2b90c5ce703b6a172ee7bf..eb7edcc578acc26747bfef5a20a3c8694950847d 100644
> --- a/include/opcode/aarch64.h
> +++ b/include/opcode/aarch64.h
> @@ -74,6 +74,8 @@ typedef uint32_t aarch64_insn;
>  #define AARCH64_FEATURE_PREDRES		0x20000000000ULL
>  /* DC CVADP.  */
>  #define AARCH64_FEATURE_CVADP		0x40000000000ULL
> +/* Random Number instructions.  */
> +#define AARCH64_FEATURE_RNG		0x80000000000ULL
>  
>  /* Architectures are the sum of the base and extensions.  */
>  #define AARCH64_ARCH_V8		AARCH64_FEATURE (AARCH64_FEATURE_V8, \
> diff --git a/opcodes/aarch64-opc.c b/opcodes/aarch64-opc.c
> index b47f0ca50526fa4a574fc0954ddf24ab740c42d1..ef25f903be38eed936fe3113c2d4c3921efecd82 100644
> --- a/opcodes/aarch64-opc.c
> +++ b/opcodes/aarch64-opc.c
> @@ -3836,6 +3836,8 @@ const aarch64_sys_reg aarch64_sys_regs [] =
>    { "contextidr_el1",   CPENC(3,0,C13,C0,1),	0 },
>    { "contextidr_el2",	CPENC (3, 4, C13, C0, 1), F_ARCHEXT },
>    { "contextidr_el12",	CPENC (3, 5, C13, C0, 1), F_ARCHEXT },
> +  { "rndr",		CPENC(3,3,C2,C4,0), F_ARCHEXT | F_REG_READ }, /* RO */
> +  { "rndrrs",		CPENC(3,3,C2,C4,1), F_ARCHEXT | F_REG_READ }, /* RO */
>    { "tpidr_el0",        CPENC(3,3,C13,C0,2),	0 },
>    { "tpidrro_el0",      CPENC(3,3,C13,C0,3),	0 }, /* RW */
>    { "tpidr_el1",        CPENC(3,0,C13,C0,4),	0 },
> @@ -4267,6 +4269,14 @@ aarch64_sys_reg_supported_p (const aarch64_feature_set features,
>        && !AARCH64_CPU_HAS_FEATURE (features, AARCH64_FEATURE_V8_4))
>      return FALSE;
>  
> +  /* Random Number Instructions.  For now they are available
> +     (and optional) only with ARMv8.5-A.  */
> +  if ((reg->value == CPENC (3, 3, C2, C4, 0)
> +       || reg->value == CPENC (3, 3, C2, C4, 1))
> +      && !(AARCH64_CPU_HAS_FEATURE (features, AARCH64_FEATURE_RNG)
> +	   && AARCH64_CPU_HAS_FEATURE (features, AARCH64_FEATURE_V8_5)))
> +    return FALSE;
> +
>    return TRUE;
>  }
>  
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]