URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-binutils/] [binutils-2.19.1/] [gas/] [testsuite/] [gas/] [ia64/] [pred-rel.s] - Rev 13
Go to most recent revision | Compare with Previous | Blame | View Log
// Make sure all forms of .pred.rel are accepted _start: .pred.rel "mutex", p1, p2 .pred.rel "imply", p2, p3 .pred.rel "clear", p1, p2, p3 .pred.rel "mutex" p1, p2 .pred.rel "imply" p2, p3 .pred.rel "clear" p1, p2, p3 .pred.rel.mutex p1, p2 .pred.rel.imply p2, p3 .pred.rel.clear p1, p2, p3 .pred.rel @mutex, p1, p2 .pred.rel @imply, p2, p3 .pred.rel @clear, p1, p2, p3 .pred.rel @mutex p1, p2 .pred.rel @imply p2, p3 .pred.rel @clear p1, p2, p3
Go to most recent revision | Compare with Previous | Blame | View Log