Lines Matching defs:opcd
1116 | OPCD | RST | RA | DS |XO| */
1120 gen_ds_form (uint32_t *buf, int opcd
1124 gdb_assert ((opcd & ~0x3f) == 0);
1130 *buf = (opcd << 26) | insn;
1144 | OPCD | RST | RA | D | */
1147 gen_d_form (uint32_t *buf, int opcd, int rst, int ra, int si)
1151 gdb_assert ((opcd & ~0x3f) == 0);
1156 *buf = (opcd << 26) | insn;
1176 | OPCD | RST | RI | XO |/| */
1179 gen_xfx_form (uint32_t *buf, int opcd, int rst, int ri, int xo)
1184 gdb_assert ((opcd & ~0x3f) == 0);
1189 *buf = (opcd << 26) | insn;
1207 | OPCD | RST | RA | RB | XO |RC| */
1210 gen_x_form (uint32_t *buf, int opcd, int rst, int ra, int rb, int xo, int rc)
1214 gdb_assert ((opcd & ~0x3f) == 0);
1222 *buf = (opcd << 26) | insn;
1239 | OPCD | RS | RA | sh | mb | XO |sh|Rc| */
1242 gen_md_form (uint32_t *buf, int opcd, int rs, int ra, int sh, int mb,
1250 gdb_assert ((opcd & ~0x3f) == 0);
1260 *buf = (opcd << 26) | insn;
1274 | OPCD | LI |AA|LK| */
1277 gen_i_form (uint32_t *buf, int opcd, int li, int aa, int lk)
1281 gdb_assert ((opcd & ~0x3f) == 0);
1284 *buf = (opcd << 26) | insn;
1296 | OPCD | BO | BI | BD |AA|LK| */
1299 gen_b_form (uint32_t *buf, int opcd, int bo, int bi, int bd,
1304 gdb_assert ((opcd & ~0x3f) == 0);
1309 *buf = (opcd << 26) | insn;
2571 int opcd;
2574 opcd = (insn >> 26) & 0x3f;
2579 if (opcd != 16
2585 if (opcd != 18