Searched refs:tcg_constant_ptr_int (Results 1 – 2 of 2) sorted by relevance
478 TCGv_ptr tcg_constant_ptr_int(intptr_t x);479 #define tcg_constant_ptr(X) tcg_constant_ptr_int((intptr_t)(X))
1896 TCGv_ptr tcg_constant_ptr_int(intptr_t val) in tcg_constant_ptr_int() function