translate.c | 437 static inline void gen_arm_shift_im(TCGv var, int shiftop, int shift, int flags) 439 switch (shiftop) { 486 static inline void gen_arm_shift_reg(TCGv var, int shiftop, 490 switch (shiftop) { 497 switch (shiftop) { 847 int val, rm, shift, shiftop; local 861 shiftop = (insn >> 5) & 3; 863 gen_arm_shift_im(offset, shiftop, shift, 0); 7000 int set_cc, logic_cc, shiftop; local 7939 int shiftop; local [all...] |