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 471 uint64_t HELPER(neon_shl_u64)(uint64_t val, uint64_t shiftop)
473 int8_t shift = (int8_t)shiftop;
501 uint64_t HELPER(neon_shl_s64)(uint64_t valop, uint64_t shiftop)
503 int8_t shift = (int8_t)shiftop;
534 uint32_t HELPER(neon_rshl_s32)(uint32_t valop, uint32_t shiftop)
538 int8_t shift = (int8_t)shiftop;
552 uint64_t HELPER(neon_rshl_s64)(uint64_t valop, uint64_t shiftop)
554 int8_t shift = (int8_t)shiftop;
594 uint32_t HELPER(neon_rshl_u32)(uint32_t val, uint32_t shiftop)
597 int8_t shift = (int8_t)shiftop;
    [all...]
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...]

Completed in 3505 milliseconds