HomeSort by relevance Sort by last modified time
    Searched refs:shiftop (Results 1 - 2 of 2) sorted by null

  /external/qemu/target-arm/
neon_helper.c 469 uint64_t HELPER(neon_shl_u64)(uint64_t val, uint64_t shiftop)
471 int8_t shift = (int8_t)shiftop;
499 uint64_t HELPER(neon_shl_s64)(uint64_t valop, uint64_t shiftop)
501 int8_t shift = (int8_t)shiftop;
532 uint32_t HELPER(neon_rshl_s32)(uint32_t valop, uint32_t shiftop)
536 int8_t shift = (int8_t)shiftop;
550 uint64_t HELPER(neon_rshl_s64)(uint64_t valop, uint64_t shiftop)
552 int8_t shift = (int8_t)shiftop;
592 uint32_t HELPER(neon_rshl_u32)(uint32_t val, uint32_t shiftop)
595 int8_t shift = (int8_t)shiftop;
    [all...]
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...]

Completed in 49 milliseconds