projects
/
deliverable
/
binutils-gdb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Adds the speculation barrier instructions to the ARM assembler and disassembler.
[deliverable/binutils-gdb.git]
/
gas
/
testsuite
/
gas
/
arm
/
thumb2_it_bad.s
1
.text
2
.syntax unified
3
.arch armv7a
4
.thumb
5
.thumb_func
6
thumb2_it_bad:
7
itttt eq
8
beq foo
9
bleq foo
10
blxeq r0
11
cbzeq r0, foo
12
ittt eq
13
bxeq r0
14
tbbeq [r0, r1]
15
cpsieeq f
16
it eq
17
cpseq #0x10
18
itt eq
19
bkpteq 0
20
setendeq le
21
it eq
22
iteq eq
23
nop
24
ittt eq
25
csdbeq
26
ssbbeq
27
pssbbeq
28
foo:
This page took
0.03503 seconds
and
5
git commands to generate.