Searched refs:arg3_sp (Results 1 – 2 of 2) sorted by relevance
2645 bool arg3_sp = StackPointer().Aliases(arg3); in Printf() local2646 if (arg0_sp || arg1_sp || arg2_sp || arg3_sp) { in Printf()2657 if (arg3_sp) arg3 = Register(arg_sp.GetCode(), arg3.GetSizeInBits()); in Printf()
3171 bool arg3_sp = sp.Aliases(arg3); in Printf() local3172 if (arg0_sp || arg1_sp || arg2_sp || arg3_sp) { in Printf()3181 if (arg3_sp) arg3 = Register::Create(arg_sp.code(), arg3.SizeInBits()); in Printf()