Searched refs:arg2_sp (Results 1 – 2 of 2) sorted by relevance
2532 bool arg2_sp = StackPointer().Aliases(arg2); in Printf() local2534 if (arg0_sp || arg1_sp || arg2_sp || arg3_sp) { in Printf()2544 if (arg2_sp) arg2 = Register(arg_sp.GetCode(), arg2.GetSizeInBits()); in Printf()
4419 bool arg2_sp = StackPointer().Aliases(arg2); in Printf() local4421 if (arg0_sp || arg1_sp || arg2_sp || arg3_sp) { in Printf()4429 if (arg2_sp) arg2 = Register::Create(arg_sp.code(), arg2.SizeInBits()); in Printf()