HomeSort by relevance Sort by last modified time
    Searched full:tcg_target_long (Results 1 - 10 of 10) sorted by null

  /external/qemu/tcg/
tcg.h 28 typedef int32_t tcg_target_long; typedef
33 typedef int64_t tcg_target_long; typedef
71 tcg_target_long addend;
218 tcg_target_long val;
220 tcg_target_long mem_offset;
265 tcg_target_long current_frame_offset;
266 tcg_target_long frame_start;
267 tcg_target_long frame_end;
331 tcg_target_long start, tcg_target_long size)
    [all...]
tcg-op.h 335 fn = tcg_const_ptr((tcg_target_long)func);
347 fn = tcg_const_ptr((tcg_target_long)func);
356 static inline void tcg_gen_ld8u_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset)
361 static inline void tcg_gen_ld8s_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset)
366 static inline void tcg_gen_ld16u_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset)
371 static inline void tcg_gen_ld16s_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset)
376 static inline void tcg_gen_ld_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset)
381 static inline void tcg_gen_st8_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset)
386 static inline void tcg_gen_st16_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset)
391 static inline void tcg_gen_st_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset
    [all...]
tcg.c 61 tcg_target_long value, tcg_target_long addend);
131 tcg_target_long value)
257 tcg_target_long start, tcg_target_long size)
328 tcg_target_long offset,
388 TCGv_i32 tcg_global_mem_new_i32(int reg, tcg_target_long offset,
397 TCGv_i64 tcg_global_mem_new_i64(int reg, tcg_target_long offset,
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 166 static uint32_t reloc_pc24_val (void *pc, tcg_target_long target)
168 tcg_target_long disp;
170 disp = target - (tcg_target_long) pc;
177 static void reloc_pc24 (void *pc, tcg_target_long target)
183 static uint16_t reloc_pc14_val (void *pc, tcg_target_long target)
185 tcg_target_long disp;
187 disp = target - (tcg_target_long) pc;
194 static void reloc_pc14 (void *pc, tcg_target_long target)
201 tcg_target_long value, tcg_target_long addend
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 150 static uint32_t reloc_pc24_val (void *pc, tcg_target_long target)
152 tcg_target_long disp;
154 disp = target - (tcg_target_long) pc;
161 static void reloc_pc24 (void *pc, tcg_target_long target)
167 static uint16_t reloc_pc14_val (void *pc, tcg_target_long target)
169 tcg_target_long disp;
171 disp = target - (tcg_target_long) pc;
178 static void reloc_pc14 (void *pc, tcg_target_long target)
185 tcg_target_long value, tcg_target_long addend
    [all...]
  /external/qemu/tcg/sparc/
tcg-target.c 92 static inline int check_fit_tl(tcg_target_long val, unsigned int bits)
94 return (val << ((sizeof(tcg_target_long) * 8 - bits))
95 >> (sizeof(tcg_target_long) * 8 - bits)) == val;
104 tcg_target_long value, tcg_target_long addend)
169 static inline int tcg_target_const_match(tcg_target_long val,
315 int ret, tcg_target_long arg)
336 tcg_target_long arg)
344 tcg_target_long arg)
378 int arg1, tcg_target_long arg2
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 54 tcg_target_long value, tcg_target_long addend)
141 static inline int tcg_target_const_match(tcg_target_long val,
266 int arg1, tcg_target_long arg2)
273 int arg1, tcg_target_long arg2)
302 static void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val)
314 val = l->u.value - (tcg_target_long)s->code_ptr;
420 tcg_out_label(s, label_next, (tcg_target_long)s->code_ptr);
529 tcg_out32(s, (tcg_target_long)qemu_ld_helpers[s_bits] -
530 (tcg_target_long)s->code_ptr - 4)
    [all...]
  /external/qemu/tcg/arm/
tcg-target.c 71 tcg_target_long value, tcg_target_long addend)
85 (((value - ((tcg_target_long) code_ptr + 8)) >> 2) & 0xffffff);
186 static inline int tcg_target_const_match(tcg_target_long val,
400 int rd, int rn, tcg_target_long im)
411 int rd, int rn, tcg_target_long im)
451 int rd, int rn, tcg_target_long im)
464 int rd, int rn, tcg_target_long im)
491 int rd, int rn, tcg_target_long im)
504 int rd, int rn, tcg_target_long im
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 93 tcg_target_long value, tcg_target_long addend)
138 static inline int tcg_target_const_match(tcg_target_long val,
233 int ret, tcg_target_long arg)
248 tcg_target_long arg)
257 tcg_target_long arg)
275 int arg1, tcg_target_long arg2)
282 int arg1, tcg_target_long arg2)
294 tcg_target_long val, int op)
300 static inline void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val
    [all...]
  /external/qemu/tcg/x86_64/
tcg-target.c 81 tcg_target_long value, tcg_target_long addend)
172 static inline int tcg_target_const_match(tcg_target_long val,
258 tcg_target_long offset)
261 tcg_target_long val;
263 val = offset - ((tcg_target_long)s->code_ptr + 5 + (-rm - 1));
308 tcg_target_long offset)
349 int ret, tcg_target_long arg)
375 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_R10, (tcg_target_long) target);
381 int arg1, tcg_target_long arg2
    [all...]

Completed in 2976 milliseconds