Lines Matching refs:number_of_inputs
225 uint16_t number_of_inputs,
1225 uint16_t number_of_inputs, in DoCallCommon() argument
1244 num_regs = number_of_inputs; in DoCallCommon()
1247 DCHECK_EQ(string_init ? number_of_inputs - 1 : number_of_inputs, accessor.InsSize()); in DoCallCommon()
1251 num_regs = number_of_inputs; in DoCallCommon()
1275 number_of_inputs--; in DoCallCommon()
1288 DCHECK_GE(num_regs, number_of_inputs); in DoCallCommon()
1289 size_t first_dest_reg = num_regs - number_of_inputs; in DoCallCommon()
1389 DCHECK_EQ(num_regs, first_dest_reg + number_of_inputs); in DoCallCommon()
1397 number_of_inputs); in DoCallCommon()
1426 const uint16_t number_of_inputs = in DoCall() local
1445 number_of_inputs, in DoCall()