1 # CS_ARCH_X86, CS_MODE_64, CS_OPT_SYNTAX_ATT 2 0x66,0x0f,0xc7,0xf0 = rdrandw %ax 3 0x0f,0xc7,0xf0 = rdrandl %eax 4 0x48,0x0f,0xc7,0xf0 = rdrandq %rax 5 0x66,0x41,0x0f,0xc7,0xf3 = rdrandw %r11w 6 0x41,0x0f,0xc7,0xf3 = rdrandl %r11d 7 0x49,0x0f,0xc7,0xf3 = rdrandq %r11 8 0x66,0x0f,0xc7,0xf8 = rdseedw %ax 9 0x0f,0xc7,0xf8 = rdseedl %eax 10 0x48,0x0f,0xc7,0xf8 = rdseedq %rax 11 0x66,0x41,0x0f,0xc7,0xfb = rdseedw %r11w 12 0x41,0x0f,0xc7,0xfb = rdseedl %r11d 13 0x49,0x0f,0xc7,0xfb = rdseedq %r11 14