Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 25 of 112) sorted by relevance

12345

/qemu/target/arm/tcg/
H A Dvec_internal.h83 static inline int32_t do_sqrshl_bhs(int32_t src, int32_t shift, int bits, in do_sqrshl_bhs()
118 static inline uint32_t do_uqrshl_bhs(uint32_t src, int32_t shift, int bits, in do_uqrshl_bhs()
149 static inline int32_t do_suqrshl_bhs(int32_t src, int32_t shift, int bits, in do_suqrshl_bhs()
159 static inline int64_t do_sqrshl_d(int64_t src, int64_t shift, in do_sqrshl_d()
187 static inline uint64_t do_uqrshl_d(uint64_t src, int64_t shift, in do_uqrshl_d()
211 static inline int64_t do_suqrshl_d(int64_t src, int64_t shift, in do_suqrshl_d()
H A Dop_helper.c93 uint32_t shift, index, reg; in HELPER() local
229 static inline uint32_t do_ssat(CPUARMState *env, int32_t val, int shift) in do_ssat()
247 static inline uint32_t do_usat(CPUARMState *env, int32_t val, int shift) in do_usat()
1167 int shift = i & 0xff; in HELPER() local
1183 int shift = i & 0xff; in HELPER() local
1199 int shift = i & 0xff; in HELPER() local
1212 int shift1, shift; in HELPER() local
H A Dgengvec.c100 int64_t shift, uint32_t opr_sz, uint32_t max_sz) in gen_gvec_ushr()
110 static void gen_ssra8_i64(TCGv_i64 d, TCGv_i64 a, int64_t shift) in gen_ssra8_i64()
116 static void gen_ssra16_i64(TCGv_i64 d, TCGv_i64 a, int64_t shift) in gen_ssra16_i64()
122 static void gen_ssra32_i32(TCGv_i32 d, TCGv_i32 a, int32_t shift) in gen_ssra32_i32()
128 static void gen_ssra64_i64(TCGv_i64 d, TCGv_i64 a, int64_t shift) in gen_ssra64_i64()
141 int64_t shift, uint32_t opr_sz, uint32_t max_sz) in gen_gvec_ssra()
186 static void gen_usra8_i64(TCGv_i64 d, TCGv_i64 a, int64_t shift) in gen_usra8_i64()
192 static void gen_usra16_i64(TCGv_i64 d, TCGv_i64 a, int64_t shift) in gen_usra16_i64()
198 static void gen_usra32_i32(TCGv_i32 d, TCGv_i32 a, int32_t shift) in gen_usra32_i32()
204 static void gen_usra64_i64(TCGv_i64 d, TCGv_i64 a, int64_t shift) in gen_usra64_i64()
[all …]
/qemu/include/qemu/
H A Dbitops.h27 #define MAKE_64BIT_MASK(shift, length) \ argument
398 static inline uint8_t rol8(uint8_t word, unsigned int shift) in rol8()
408 static inline uint8_t ror8(uint8_t word, unsigned int shift) in ror8()
418 static inline uint16_t rol16(uint16_t word, unsigned int shift) in rol16()
428 static inline uint16_t ror16(uint16_t word, unsigned int shift) in ror16()
438 static inline uint32_t rol32(uint32_t word, unsigned int shift) in rol32()
448 static inline uint32_t ror32(uint32_t word, unsigned int shift) in ror32()
458 static inline uint64_t rol64(uint64_t word, unsigned int shift) in rol64()
468 static inline uint64_t ror64(uint64_t word, unsigned int shift) in ror64()
/qemu/tests/functional/
H A Dreplay_kernel.py31 record, shift, args, replay_path): argument
77 shift=7, args=None): argument
H A Dreverse_debugging.py35 def run_vm(self, record, shift, args, replay_path, image_path, port): argument
101 def reverse_debugging(self, shift=7, args=None): argument
/qemu/target/riscv/
H A Dbitmanip_helper.c53 static inline target_ulong do_swap(target_ulong x, uint64_t mask, int shift) in do_swap()
76 uint64_t maskR, int shift) in do_shuf_stage()
/qemu/target/s390x/tcg/
H A Dint_helper.c181 int shift; in HELPER() local
202 int shift; in HELPER() local
/qemu/accel/tcg/
H A Dtcg-runtime-gvec.c588 int shift = simd_data(desc); in HELPER() local
600 int shift = simd_data(desc); in HELPER() local
612 int shift = simd_data(desc); in HELPER() local
624 int shift = simd_data(desc); in HELPER() local
636 int shift = simd_data(desc); in HELPER() local
648 int shift = simd_data(desc); in HELPER() local
660 int shift = simd_data(desc); in HELPER() local
672 int shift = simd_data(desc); in HELPER() local
684 int shift = simd_data(desc); in HELPER() local
696 int shift = simd_data(desc); in HELPER() local
[all …]
/qemu/target/ppc/
H A Dinternal.h66 #define EXTRACT_HELPER(name, shift, nb) \ argument
72 #define EXTRACT_SHELPER(name, shift, nb) \ argument
/qemu/hw/pci/
H A Dpcie_doe.c252 uint32_t shift; in pcie_doe_read_config() local
303 uint32_t shift; in pcie_doe_write_config() local
/qemu/include/system/
H A Dram_addr.h44 static inline long clear_bmap_size(uint64_t pages, uint8_t shift) in clear_bmap_size()
62 uint8_t shift = rb->clear_bmap_shift; in clear_bmap_set() local
78 uint8_t shift = rb->clear_bmap_shift; in clear_bmap_test_and_clear() local
/qemu/hw/arm/
H A Dsmmu-internal.h40 #define PTE_ADDRESS(pte, shift) \ argument
128 int shift = level_shift(start_level - 1, granule_sz); in pgd_concat_idx() local
/qemu/target/i386/tcg/user/
H A Dseg_helper.c50 int dpl, cpl, shift; in do_interrupt_user() local
/qemu/target/i386/tcg/
H A Dseg_helper.c217 int type, index, shift; in get_ss_esp_from_tss() local
692 int has_error_code, new_stack, shift; in do_interrupt_protected() local
1621 int shift, uint32_t next_eip) in helper_lcall_real()
1648 int shift, target_ulong next_eip) in helper_lcall_protected()
1954 void helper_iret_real(CPUX86State *env, int shift) in helper_iret_real()
2023 static inline void helper_ret_protected(CPUX86State *env, int shift, in helper_ret_protected()
2245 void helper_iret_protected(CPUX86State *env, int shift, int next_eip) in helper_iret_protected()
2277 void helper_lret_protected(CPUX86State *env, int shift, int addend) in helper_lret_protected()
/qemu/hw/timer/
H A Da9gtimer.c146 int shift = 0; in a9_gtimer_read() local
186 int shift = 0; in a9_gtimer_write() local
/qemu/tests/unit/
H A Dtest-shift128.c17 int32_t shift; member
/qemu/util/
H A Dhost-utils.c216 void urshift(uint64_t *plow, uint64_t *phigh, int32_t shift) in urshift()
245 void ulshift(uint64_t *plow, uint64_t *phigh, int32_t shift, bool *overflow) in ulshift()
/qemu/hw/tpm/
H A Dtpm_tis_common.c340 uint8_t shift = (addr & 0x3) * 8; in tpm_tis_mmio_read() local
478 uint8_t shift = (addr & 0x3) * 8; in tpm_tis_mmio_write() local
/qemu/target/mips/tcg/
H A Ddsp_helper.c505 int32_t shift, in mipsdsp_rndrashift_short_acc()
520 uint32_t shift, in mipsdsp_rashift_acc()
541 uint32_t shift, in mipsdsp_rndrashift_acc()
3120 target_ulong helper_extr_w(target_ulong ac, target_ulong shift, in helper_extr_w()
3149 target_ulong helper_extr_r_w(target_ulong ac, target_ulong shift, in helper_extr_r_w()
3175 target_ulong helper_extr_rs_w(target_ulong ac, target_ulong shift, in helper_extr_rs_w()
3209 target_ulong helper_dextr_w(target_ulong ac, target_ulong shift, in helper_dextr_w()
3221 target_ulong helper_dextr_r_w(target_ulong ac, target_ulong shift, in helper_dextr_r_w()
3248 target_ulong helper_dextr_rs_w(target_ulong ac, target_ulong shift, in helper_dextr_rs_w()
3280 target_ulong helper_dextr_l(target_ulong ac, target_ulong shift, in helper_dextr_l()
[all …]
/qemu/hw/ppc/
H A Dspapr_vhyp_mmu.c299 int shift; member
370 target_ulong shift) in vhyp_mmu_resize_hpt_prepare()
555 target_ulong shift) in vhyp_mmu_resize_hpt_commit()
/qemu/target/loongarch/tcg/
H A Dcsr_helper.c118 uint8_t shift, ptbase; in helper_csrwr_pwcl() local
/qemu/target/alpha/
H A Dtranslate.c237 static int get_flag_ofs(unsigned shift) in get_flag_ofs()
248 static void ld_flag_byte(TCGv val, unsigned shift) in ld_flag_byte()
253 static void st_flag_byte(TCGv val, unsigned shift) in st_flag_byte()
933 TCGv shift = tcg_temp_new(); in gen_ins_h() local
968 TCGv shift = tcg_temp_new(); in gen_ins_l() local
989 TCGv shift = tcg_temp_new(); in gen_msk_h() local
1019 TCGv shift = tcg_temp_new(); in gen_msk_l() local
/qemu/
H A Dqemu-keymap.c26 static xkb_mod_mask_t shift; variable
/qemu/target/i386/
H A Dops_sse.h59 int shift; in glue() local
74 int shift; in glue() local
89 int shift; in glue() local
102 int shift; in glue() local
117 int shift; in glue() local
132 int shift; in glue() local
145 int shift; in glue() local
160 int shift; in glue() local
176 int shift, i, j; in glue() local
194 int shift, i, j; in glue() local
[all …]

12345