Home | History | Annotate | Download | only in target-arm

Lines Matching full:shiftop

445 static inline void gen_arm_shift_im(TCGv var, int shiftop, int shift, int flags)
447 switch (shiftop) {
494 static inline void gen_arm_shift_reg(TCGv var, int shiftop,
498 switch (shiftop) {
505 switch (shiftop) {
855 int val, rm, shift, shiftop;
869 shiftop = (insn >> 5) & 3;
871 gen_arm_shift_im(offset, shiftop, shift, 0);
6850 int set_cc, logic_cc, shiftop;
6873 shiftop = (insn >> 5) & 3;
6876 gen_arm_shift_im(tmp2, shiftop, shift, logic_cc);
6880 gen_arm_shift_reg(tmp2, shiftop, tmp, logic_cc);
7789 int shiftop;
8091 shiftop = (insn >> 4) & 3;
8095 gen_arm_shift_im(tmp2, shiftop, shift, logic_cc);