Searched refs:arg1_sp (Results 1 – 2 of 2) sorted by relevance
2531 bool arg1_sp = StackPointer().Aliases(arg1); in Printf() local2534 if (arg0_sp || arg1_sp || arg2_sp || arg3_sp) { in Printf()2543 if (arg1_sp) arg1 = Register(arg_sp.GetCode(), arg1.GetSizeInBits()); in Printf()
4418 bool arg1_sp = StackPointer().Aliases(arg1); in Printf() local4421 if (arg0_sp || arg1_sp || arg2_sp || arg3_sp) { in Printf()4428 if (arg1_sp) arg1 = Register::Create(arg_sp.code(), arg1.SizeInBits()); in Printf()