Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg-op-common.h478 TCGv_ptr tcg_constant_ptr_int(intptr_t x);
479 #define tcg_constant_ptr(X) tcg_constant_ptr_int((intptr_t)(X))
/openbmc/qemu/tcg/
H A Dtcg.c1896 TCGv_ptr tcg_constant_ptr_int(intptr_t val) in tcg_constant_ptr_int() function