Searched refs:aesenclast (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/aes/asm/ |
D | aesni-x86.pl | 90 sub aesenclast { aescommon(0xdd,@_); } subroutine 645 &aesenclast ($inout0,$rndkey0); 646 &aesenclast ($cmac,$rndkey0); 743 &aesenclast ($inout0,$rndkey0); 744 &aesenclast ($cmac,$rndkey0);
|
D | bsaes-x86_64.pl | 674 sub aesenclast { # not used subroutine
|
/external/llvm/test/MC/X86/ |
D | x86-32-coverage.s | 11585 aesenclast %xmm3,%xmm4 11589 aesenclast 4(%edx,%edi),%xmm4 19585 aesenclast %xmm3,%xmm4 19588 aesenclast 4(%edx,%edi),%xmm4
|
/external/llvm/test/CodeGen/X86/ |
D | avx-intrinsics-x86.ll | 29 …%res = call <2 x i64> @llvm.x86.aesni.aesenclast(<2 x i64> %a0, <2 x i64> %a1) ; <<2 x i64>> [#use… 32 declare <2 x i64> @llvm.x86.aesni.aesenclast(<2 x i64>, <2 x i64>) nounwind readnone
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 7051 defm AESENCLAST : AESI_binop_rm_int<0xDD, "aesenclast",
|