Lines Matching refs:oP
174 pseudo-op name without dot
175 function to call to execute this pseudo-op
461 const struct i960_opcode *oP; /* Pointer into opcode table. */
472 for (oP = i960_opcodes; oP->name && !retval; oP++)
473 retval = hash_insert (op_hash, oP->name, (void *) oP);
1062 struct i960_opcode *oP,/* Pointer to description of instruction. */
1080 instr.opcode = oP->opcode;
1083 for (i = 1; i <= oP->num_ops; i++)
1085 opdesc = oP->operand[i - 1];
1088 parse_memop (&instr, args[i], oP->format);
1309 struct i960_opcode *oP)/* Pointer to description of instruction. */
1315 instr = oP->opcode;
1316 n_ops = oP->num_ops;
1320 parse_regop (®op, args[1], oP->operand[0]);
1343 parse_regop (®op, args[2], oP->operand[1]);
1365 parse_regop (®op, args[3], oP->operand[2]);
1438 - input string is an i80960 instruction (not a pseudo-op)
1533 struct i960_opcode *oP)
1543 n = oP->num_ops;
1549 parse_regop (®op, arg[1], oP->operand[0]);
1557 parse_regop (®op, arg[2], oP->operand[1]);
1576 var_frag = !norelax || (oP->format == COJ); /* TRUE or FALSE */
1600 struct i960_opcode *oP;
1645 oP = (struct i960_opcode *) hash_find (op_hash, args[0]);
1646 if (!oP || !targ_has_iclass (oP->iclass))
1648 else if (n_ops != oP->num_ops)
1650 oP->num_ops, n_ops);
1653 switch (oP->format)
1657 ctrl_fmt (args[1], oP->opcode | bp_bits, oP->num_ops);
1658 if (oP->format == FBRA)
1664 cobr_fmt (args, oP->opcode | bp_bits, oP);
1669 reg_fmt (args, oP);
1676 mem_fmt (args, oP, 1);
1686 mem_fmt (args, oP, 0);
1693 know (oP->num_ops == 1);
1694 get_cdisp (args[1], "CTRL", oP->opcode, 24, 0, 1);
1697 BAD_CASE (oP->format);
1739 /* This is a no-op, stuck here by reloc_callj(). */
2125 /* s_leafproc: process .leafproc pseudo-op
2180 /* s_sysproc: process .sysproc pseudo-op
2224 /* parse_po: parse machine-dependent pseudo-op
2231 parse_po (int po_num) /* Pseudo-op number: currently S_LEAFPROC or S_SYSPROC. */
2312 sure 'md_number_to_field()' will perform a no-op. */
2334 /* Handle the MRI .endian pseudo-op. */