File: x86-64-aes-intel.d

package info (click to toggle)
binutils-avr 2.26.20160125%2BAtmel3.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 365,552 kB
  • sloc: ansic: 2,480,046; asm: 892,807; exp: 188,218; cpp: 133,829; makefile: 63,886; sh: 32,212; yacc: 26,783; lisp: 16,709; xml: 7,490; perl: 6,449; python: 4,555; ada: 4,318; pascal: 3,174; lex: 2,250; cs: 879; sed: 334; f90: 298; awk: 168; objc: 134; java: 73; fortran: 43
file content (35 lines) | stat: -rw-r--r-- 1,736 bytes parent folder | download | duplicates (33)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#source: x86-64-aes.s
#as: -J
#objdump: -dw -Mintel
#name: x86-64 AES (Intel mode)

.*: +file format .*

Disassembly of section .text:

0+ <foo>:
[ 	]*[a-f0-9]+:	66 0f 38 dc 01       	aesenc xmm0,XMMWORD PTR \[rcx\]
[ 	]*[a-f0-9]+:	66 0f 38 dc c1       	aesenc xmm0,xmm1
[ 	]*[a-f0-9]+:	66 0f 38 dd 01       	aesenclast xmm0,XMMWORD PTR \[rcx\]
[ 	]*[a-f0-9]+:	66 0f 38 dd c1       	aesenclast xmm0,xmm1
[ 	]*[a-f0-9]+:	66 0f 38 de 01       	aesdec xmm0,XMMWORD PTR \[rcx\]
[ 	]*[a-f0-9]+:	66 0f 38 de c1       	aesdec xmm0,xmm1
[ 	]*[a-f0-9]+:	66 0f 38 df 01       	aesdeclast xmm0,XMMWORD PTR \[rcx\]
[ 	]*[a-f0-9]+:	66 0f 38 df c1       	aesdeclast xmm0,xmm1
[ 	]*[a-f0-9]+:	66 0f 38 db 01       	aesimc xmm0,XMMWORD PTR \[rcx\]
[ 	]*[a-f0-9]+:	66 0f 38 db c1       	aesimc xmm0,xmm1
[ 	]*[a-f0-9]+:	66 0f 3a df 01 08    	aeskeygenassist xmm0,XMMWORD PTR \[rcx\],0x8
[ 	]*[a-f0-9]+:	66 0f 3a df c1 08    	aeskeygenassist xmm0,xmm1,0x8
[ 	]*[a-f0-9]+:	66 0f 38 dc 01       	aesenc xmm0,XMMWORD PTR \[rcx\]
[ 	]*[a-f0-9]+:	66 0f 38 dc c1       	aesenc xmm0,xmm1
[ 	]*[a-f0-9]+:	66 0f 38 dd 01       	aesenclast xmm0,XMMWORD PTR \[rcx\]
[ 	]*[a-f0-9]+:	66 0f 38 dd c1       	aesenclast xmm0,xmm1
[ 	]*[a-f0-9]+:	66 0f 38 de 01       	aesdec xmm0,XMMWORD PTR \[rcx\]
[ 	]*[a-f0-9]+:	66 0f 38 de c1       	aesdec xmm0,xmm1
[ 	]*[a-f0-9]+:	66 0f 38 df 01       	aesdeclast xmm0,XMMWORD PTR \[rcx\]
[ 	]*[a-f0-9]+:	66 0f 38 df c1       	aesdeclast xmm0,xmm1
[ 	]*[a-f0-9]+:	66 0f 38 db 01       	aesimc xmm0,XMMWORD PTR \[rcx\]
[ 	]*[a-f0-9]+:	66 0f 38 db c1       	aesimc xmm0,xmm1
[ 	]*[a-f0-9]+:	66 0f 3a df 01 08    	aeskeygenassist xmm0,XMMWORD PTR \[rcx\],0x8
[ 	]*[a-f0-9]+:	66 0f 3a df c1 08    	aeskeygenassist xmm0,xmm1,0x8
#pass