Lines Matching defs:opclass
2227 /* Store the class of operand OP in *OPCLASS and return the length of any
2228 extra operand fields. SIZE is the number of bytes in OP. OPCLASS
2232 h8300_classify_operand (rtx op, int size, enum h8300_operand_class *opclass)
2236 if (opclass == 0)
2237 opclass = &dummy;
2241 *opclass = H8OP_IMMEDIATE;
2262 *opclass = H8OP_MEM_ABSOLUTE;
2267 *opclass = H8OP_MEM_COMPLEX;
2272 *opclass = H8OP_MEM_COMPLEX;
2277 *opclass = H8OP_MEM_BASE;
2282 *opclass = H8OP_REGISTER;
2308 enum h8300_operand_class opclass;
2312 operand_length = h8300_classify_operand (op, size, &opclass);
2313 switch (opclass)
2337 enum h8300_operand_class opclass;
2341 operand_length = h8300_classify_operand (op, size, &opclass);
2343 switch (opclass)
2363 enum h8300_operand_class opclass;
2371 operand_length = h8300_classify_operand (op, size, &opclass);
2373 switch (opclass)