repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* elf32-ppc.c (ppc_elf_check_relocs): Set pointer_equality_needed
[binutils.git]
/
gas
/
testsuite
/
gas
/
i386
/
reg.s
blob
3635aee8ed2c47078ece6c15fb4ad8da4bf60580
1
# Check instructions with one register operand
2
3
.text
4
_start
:
5
psrlw $
2
, %
mm6
6
psrlw $
2
, %
xmm6
7
psraw $
2
, %
mm6
8
psraw $
2
, %
xmm6
9
psllw $
2
, %
mm6
10
psllw $
2
, %
xmm6
11
psrld $
2
, %
mm6
12
psrld $
2
, %
xmm6
13
psrad $
2
, %
mm6
14
psrad $
2
, %
xmm6
15
pslld $
2
, %
mm6
16
pslld $
2
, %
xmm6
17
psrlq $
2
, %
mm6
18
psrlq $
2
, %
xmm6
19
psrldq $
2
, %
xmm6
20
psllq $
2
, %
mm6
21
psllq $
2
, %
xmm6
22
pslldq $
2
, %
xmm6
23
24
.intel_syntax noprefix
25
psrlw mm6
,
2
26
psrlw xmm6
,
2
27
psraw mm6
,
2
28
psraw xmm6
,
2
29
psllw mm6
,
2
30
psllw xmm6
,
2
31
psrld mm6
,
2
32
psrld xmm6
,
2
33
psrad mm6
,
2
34
psrad xmm6
,
2
35
pslld mm6
,
2
36
pslld xmm6
,
2
37
psrlq mm6
,
2
38
psrlq xmm6
,
2
39
psrldq xmm6
,
2
40
psllq mm6
,
2
41
psllq xmm6
,
2
42
pslldq xmm6
,
2
43
44
.p2align 4,0