Searched refs:install_operand (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-m68k.c | 485 static void install_operand (int mode, int val); 3115 install_operand (s[1], tmpreg); in m68k_ip() 3126 install_operand (s[1], opP->reg - ADDR); in m68k_ip() 3272 install_operand ('s', opP->reg - ADDR); in m68k_ip() 3283 install_operand (s[1], opP->reg - DATA); in m68k_ip() 3287 install_operand (s[1], opP->reg - ACC); in m68k_ip() 3294 install_operand (s[1], opP->reg - FP0); in m68k_ip() 3298 install_operand (s[1], opP->reg - ACCEXT01); in m68k_ip() 3307 install_operand (s[1], tmpreg); in m68k_ip() 3311 install_operand (s[1], opP->mode == LSH ? 0x1 : 0x3); in m68k_ip() [all …]
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2004 | 1752 * config/tc-m68k.c(install_operand): Comment 'G' and 'H' type 2011 (install_operand): Fix 'n' case, Add 'F', 'f', 'G', 'H', 'I', ']'
|
D | ChangeLog-9899 | 1578 * config/tc-m68k.c (install_operand): Add places `n', `o'. 1581 (install_operand): Add place `N'. 1589 (install_operand): Add place `m', `M', `h'.
|
D | ChangeLog-2007 | 1345 (install_operand): Add E encoding.
|
D | ChangeLog-9295 | 349 (install_operand): Likewise. 12619 than install_operand.
|