/qemu/include/hw/riscv/ |
H A D | boot_opensbi.h | 34 target_long magic; 36 target_long version; 38 target_long next_addr; 40 target_long next_mode; 42 target_long options; 58 target_long boot_hart;
|
/qemu/target/ppc/ |
H A D | ppc-qmp-cmds.c | 36 static target_long monitor_get_ccr(Monitor *mon, const struct MonitorDef *md, in monitor_get_ccr() 47 static target_long monitor_get_xer(Monitor *mon, const struct MonitorDef *md, in monitor_get_xer() 54 static target_long monitor_get_decr(Monitor *mon, const struct MonitorDef *md, in monitor_get_decr() 64 static target_long monitor_get_tbu(Monitor *mon, const struct MonitorDef *md, in monitor_get_tbu() 74 static target_long monitor_get_tbl(Monitor *mon, const struct MonitorDef *md, in monitor_get_tbl()
|
/qemu/include/exec/ |
H A D | target_long.h | 27 typedef int32_t target_long; typedef 34 typedef int64_t target_long; typedef
|
H A D | target_page.h | 24 #define TARGET_PAGE_TYPE target_long
|
/qemu/linux-user/generic/ |
H A D | target_prctl_unalign.h | 9 static abi_long do_prctl_get_unalign(CPUArchState *env, target_long arg2) in do_prctl_get_unalign() 20 static abi_long do_prctl_set_unalign(CPUArchState *env, target_long arg2) in do_prctl_set_unalign()
|
/qemu/target/mips/tcg/ |
H A D | dsp_helper.c | 1064 #define MIPSDSP_RETURN32_8(a, b, c, d) ((target_long)(int32_t) \ 1069 #define MIPSDSP_RETURN32_16(a, b) ((target_long)(int32_t) \ 1108 return (target_long)dt.sw[0]; \ 1149 return (target_long)ds.sw[0]; \ 1177 return (target_long)ds.sw[0]; \ 1289 return (target_long)(int32_t)(temp & MIPSDSP_LLO); in helper_addsc() 1309 return (target_long)(int32_t)rd; in helper_addwc() 1402 return (target_long)(int32_t)rt; in helper_precr_sra_r_ph_w() 1890 return (target_long)(int32_t)temp; \ 1902 return (target_long)(int32_t)temp; \ [all …]
|
H A D | ldst_helper.c | 47 HELPER_LD_ATOMIC(ll, ldl, 0x3, (target_long)(int32_t)) 225 (target_long)cpu_ldl_mmuidx_ra(env, addr, mem_idx, GETPC()); in helper_lwm() 232 (target_long)cpu_ldl_mmuidx_ra(env, addr, mem_idx, GETPC()); in helper_lwm()
|
/qemu/target/riscv/ |
H A D | translate.c | 220 target_long diff) in gen_pc_plus_diff() 238 static void gen_update_pc(DisasContext *ctx, target_long diff) in gen_update_pc() 288 static void gen_goto_tb(DisasContext *ctx, int n, target_long diff) in gen_goto_tb() 407 static void gen_set_gpri(DisasContext *ctx, int reg_num, target_long imm) in gen_set_gpri() 851 void (*func)(TCGv, TCGv, target_long)) in gen_logic_imm_fn() argument 895 void (*func)(TCGv, TCGv, target_long), in gen_arith_imm_fn() argument 896 void (*f128)(TCGv, TCGv, TCGv, TCGv, target_long)) in gen_arith_imm_fn() 988 void (*func)(TCGv, TCGv, target_long), in gen_shift_imm_fn() argument 989 void (*f128)(TCGv, TCGv, TCGv, TCGv, target_long)) in gen_shift_imm_fn() 1019 void (*f_tl)(TCGv, TCGv, target_long), in gen_shift_imm_fn_per_ol() argument [all …]
|
H A D | vector_internals.h | 204 typedef void opivx2_fn(void *vd, target_long s1, void *vs2, int i); 211 static void do_##NAME(void *vd, target_long s1, void *vs2, int i) \ 217 void do_vext_vx(void *vd, void *v0, target_long s1, void *vs2,
|
H A D | vector_internals.c | 84 void do_vext_vx(void *vd, void *v0, target_long s1, void *vs2, in do_vext_vx()
|
H A D | internals.h | 184 addr = (target_long)addr >> pmlen; in adjust_addr_body()
|
H A D | cpu.h | 644 void riscv_ctr_add_entry(CPURISCVState *env, target_long src, target_long dst, 791 target_long priv_ver, in riscv_cpu_allow_16bit_insn()
|
/qemu/target/i386/tcg/ |
H A D | helper-tcg.h | 50 static inline target_long lshift(target_long x, int n) in lshift()
|
H A D | decode-new.h | 327 target_long disp;
|
/qemu/monitor/ |
H A D | hmp-target.c | 112 *pval = *(target_long *)ptr; in get_monitor_def() 125 *pval = (target_long) tmp; in get_monitor_def()
|
/qemu/target/i386/emulate/ |
H A D | x86_flags.c | 99 target_ulong cf_changed = ((target_long)(env->cc_src ^ temp)) < 0; \ 221 return ((target_long)env->cc_src) < 0; in get_CF() 228 target_ulong cf_changed = ((target_long)(env->cc_src ^ temp)) < 0; in set_CF()
|
/qemu/target/sparc/ |
H A D | monitor.c | 43 static target_long monitor_get_psr(Monitor *mon, const struct MonitorDef *md, in monitor_get_psr() 52 static target_long monitor_get_reg(Monitor *mon, const struct MonitorDef *md, in monitor_get_reg()
|
/qemu/include/monitor/ |
H A D | hmp-target.h | 35 target_long (*get_value)(Monitor *mon, const struct MonitorDef *md,
|
/qemu/include/user/ |
H A D | abitypes.h | 65 typedef target_long abi_long __attribute__((aligned(ABI_LONG_ALIGNMENT)));
|
/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_arith.c.inc | 36 void (*func)(TCGv, TCGv, target_long)) 49 void (*func)(TCGv, TCGv, TCGv, target_long)) 189 static void gen_alsl(TCGv dest, TCGv src1, TCGv src2, target_long sa)
|
H A D | trans_bit.c.inc | 19 static void gen_bytepick_w(TCGv dest, TCGv src1, TCGv src2, target_long sa) 25 static void gen_bytepick_d(TCGv dest, TCGv src1, TCGv src2, target_long sa)
|
H A D | trans_branch.c.inc | 36 target_long offs, TCGCond cond)
|
H A D | trans_shift.c.inc | 70 static void gen_sari_w(TCGv dest, TCGv src1, target_long imm)
|
/qemu/target/arm/tcg/ |
H A D | translate.h | 333 void gen_a64_update_pc(DisasContext *s, target_long diff); 340 static inline void gen_a64_update_pc(DisasContext *s, target_long diff) in gen_a64_update_pc() 350 void gen_exception_insn_el(DisasContext *s, target_long pc_diff, int excp, 352 void gen_exception_insn(DisasContext *s, target_long pc_diff,
|
/qemu/hw/net/ |
H A D | spapr_llan.c | 558 static target_long spapr_vlan_add_rxbuf_to_pool(SpaprVioVlan *dev, in spapr_vlan_add_rxbuf_to_pool() 605 static target_long spapr_vlan_add_rxbuf_to_page(SpaprVioVlan *dev, in spapr_vlan_add_rxbuf_to_page() 639 target_long ret; in h_add_logical_lan_buffer()
|