Home
last modified time | relevance | path

Searched refs:tcg_ptr_byte_diff (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg.h870 static inline ptrdiff_t tcg_ptr_byte_diff(const void *a, const void *b) in tcg_ptr_byte_diff() function
886 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()
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc306 pcrel = tcg_ptr_byte_diff((tcg_insn_unit *)value, src_rx);