Home | History | Annotate | Download | only in opcodes

Lines Matching defs:op

10216 	  const struct tilepro_operand *op =
10218 int opval = op->extract (bits);
10220 if (op->is_signed)
10223 int shift = (int)((sizeof(int) * 8) - op->num_bits);
10228 if (op->type == TILEPRO_OP_TYPE_ADDRESS)
10235 d->operands[i] = op;