URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [ia64/] [pred-rel.s] - Rev 832
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