Searched refs:target_long (Results 1 - 6 of 6) sorted by relevance

/external/qemu/target-i386/
H A Dhelper_template.h58 target_long src1, src2;
73 target_long src1;
82 target_long src1, src2;
97 target_long src1;
106 target_long src1, src2;
121 target_long src1, src2;
131 target_long src1, src2;
146 target_long src1, src2;
173 target_long src1, src2;
195 target_long src
[all...]
H A Dexec.h71 static inline target_long lshift(target_long x, int n)
H A Dtranslate.c1546 static inline void tcg_gen_lshift(TCGv ret, TCGv arg1, target_long arg2)
1967 target_long disp;
/external/qemu/
H A Dcpu-defs.h42 typedef int32_t target_long; typedef
48 typedef int64_t target_long; typedef
/external/qemu/target-mips/
H A Dop_helper.c309 target_long tmp; \
1249 target_long mask = env->CP0_LLAddr_rw_bitmask;
H A Dtranslate.c1253 target_ulong uimm = (target_long)imm; /* Sign extend to 32/64 bits */
1381 target_ulong uimm = (target_long)imm; /* Sign extend to 32/64 bits */

Completed in 276 milliseconds