projects
/
deliverable
/
binutils-gdb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add support for PowerPC VLE.
[deliverable/binutils-gdb.git]
/
gas
/
testsuite
/
gas
/
ppc
/
vle-simple-1.s
1
.section .text
2
3
target0:
4
se_beq target3
5
6
target1:
7
se_bf cr1, target4
8
9
target2:
10
se_bge target2
11
12
target3:
13
se_bgt target1
14
15
target4:
16
se_ble target3
17
se_blt target6
18
19
target5:
20
se_bne target1
21
se_bng target6
22
23
target6:
24
se_bnl target4
25
se_bns target5
26
27
target8:
28
se_bnu target2
29
se_bso target8
30
31
target9:
32
se_bt cr2, target6
33
se_bun target9
34
This page took
0.038191 seconds
and
4
git commands to generate.