X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fopcode%2Favr.h;h=2212816cbf808910c36aa87c47f4f99e3280c3c5;hb=32f76c677333510350f21a40db062a8d17995c53;hp=1c73022ed49f53f59e516cd093f34d9e298a81ac;hpb=33f466961ce01a7db6dbec6b39aafb7af1855645;p=deliverable%2Fbinutils-gdb.git diff --git a/include/opcode/avr.h b/include/opcode/avr.h index 1c73022ed4..2212816cbf 100644 --- a/include/opcode/avr.h +++ b/include/opcode/avr.h @@ -110,6 +110,7 @@ z - Z pointer register (for [e]lpm Rd,Z[+]) M - immediate value from 0 to 255 n - immediate value from 0 to 255 ( n = ~M ). Relocation impossible + N - immediate value from 0 to 255. Relocation impossible s - immediate value from 0 to 7 P - Port address value from 0 to 63. (in, out) p - Port address value from 0 to 31. (cbi, sbi, sbic, sbis) @@ -306,3 +307,7 @@ AVR_INSN (eijmp, "", "1001010000011001", 1, AVR_ISA_EIND, 0x9419) /* DES instruction for encryption and decryption. */ AVR_INSN (des, "E", "10010100EEEE1011", 1, AVR_ISA_DES, 0x940B) +/* Operands are evaluated by hand and won't pop new fux-ups. + The pseudo-insn is hidden behind NOP so that avr-dis.c don't see it. */ +AVR_INSN (__gcc_isr, "", "0000000000000000", 1, AVR_ISA_1200, 0x0) +