OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [score/] [syscontrol_32.s] - Rev 205

Compare with Previous | Blame | View Log

/*
 * tests for system control instruction relaxation
 *
 * Author: libin
 */
 
.include "relaxation_macro.h"
 
.text
/* sdbbp Imm5 -> sdbbp! Imm5 */
insn_32 "sdbbp 0"
insn_32 "sdbbp 31"
 
tran_16_32 "sdbbp! 0", "sdbbp 0"
 
/* nop -> nop! */
insn_32 "nop"
 
tran_16_32 "nop!", "nop"
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.