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

  /external/qemu/tcg/
tcg.h 29 typedef int32_t tcg_target_long; typedef
34 typedef int64_t tcg_target_long; typedef
72 tcg_target_long addend;
237 tcg_target_long val;
239 tcg_target_long mem_offset;
284 tcg_target_long current_frame_offset;
285 tcg_target_long frame_start;
286 tcg_target_long frame_end;
350 tcg_target_long start, tcg_target_long size)
    [all...]
tcg-op.h 361 fn = tcg_const_ptr((tcg_target_long)func);
373 fn = tcg_const_ptr((tcg_target_long)func);
382 static inline void tcg_gen_ld8u_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset)
387 static inline void tcg_gen_ld8s_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset)
392 static inline void tcg_gen_ld16u_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset)
397 static inline void tcg_gen_ld16s_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset)
402 static inline void tcg_gen_ld_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset)
407 static inline void tcg_gen_st8_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset)
412 static inline void tcg_gen_st16_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset)
417 static inline void tcg_gen_st_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset
    [all...]
tcg.c 66 tcg_target_long value, tcg_target_long addend);
136 tcg_target_long value)
262 tcg_target_long start, tcg_target_long size)
333 tcg_target_long offset,
393 TCGv_i32 tcg_global_mem_new_i32(int reg, tcg_target_long offset,
402 TCGv_i64 tcg_global_mem_new_i64(int reg, tcg_target_long offset,
    [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);
533 tcg_out32(s, (tcg_target_long)qemu_ld_helpers[s_bits] -
534 (tcg_target_long)s->code_ptr - 4)
    [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,
272 tcg_target_long offset)
275 tcg_target_long val;
277 val = offset - ((tcg_target_long)s->code_ptr + 5 + (-rm - 1));
322 tcg_target_long offset)
363 int ret, tcg_target_long arg)
389 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_R10, (tcg_target_long) target);
395 int arg1, tcg_target_long arg2
    [all...]

Completed in 43 milliseconds