Searched refs:arg3_sp (Results 1 – 2 of 2) sorted by relevance
2598 bool arg3_sp = StackPointer().Aliases(arg3); in Printf() local2599 if (arg0_sp || arg1_sp || arg2_sp || arg3_sp) { in Printf()2610 if (arg3_sp) arg3 = Register(arg_sp.GetCode(), arg3.GetSizeInBits()); in Printf()
4420 bool arg3_sp = StackPointer().Aliases(arg3); in Printf() local4421 if (arg0_sp || arg1_sp || arg2_sp || arg3_sp) { in Printf()4430 if (arg3_sp) arg3 = Register::Create(arg_sp.code(), arg3.SizeInBits()); in Printf()