Searched refs:avr_operand (Results 1 – 15 of 15) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | avr-dis.c | 51 avr_operand (unsigned int insn, unsigned int insn2, unsigned int pc, int constraint, in avr_operand() function 385 …ok = avr_operand (insn, insn2, addr, *constraints, opcode_str, op1, comment1, 0, &sym_op1, &sym_ad… in print_insn_avr() 388 ok = avr_operand (insn, insn2, addr, *(++constraints), opcode_str, op2, in print_insn_avr()
|
D | ChangeLog-2011 | 327 * avr-dis.c (avr_operand): Fix disassembly of ELPM, LPM and SPM 618 * avr-dis.c (avr_operand): Add opcode_str parameter. Check for 621 (print_insn_avr): Adjust calls to avr_operand. Rename variable.
|
D | ChangeLog-2006 | 568 * avr-dis.c (avr_operand): Warning fix. 579 * avr-dis.c (avr_operand): Arrange for a comment to appear before
|
D | ChangeLog-0001 | 1590 * avr-dis.c (avr_operand): Use PARAMS macro in declaration. 1597 as ld/st. Check avr_operand () return value, handle invalid 1687 * avr-dis.c (avr_operand): Change _ () to _() around all strings 1743 * avr-dis.c (avr_operand): Bugfix for jmp/call address.
|
D | ChangeLog-2004 | 8 memory references. Convert avr_operand() to C90 formatting.
|
D | ChangeLog | 230 * avr-dis.c (avr_operand): Add default data address space origin (0x800000)
|
D | ChangeLog-2014 | 563 * avr-dis.c (avr_operand): Handle constraint j for 16 bit lds/sts.
|
D | ChangeLog-2007 | 1815 * avr-dis.c (avr_operand): Correct PR number in comment.
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-avr.c | 851 avr_operand (struct avr_opcodes_s *opcode, in avr_operand() function 1156 reg1 = avr_operand (opcode, where, op, &str); in avr_operands() 1180 reg2 = avr_operand (opcode, where, op, &str); in avr_operands()
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2014 | 931 * config/tc-avr.c (avr_operand): Permit referring to r26-r31 by 976 (avr_operand): validate and issue error for invalid register for
|
D | ChangeLog-0001 | 1032 (avr_operand): Use ISDIGIT/TOLOWER instead of isdigit/tolower. 5489 (avr_operand): Don't set (unsigned) op_mask to -1. 5825 (avr_operand): Accept all addressing modes on avr1 if -mall-opcodes. 6113 * config/tc-avr.c (avr_operand): fix the formatting of the comment. 6120 (avr_operand): enable ld r,Z or st r,Z for at90s1200. 6643 (avr_operand): Now constant numbers can be used as a register 6716 (avr_operand): Handle 'a', 'v' and 'z' constraint letters needed 6990 (avr_operand): Remove redundant test of unsigned < 0.
|
D | ChangeLog-2008 | 1567 (avr_operand): Disallow post-increment addressing in the lpm
|
D | ChangeLog-2011 | 1648 (avr_operand): Add 'E' constraint for DES instruction of XMEGA devices.
|
D | ChangeLog-2004 | 32 (avr_operand): Use it.
|
D | ChangeLog | 2882 (avr_operand): Likewise.
|