Searched defs:shiftop (Results 1 - 2 of 2) sorted by relevance

/external/qemu/target-arm/
H A Dneon_helper.c469 uint64_t HELPER(neon_shl_u64)(uint64_t val, uint64_t shiftop) argument
471 int8_t shift = (int8_t)shiftop;
499 uint64_t HELPER(neon_shl_s64)(uint64_t valop, uint64_t shiftop) argument
501 int8_t shift = (int8_t)shiftop;
532 uint32_t HELPER(neon_rshl_s32)(uint32_t valop, uint32_t shiftop) argument
536 int8_t shift = (int8_t)shiftop;
550 uint64_t HELPER(neon_rshl_s64)(uint64_t valop, uint64_t shiftop) argument
552 int8_t shift = (int8_t)shiftop;
592 uint32_t HELPER(neon_rshl_u32)(uint32_t val, uint32_t shiftop) argument
595 int8_t shift = (int8_t)shiftop;
611 neon_rshl_u64(uint64_t val, uint64_t shiftop) argument
662 neon_qshl_u64(uint64_t val, uint64_t shiftop) argument
717 neon_qshl_s64(uint64_t valop, uint64_t shiftop) argument
771 neon_qshlu_s32(uint32_t valop, uint32_t shiftop) argument
780 neon_qshlu_s64(uint64_t valop, uint64_t shiftop) argument
819 neon_qrshl_u32(uint32_t val, uint32_t shiftop) argument
849 neon_qrshl_u64(uint64_t val, uint64_t shiftop) argument
916 neon_qrshl_s32(uint32_t valop, uint32_t shiftop) argument
945 neon_qrshl_s64(uint64_t valop, uint64_t shiftop) argument
[all...]
H A Dtranslate.c445 static inline void gen_arm_shift_im(TCGv var, int shiftop, int shift, int flags) argument
447 switch (shiftop) {
494 static inline void gen_arm_shift_reg(TCGv var, int shiftop, argument
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
6873 shiftop
7789 int shiftop; local
[all...]

Completed in 65 milliseconds