Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/gas/testsuite/gas/i386/x86-64-rdrnd.d
2023-03-06 14:48:14 +01:00

22 lines
700 B
Makefile

#objdump: -dw
#name: x86-64 RdRnd
.*: +file format .*
Disassembly of section .text:
0+ <foo>:
[ ]*[a-f0-9]+: 66 0f c7 f3 rdrand %bx
[ ]*[a-f0-9]+: 0f c7 f3 rdrand %ebx
[ ]*[a-f0-9]+: 48 0f c7 f3 rdrand %rbx
[ ]*[a-f0-9]+: 66 41 0f c7 f0 rdrand %r8w
[ ]*[a-f0-9]+: 41 0f c7 f0 rdrand %r8d
[ ]*[a-f0-9]+: 49 0f c7 f0 rdrand %r8
[ ]*[a-f0-9]+: 66 0f c7 f3 rdrand %bx
[ ]*[a-f0-9]+: 0f c7 f3 rdrand %ebx
[ ]*[a-f0-9]+: 48 0f c7 f3 rdrand %rbx
[ ]*[a-f0-9]+: 66 41 0f c7 f0 rdrand %r8w
[ ]*[a-f0-9]+: 41 0f c7 f0 rdrand %r8d
[ ]*[a-f0-9]+: 49 0f c7 f0 rdrand %r8
#pass