/external/qemu/tcg/ |
D | tcg.h | 29 typedef int32_t tcg_target_long; typedef 34 typedef int64_t tcg_target_long; typedef 72 tcg_target_long addend; 249 tcg_target_long val; 251 tcg_target_long mem_offset; 296 tcg_target_long current_frame_offset; 297 tcg_target_long frame_start; 298 tcg_target_long frame_end; 367 tcg_target_long start, tcg_target_long size); 370 TCGv_i32 tcg_global_mem_new_i32(int reg, tcg_target_long offset, [all …]
|
D | tcg-op.h | 392 fn = tcg_const_ptr((tcg_target_long)func); in tcg_gen_helperN() 408 fn = tcg_const_ptr((tcg_target_long)func); in tcg_gen_helper32() 421 fn = tcg_const_ptr((tcg_target_long)func); in tcg_gen_helper64() 431 static inline void tcg_gen_ld8u_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld8u_i32() 436 static inline void tcg_gen_ld8s_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld8s_i32() 441 static inline void tcg_gen_ld16u_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld16u_i32() 446 static inline void tcg_gen_ld16s_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld16s_i32() 451 static inline void tcg_gen_ld_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld_i32() 456 static inline void tcg_gen_st8_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_st8_i32() 461 static inline void tcg_gen_st16_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_st16_i32() [all …]
|
D | tcg.c | 69 tcg_target_long value, tcg_target_long addend); 137 tcg_target_long value) in tcg_out_label() 266 tcg_target_long start, tcg_target_long size) in tcg_set_frame() 337 tcg_target_long offset, in tcg_global_mem_new_internal() 397 TCGv_i32 tcg_global_mem_new_i32(int reg, tcg_target_long offset, in tcg_global_mem_new_i32() 406 TCGv_i64 tcg_global_mem_new_i64(int reg, tcg_target_long offset, in tcg_global_mem_new_i64() 1454 …nt_frame_offset = (s->current_frame_offset + sizeof(tcg_target_long) - 1) & ~(sizeof(tcg_target_lo… in temp_allocate_frame() 1455 if (s->current_frame_offset + sizeof(tcg_target_long) > s->frame_end) in temp_allocate_frame() 1460 s->current_frame_offset += sizeof(tcg_target_long); in temp_allocate_frame() 1833 tcg_target_long stack_offset, call_stack_size, func_addr; in tcg_reg_alloc_call() [all …]
|
/external/qemu/tcg/ppc64/ |
D | tcg-target.c | 162 static uint32_t reloc_pc24_val (void *pc, tcg_target_long target) in reloc_pc24_val() 164 tcg_target_long disp; in reloc_pc24_val() 166 disp = target - (tcg_target_long) pc; in reloc_pc24_val() 173 static void reloc_pc24 (void *pc, tcg_target_long target) in reloc_pc24() 179 static uint16_t reloc_pc14_val (void *pc, tcg_target_long target) in reloc_pc14_val() 181 tcg_target_long disp; in reloc_pc14_val() 183 disp = target - (tcg_target_long) pc; in reloc_pc14_val() 190 static void reloc_pc14 (void *pc, tcg_target_long target) in reloc_pc14() 197 tcg_target_long value, tcg_target_long addend) in patch_reloc() 262 static int tcg_target_const_match (tcg_target_long val, in tcg_target_const_match() [all …]
|
/external/qemu/tcg/i386/ |
D | tcg-target.c | 87 tcg_target_long value, tcg_target_long addend) in patch_reloc() 208 static inline int tcg_target_const_match(tcg_target_long val, in tcg_target_const_match() 417 tcg_target_long offset) in tcg_out_modrm_sib_offset() 425 tcg_target_long pc = (tcg_target_long)s->code_ptr + 5 + ~rm; in tcg_out_modrm_sib_offset() 426 tcg_target_long disp = offset - pc; in tcg_out_modrm_sib_offset() 500 int rm, tcg_target_long offset) in tcg_out_modrm_offset() 524 int ret, tcg_target_long arg) in tcg_out_movi() 542 static inline void tcg_out_pushi(TCGContext *s, tcg_target_long val) in tcg_out_pushi() 566 int arg1, tcg_target_long arg2) in tcg_out_ld() 573 int arg1, tcg_target_long arg2) in tcg_out_st() [all …]
|
/external/qemu/tcg/sparc/ |
D | tcg-target.c | 92 static inline int check_fit_tl(tcg_target_long val, unsigned int bits) in check_fit_tl() 94 return (val << ((sizeof(tcg_target_long) * 8 - bits)) in check_fit_tl() 95 >> (sizeof(tcg_target_long) * 8 - bits)) == val; in check_fit_tl() 104 tcg_target_long value, tcg_target_long addend) in patch_reloc() 172 static inline int tcg_target_const_match(tcg_target_long val, in tcg_target_const_match() 334 int ret, tcg_target_long arg) in tcg_out_movi() 340 || (arg & ~(tcg_target_long)0xffffffff) == 0) { in tcg_out_movi() 358 tcg_target_long arg) in tcg_out_ld_raw() 366 tcg_target_long arg) in tcg_out_ld_ptr() 400 int arg1, tcg_target_long arg2) in tcg_out_ld() [all …]
|
/external/qemu/tcg/hppa/ |
D | tcg-target.c | 82 static inline int check_fit_tl(tcg_target_long val, unsigned int bits) in check_fit_tl() 84 return (val << ((sizeof(tcg_target_long) * 8 - bits)) in check_fit_tl() 85 >> (sizeof(tcg_target_long) * 8 - bits)) == val; in check_fit_tl() 148 tcg_target_long value, tcg_target_long addend) in patch_reloc() 152 tcg_target_long pcrel; in patch_reloc() 155 pcrel = (value - ((tcg_target_long)code_ptr + 8)) >> 2; in patch_reloc() 230 static int tcg_target_const_match(tcg_target_long val, in tcg_target_const_match() 352 int ret, tcg_target_long arg) in tcg_out_movi() 371 tcg_target_long offset, int op) in tcg_out_ldst() 397 int arg1, tcg_target_long arg2) in tcg_out_ld() [all …]
|
/external/qemu/tcg/ppc/ |
D | tcg-target.c | 171 static uint32_t reloc_pc24_val (void *pc, tcg_target_long target) in reloc_pc24_val() 173 tcg_target_long disp; in reloc_pc24_val() 175 disp = target - (tcg_target_long) pc; in reloc_pc24_val() 182 static void reloc_pc24 (void *pc, tcg_target_long target) in reloc_pc24() 188 static uint16_t reloc_pc14_val (void *pc, tcg_target_long target) in reloc_pc14_val() 190 tcg_target_long disp; in reloc_pc14_val() 192 disp = target - (tcg_target_long) pc; in reloc_pc14_val() 199 static void reloc_pc14 (void *pc, tcg_target_long target) in reloc_pc14() 206 tcg_target_long value, tcg_target_long addend) in patch_reloc() 289 static int tcg_target_const_match(tcg_target_long val, in tcg_target_const_match() [all …]
|
/external/qemu/tcg/arm/ |
D | tcg-target.c | 116 static inline void reloc_abs32(void *code_ptr, tcg_target_long target) in reloc_abs32() 121 static inline void reloc_pc24(void *code_ptr, tcg_target_long target) in reloc_pc24() 123 uint32_t offset = ((target - ((tcg_target_long) code_ptr + 8)) >> 2); in reloc_pc24() 130 tcg_target_long value, tcg_target_long addend) in patch_reloc() 267 static inline int tcg_target_const_match(tcg_target_long val, in tcg_target_const_match() 599 int rd, int rn, tcg_target_long im) in tcg_out_ld32_12() 610 int rd, int rn, tcg_target_long im) in tcg_out_st32_12() 650 int rd, int rn, tcg_target_long im) in tcg_out_ld16u_8() 663 int rd, int rn, tcg_target_long im) in tcg_out_st16_8() 690 int rd, int rn, tcg_target_long im) in tcg_out_ld16s_8() [all …]
|
/external/qemu/tcg/x86_64/ |
D | tcg-target.c | 81 tcg_target_long value, tcg_target_long addend) in patch_reloc() 172 static inline int tcg_target_const_match(tcg_target_long val, in tcg_target_const_match() 272 tcg_target_long offset) in tcg_out_modrm_offset() 275 tcg_target_long val; in tcg_out_modrm_offset() 277 val = offset - ((tcg_target_long)s->code_ptr + 5 + (-rm - 1)); in tcg_out_modrm_offset() 322 tcg_target_long offset) in tcg_out_modrm_offset2() 363 int ret, tcg_target_long arg) in tcg_out_movi() 389 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_R10, (tcg_target_long) target); in tcg_out_goto() 395 int arg1, tcg_target_long arg2) in tcg_out_ld() 404 int arg1, tcg_target_long arg2) in tcg_out_st() [all …]
|
/external/qemu/ |
D | gen-icount.h | 32 tcg_gen_exit_tb((tcg_target_long)tb + 2); in gen_icount_end()
|
/external/qemu/target-arm/ |
D | translate.c | 3456 tcg_gen_exit_tb((tcg_target_long)tb + n); in gen_goto_tb()
|