Home
last modified time | relevance | path

Searched refs:target_long (Results 1 – 7 of 7) sorted by relevance

/external/qemu/target-i386/
Dhelper_template.h58 target_long src1, src2; in glue()
73 target_long src1; in glue()
82 target_long src1, src2; in glue()
97 target_long src1; in glue()
106 target_long src1, src2; in glue()
121 target_long src1, src2; in glue()
131 target_long src1, src2; in glue()
146 target_long src1, src2; in glue()
173 target_long src1, src2; in glue()
195 target_long src1, src2; in glue()
[all …]
Dexec.h71 static inline target_long lshift(target_long x, int n) in lshift()
Dtranslate.c1546 static inline void tcg_gen_lshift(TCGv ret, TCGv arg1, target_long arg2) in tcg_gen_lshift()
1967 target_long disp; in gen_lea_modrm()
/external/qemu/
Dcpu-defs.h42 typedef int32_t target_long; typedef
48 typedef int64_t target_long; typedef
Dmonitor.c770 target_long addr = GET_TLONG(addrh, addrl); in do_memory_dump()
838 target_long addr = GET_TLONG(valh, vall); in do_memory_save()
1759 target_long (*get_value)(const struct MonitorDef *md, int val);
1766 static target_long monitor_get_pc (const struct MonitorDef *md, int val) in monitor_get_pc()
1776 static target_long monitor_get_ccr (const struct MonitorDef *md, int val) in monitor_get_ccr()
1792 static target_long monitor_get_msr (const struct MonitorDef *md, int val) in monitor_get_msr()
1800 static target_long monitor_get_xer (const struct MonitorDef *md, int val) in monitor_get_xer()
1808 static target_long monitor_get_decr (const struct MonitorDef *md, int val) in monitor_get_decr()
1816 static target_long monitor_get_tbu (const struct MonitorDef *md, int val) in monitor_get_tbu()
1824 static target_long monitor_get_tbl (const struct MonitorDef *md, int val) in monitor_get_tbl()
[all …]
/external/qemu/target-mips/
Dop_helper.c309 target_long tmp; \ in HELPER_LD_ATOMIC()
1249 target_long mask = env->CP0_LLAddr_rw_bitmask; in helper_mtc0_lladdr()
Dtranslate.c1253 target_ulong uimm = (target_long)imm; /* Sign extend to 32/64 bits */ in gen_arith_imm()
1381 target_ulong uimm = (target_long)imm; /* Sign extend to 32/64 bits */ in gen_slt_imm()