Searched refs:RNDR (Results 1 - 8 of 8) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | cpu-features-auditor-aarch64.cc | 1350 case RNDR: in VisitSystem()
|
H A D | constants-aarch64.h | 502 RNDR = SystemRegisterEncoder<3, 3, 2, 4, 0>::value, // Random number. enumerator
|
H A D | disasm-aarch64.cc | 6903 case RNDR: in Disassembler()
|
H A D | assembler-aarch64.cc | 6866 case RNDR:
|
H A D | simulator-aarch64.cc | 554 // Initialize the common state of RNDR and RNDRRS. in Simulator() 6762 case RNDR: in Simulator()
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-aarch64.cc | 2612 COMPARE(mrs(x20, RNDR), "mrs x20, rndr"); in TEST()
|
H A D | test-assembler-aarch64.cc | 7011 __ Mrs(x1, RNDR); 7015 __ Mrs(x3, RNDR);
|
H A D | test-cpu-features-aarch64.cc | 751 TEST_RNG(mrs_0, mrs(x0, RNDR))
|
Completed in 67 milliseconds