Home
last modified time | relevance | path

Searched defs:dest (Results 226 – 244 of 244) sorted by relevance

12345678910

/openbmc/qemu/tcg/
H A Doptimize.c750 static bool swap_commutative(TCGArg dest, TCGArg *p1, TCGArg *p2) in swap_commutative()
788 static int do_constant_folding_cond1(OptContext *ctx, TCGOp *op, TCGArg dest, in do_constant_folding_cond1()
H A Dtcg-op.c3124 void tcg_gen_concat_i32_i64(TCGv_i64 dest, TCGv_i32 low, TCGv_i32 high) in tcg_gen_concat_i32_i64()
/openbmc/qemu/hw/core/
H A Dqdev-properties-system.c868 static int print_pci_devfn(Object *obj, const Property *prop, char *dest, in print_pci_devfn()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c344 static void per_branch(DisasContext *s, TCGv_i64 dest) in per_branch()
634 static bool use_goto_tb(DisasContext *s, uint64_t dest) in use_goto_tb()
1075 static DisasJumpType help_goto_direct(DisasContext *s, uint64_t dest) in help_goto_direct()
1095 static DisasJumpType help_goto_indirect(DisasContext *s, TCGv_i64 dest) in help_goto_indirect()
1107 uint64_t dest = s->base.pc_next + (int64_t)imm * 2; in help_branch() local
/openbmc/u-boot/include/
H A Dmmc.h385 char *dest; member
/openbmc/ipmitool/lib/
H A Dipmi_dcmi.c3037 uint8_t dest = -1; in ipmi_nm_alert() local
/openbmc/qemu/hw/usb/
H A Ddev-mtp.c1556 char *dest; in utf16_to_str() local
/openbmc/qemu/libdecnumber/
H A DdecNumber.c3499 decNumber * decNumberCopy(decNumber *dest, const decNumber *src) { in decNumberCopy()
6989 static void decCopyFit(decNumber *dest, const decNumber *src,
/openbmc/qemu/hw/riscv/
H A Driscv-iommu.c2195 void *dest, hwaddr reg_addr, in riscv_iommu_write_reg_val()
/openbmc/qemu/target/riscv/
H A Dcpu.c76 static void riscv_cpu_cfg_merge(RISCVCPUConfig *dest, const RISCVCPUConfig *src) in riscv_cpu_cfg_merge()
/openbmc/qemu/target/avr/
H A Dtranslate.c984 static void gen_goto_tb(DisasContext *ctx, int n, target_ulong dest) in gen_goto_tb()
/openbmc/qemu/target/rx/
H A Dtranslate.c150 static void gen_goto_tb(DisasContext *dc, int n, target_ulong dest) in gen_goto_tb()
/openbmc/qemu/target/ppc/
H A Dtranslate.c3630 static inline bool use_goto_tb(DisasContext *ctx, target_ulong dest) in use_goto_tb()
3656 static void gen_goto_tb(DisasContext *ctx, int n, target_ulong dest) in gen_goto_tb()
/openbmc/qemu/target/i386/
H A Dops_sse.h916 static inline uint64_t helper_insertq(uint64_t dest, uint64_t src, int shift, int len) in helper_insertq()
/openbmc/qemu/system/
H A Dphysmem.c957 unsigned long page, end, dest; in cpu_physical_memory_snapshot_and_clear_dirty() local
/openbmc/qemu/target/tricore/
H A Dtranslate.c2819 static void gen_goto_tb(DisasContext *ctx, int n, target_ulong dest) in gen_goto_tb()
/openbmc/qemu/target/sparc/
H A Dtranslate.c2603 target_ulong dest = address_mask_i(dc, dc->pc + disp * 4); in advance_jump_cond() local
/openbmc/qemu/linux-user/
H A Dsyscall.c8387 uint32_t dest, gw, mask; in open_net_route() local
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c4365 static void gen_goto_tb(DisasContext *ctx, int n, target_ulong dest) in gen_goto_tb()

12345678910