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