/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; 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) [all...] |
tcg-op.h | 392 fn = tcg_const_ptr((tcg_target_long)func); 408 fn = tcg_const_ptr((tcg_target_long)func); 421 fn = tcg_const_ptr((tcg_target_long)func); 431 static inline void tcg_gen_ld8u_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) 436 static inline void tcg_gen_ld8s_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) 441 static inline void tcg_gen_ld16u_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) 446 static inline void tcg_gen_ld16s_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) 451 static inline void tcg_gen_ld_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) 456 static inline void tcg_gen_st8_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset) 461 static inline void tcg_gen_st16_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset [all...] |
tcg.c | 69 tcg_target_long value, tcg_target_long addend); 137 tcg_target_long value) 266 tcg_target_long start, tcg_target_long size) 337 tcg_target_long offset, 397 TCGv_i32 tcg_global_mem_new_i32(int reg, tcg_target_long offset, 406 TCGv_i64 tcg_global_mem_new_i64(int reg, tcg_target_long offset, [all...] |
/external/qemu/ |
gen-icount.h | 32 tcg_gen_exit_tb((tcg_target_long)tb + 2);
|
/external/qemu/tcg/i386/ |
tcg-target.c | 87 tcg_target_long value, tcg_target_long addend) 208 static inline int tcg_target_const_match(tcg_target_long val, 417 tcg_target_long offset) 425 tcg_target_long pc = (tcg_target_long)s->code_ptr + 5 + ~rm; 426 tcg_target_long disp = offset - pc; 500 int rm, tcg_target_long offset) 524 int ret, tcg_target_long arg) 542 static inline void tcg_out_pushi(TCGContext *s, tcg_target_long val [all...] |
/external/qemu/tcg/ppc64/ |
tcg-target.c | 162 static uint32_t reloc_pc24_val (void *pc, tcg_target_long target) 164 tcg_target_long disp; 166 disp = target - (tcg_target_long) pc; 173 static void reloc_pc24 (void *pc, tcg_target_long target) 179 static uint16_t reloc_pc14_val (void *pc, tcg_target_long target) 181 tcg_target_long disp; 183 disp = target - (tcg_target_long) pc; 190 static void reloc_pc14 (void *pc, tcg_target_long target) 197 tcg_target_long value, tcg_target_long addend [all...] |
/external/qemu/tcg/ppc/ |
tcg-target.c | 171 static uint32_t reloc_pc24_val (void *pc, tcg_target_long target) 173 tcg_target_long disp; 175 disp = target - (tcg_target_long) pc; 182 static void reloc_pc24 (void *pc, tcg_target_long target) 188 static uint16_t reloc_pc14_val (void *pc, tcg_target_long target) 190 tcg_target_long disp; 192 disp = target - (tcg_target_long) pc; 199 static void reloc_pc14 (void *pc, tcg_target_long target) 206 tcg_target_long value, tcg_target_long addend [all...] |
/external/qemu/tcg/arm/ |
tcg-target.c | 116 static inline void reloc_abs32(void *code_ptr, tcg_target_long target) 121 static inline void reloc_pc24(void *code_ptr, tcg_target_long target) 123 uint32_t offset = ((target - ((tcg_target_long) code_ptr + 8)) >> 2); 130 tcg_target_long value, tcg_target_long addend) 267 static inline int tcg_target_const_match(tcg_target_long val, 599 int rd, int rn, tcg_target_long im) 610 int rd, int rn, tcg_target_long im) 650 int rd, int rn, tcg_target_long im) 663 int rd, int rn, tcg_target_long im [all...] |
/external/qemu/tcg/hppa/ |
tcg-target.c | 82 static inline int check_fit_tl(tcg_target_long val, unsigned int bits) 84 return (val << ((sizeof(tcg_target_long) * 8 - bits)) 85 >> (sizeof(tcg_target_long) * 8 - bits)) == val; 148 tcg_target_long value, tcg_target_long addend) 152 tcg_target_long pcrel; 155 pcrel = (value - ((tcg_target_long)code_ptr + 8)) >> 2; 230 static int tcg_target_const_match(tcg_target_long val, 352 int ret, tcg_target_long arg) 371 tcg_target_long offset, int op [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) 172 static inline int tcg_target_const_match(tcg_target_long val, 334 int ret, tcg_target_long arg) 340 || (arg & ~(tcg_target_long)0xffffffff) == 0) { 358 tcg_target_long arg) 366 tcg_target_long arg [all...] |