HomeSort by relevance Sort by last modified time
    Searched refs:rdrand (Results 1 - 9 of 9) sorted by null

  /external/llvm/test/MC/X86/
x86_64-rand-encoding.s 5 rdrand %ax
9 rdrand %eax
13 rdrand %rax
17 rdrand %r11w
21 rdrand %r11d
25 rdrand %r11
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
x86_64-rand-encoding.s 5 rdrand %ax
9 rdrand %eax
13 rdrand %rax
17 rdrand %r11w
21 rdrand %r11d
25 rdrand %r11
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
RdRand.asm 14 ; RdRand.asm
18 ; Generates random number through CPU RdRand instruction under 32-bit platform.
30 ; Generates a 16 bit random number through RDRAND instruction.
36 ; rdrand ax ; generate a 16 bit RN into ax
38 db 0fh, 0c7h, 0f0h ; rdrand r16: "0f c7 /6 ModRM:r/m(w)"
50 ; Generates a 32 bit random number through RDRAND instruction.
56 ; rdrand eax ; generate a 32 bit RN into eax
58 db 0fh, 0c7h, 0f0h ; rdrand r32: "0f c7 /6 ModRM:r/m(w)"
70 ; Generates a 64 bit random number through RDRAND instruction.
76 ; rdrand eax ; generate a 32 bit RN into eax
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
RdRand.asm 14 ; RdRand.asm
18 ; Generates random number through CPU RdRand instruction under 64-bit platform.
27 ; Generates a 16 bit random number through RDRAND instruction.
33 ; rdrand ax ; generate a 16 bit RN into eax,
35 db 0fh, 0c7h, 0f0h ; rdrand r16: "0f c7 /6 ModRM:r/m(w)"
46 ; Generates a 32 bit random number through RDRAND instruction.
52 ; rdrand eax ; generate a 32 bit RN into eax,
54 db 0fh, 0c7h, 0f0h ; rdrand r32: "0f c7 /6 ModRM:r/m(w)"
65 ; Generates a 64 bit random number through one RDRAND instruction.
71 ; rdrand rax ; generate a 64 bit RN into rax,
    [all...]
  /external/boringssl/src/crypto/fipsmodule/rand/asm/
rdrand-x86_64.pl 50 rdrand $tmp1
71 rdrand $tmp2
  /external/boringssl/src/crypto/perlasm/
x86asm.pl 153 sub ::rdrand
158 { &::generic("rdrand",@_); }
166 { &::generic("rdrand",@_); }
x86_64-xlate.pl 1061 my $rdrand = sub {
    [all...]
  /external/boringssl/
eureka.mk 356 linux-x86_64/crypto/fipsmodule/rdrand-x86_64.S\
sources.mk 301 linux-x86_64/crypto/fipsmodule/rdrand-x86_64.S\

Completed in 498 milliseconds