Searched refs:arg2_sp (Results 1 – 2 of 2) sorted by relevance
2234 bool arg2_sp = StackPointer().Aliases(arg2); in Printf() local2236 if (arg0_sp || arg1_sp || arg2_sp || arg3_sp) { in Printf()2244 if (arg2_sp) arg2 = Register(arg_sp.code(), arg2.size()); in Printf()
5171 bool arg2_sp = StackPointer().Aliases(arg2); in Printf() local5173 if (arg0_sp || arg1_sp || arg2_sp || arg3_sp) { in Printf()5181 if (arg2_sp) arg2 = Register::Create(arg_sp.code(), arg2.SizeInBits()); in Printf()