Home
last modified time | relevance | path

Searched refs:install_operand (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68k.c485 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/
DChangeLog-20041752 * config/tc-m68k.c(install_operand): Comment 'G' and 'H' type
2011 (install_operand): Fix 'n' case, Add 'F', 'f', 'G', 'H', 'I', ']'
DChangeLog-98991578 * config/tc-m68k.c (install_operand): Add places `n', `o'.
1581 (install_operand): Add place `N'.
1589 (install_operand): Add place `m', `M', `h'.
DChangeLog-20071345 (install_operand): Add E encoding.
DChangeLog-9295349 (install_operand): Likewise.
12619 than install_operand.