• Home
  • Raw
  • Download

Lines Matching refs:tcg_target_long

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()
404 int arg1, tcg_target_long arg2) in tcg_out_st()
416 tcg_target_long val) in tcg_out_addi2()
422 static inline void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val) in tcg_out_addi()
433 tcg_target_long val, int op) in tcg_out_arithi()
627 tcg_target_long val, hi, lo, disp; in tcg_out_call()
630 disp = (val - ((tcg_target_long)s->code_ptr + 8)) >> 2; in tcg_out_call()
718 tcg_target_long val = l->u.value; in tcg_out_branch()
720 val -= (tcg_target_long)s->code_ptr + 8; in tcg_out_branch()
771 tcg_target_long val = l->u.value; in tcg_out_brcond()
773 val -= (tcg_target_long)s->code_ptr + 8; in tcg_out_brcond()
1048 tcg_out_label(s, lab1, (tcg_target_long)s->code_ptr); in tcg_out_qemu_ld()
1085 tcg_out_label(s, lab2, (tcg_target_long)s->code_ptr); in tcg_out_qemu_ld()
1167 tcg_out_label(s, lab1, (tcg_target_long)s->code_ptr); in tcg_out_qemu_st()
1211 tcg_out_label(s, lab2, (tcg_target_long)s->code_ptr); in tcg_out_qemu_st()
1250 (tcg_target_long)(s->tb_next + arg)); in tcg_out_goto_tb()