Lines Matching refs:install_operand
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()
3464 install_operand (s[1], tmpreg); in m68k_ip()
3469 install_operand (s[1], tmpreg & 0x7f); in m68k_ip()
3484 install_operand (s[1], reverse_8_bits (tmpreg >> 16)); in m68k_ip()
3500 install_operand (s[1], tmpreg >> 24); in m68k_ip()
3507 install_operand (s[1], tmpreg >> 16); in m68k_ip()
3512 install_operand (s[1], get_num (&opP->disp, 60)); in m68k_ip()
3519 install_operand (s[1], tmpreg); in m68k_ip()
3526 install_operand (s[1], tmpreg); in m68k_ip()
3533 install_operand (s[1], opP->reg - DATA); in m68k_ip()
3538 install_operand (s[1], opP->reg - DATA); in m68k_ip()
3540 install_operand (s[1], opP->index.reg - DATA); in m68k_ip()
3552 install_operand (s[1], tmpreg); in m68k_ip()
3559 install_operand (s[1], get_num (&opP->disp, 30)); in m68k_ip()
3583 install_operand (s[1], tmpreg); in m68k_ip()
3599 install_operand (s[1], tmpreg); in m68k_ip()
3625 install_operand (s[1], tmpreg); in m68k_ip()
3648 install_operand (s[1], tmpreg); in m68k_ip()
3679 install_operand (s[1], tmpreg); in m68k_ip()
3700 install_operand (s[1], tmpreg); in m68k_ip()
3704 install_operand (s[1], tmpreg); in m68k_ip()
3714 install_operand (s[1], opP->reg - DATA0L); in m68k_ip()
3722 install_operand (s[1], tmpreg); in m68k_ip()
3726 install_operand (s[1], tmpreg - 1); in m68k_ip()
3730 install_operand (s[1], tmpreg); in m68k_ip()
3789 install_operand (int mode, int val) in install_operand() function