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

/external/qemu/target-arm/
H A Dneon_helper.c471 uint64_t HELPER(neon_shl_u64)(uint64_t val, uint64_t shiftop) argument
473 int8_t shift = (int8_t)shiftop;
501 uint64_t HELPER(neon_shl_s64)(uint64_t valop, uint64_t shiftop) argument
503 int8_t shift = (int8_t)shiftop;
534 uint32_t HELPER(neon_rshl_s32)(uint32_t valop, uint32_t shiftop) argument
538 int8_t shift = (int8_t)shiftop;
552 uint64_t HELPER(neon_rshl_s64)(uint64_t valop, uint64_t shiftop) argument
554 int8_t shift = (int8_t)shiftop;
594 uint32_t HELPER(neon_rshl_u32)(uint32_t val, uint32_t shiftop) argument
597 int8_t shift = (int8_t)shiftop;
613 neon_rshl_u64(uint64_t val, uint64_t shiftop) argument
664 neon_qshl_u64(CPUARMState *env, uint64_t val, uint64_t shiftop) argument
719 neon_qshl_s64(CPUARMState *env, uint64_t valop, uint64_t shiftop) argument
773 neon_qshlu_s32(CPUARMState *env, uint32_t valop, uint32_t shiftop) argument
782 neon_qshlu_s64(CPUARMState *env, uint64_t valop, uint64_t shiftop) argument
820 neon_qrshl_u32(CPUARMState *env, uint32_t val, uint32_t shiftop) argument
850 neon_qrshl_u64(CPUARMState *env, uint64_t val, uint64_t shiftop) argument
917 neon_qrshl_s32(CPUARMState *env, uint32_t valop, uint32_t shiftop) argument
946 neon_qrshl_s64(CPUARMState *env, uint64_t valop, uint64_t shiftop) argument
[all...]
H A Dtranslate.c437 static inline void gen_arm_shift_im(TCGv var, int shiftop, int shift, int flags) argument
439 switch (shiftop) {
486 static inline void gen_arm_shift_reg(TCGv var, int shiftop, argument
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
7023 shiftop
7939 int shiftop; local
[all...]

Completed in 113 milliseconds