Searched refs:tcg_ptr_byte_diff (Results 1 – 2 of 2) sorted by relevance
870 static inline ptrdiff_t tcg_ptr_byte_diff(const void *a, const void *b) in tcg_ptr_byte_diff() function886 return tcg_ptr_byte_diff(target, tcg_splitwx_to_rx(s->code_ptr)); in tcg_pcrel_diff()899 return tcg_ptr_byte_diff(target, tcg_splitwx_to_rx(s->code_buf)); in tcg_tbrel_diff()912 return tcg_ptr_byte_diff(s->code_ptr, s->code_buf); in tcg_current_code_size()
306 pcrel = tcg_ptr_byte_diff((tcg_insn_unit *)value, src_rx);