Searched refs:arg2_sp (Results 1 – 2 of 2) sorted by relevance
2644 bool arg2_sp = StackPointer().Aliases(arg2); in Printf() local2646 if (arg0_sp || arg1_sp || arg2_sp || arg3_sp) { in Printf()2656 if (arg2_sp) arg2 = Register(arg_sp.GetCode(), arg2.GetSizeInBits()); in Printf()
3170 bool arg2_sp = sp.Aliases(arg2); in Printf() local3172 if (arg0_sp || arg1_sp || arg2_sp || arg3_sp) { in Printf()3180 if (arg2_sp) arg2 = Register::Create(arg_sp.code(), arg2.SizeInBits()); in Printf()