translate.c | 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; local 869 shiftop = (insn >> 5) & 3; 871 gen_arm_shift_im(offset, shiftop, shift, 0); 6850 int set_cc, logic_cc, shiftop; local 7789 int shiftop; local [all...] |