Home | History | Annotate | Download | only in vbit-test

Lines Matching refs:num_operands

33    int num_operands = get_num_operands(op->op);
35 for (unsigned i = 0; i < num_operands; ++i) {
150 int num_operands = 4;
151 if (t4 == Ity_INVALID) num_operands = 3;
152 if (t3 == Ity_INVALID) num_operands = 2;
153 if (t2 == Ity_INVALID) num_operands = 1;
156 -- num_operands;
158 return num_operands;