Searched defs:addend (Results 1 – 11 of 11) sorted by relevance
/qemu/include/exec/ |
H A D | tlb-common.h | 34 uintptr_t addend; member
|
/qemu/target/loongarch/tcg/ |
H A D | translate.c | 237 static TCGv make_address_x(DisasContext *ctx, TCGv base, TCGv addend) in make_address_x() 257 TCGv addend = ofs ? tcg_constant_tl(ofs) : NULL; in make_address_i() local
|
/qemu/block/ |
H A D | qcow2-refcount.c | 812 uint64_t addend, bool decrease, enum qcow2_discard_type type) in update_refcount() 945 uint64_t addend, bool decrease, in qcow2_update_cluster_refcount() 1245 int64_t l1_table_offset, int l1_size, int addend) in qcow2_update_snapshot_refcount()
|
/qemu/target/i386/tcg/ |
H A D | seg_helper.c | 2024 int is_iret, int addend, in helper_ret_protected() 2277 void helper_lret_protected(CPUX86State *env, int shift, int addend) in helper_lret_protected()
|
H A D | translate.c | 2102 static inline void gen_stack_update(DisasContext *s, int addend) in gen_stack_update()
|
/qemu/tcg/ |
H A D | tcg.c | 349 TCGLabel *l, intptr_t addend) in tcg_out_reloc() 668 intptr_t addend; member 675 tcg_insn_unit *label, intptr_t addend) in new_pool_alloc() 711 tcg_insn_unit *label, intptr_t addend) in new_pool_label() 721 intptr_t addend, tcg_target_ulong d0, in new_pool_l2() 733 intptr_t addend, tcg_target_ulong d0, in new_pool_l4() 748 intptr_t addend, tcg_target_ulong d0, in new_pool_l8()
|
/qemu/disas/ |
H A D | hppa.c | 319 bfd_signed_vma addend, in hppa_field_adjust()
|
H A D | microblaze.c | 676 int immval, unsigned inst, int addend) in print_immval_addr()
|
/qemu/include/tcg/ |
H A D | tcg.h | 97 intptr_t addend; member
|
/qemu/accel/tcg/ |
H A D | cputlb.c | 1032 uintptr_t addend; in tlb_set_page_full() local
|
/qemu/target/tricore/ |
H A D | op_helper.c | 2122 int32_t addend, dividend_quotient, remainder; in helper_dvstep() local
|