Searched refs:arg3_sp (Results 1 – 2 of 2) sorted by relevance
2235 bool arg3_sp = StackPointer().Aliases(arg3); in Printf() local2236 if (arg0_sp || arg1_sp || arg2_sp || arg3_sp) { in Printf()2245 if (arg3_sp) arg3 = Register(arg_sp.code(), arg3.size()); in Printf()
5172 bool arg3_sp = StackPointer().Aliases(arg3); in Printf() local5173 if (arg0_sp || arg1_sp || arg2_sp || arg3_sp) { in Printf()5182 if (arg3_sp) arg3 = Register::Create(arg_sp.code(), arg3.SizeInBits()); in Printf()