Lines Matching full:opcode

262 	unsigned int opcode : 17;  member
268 unsigned int opcode : 6; member
274 unsigned int opcode : 7; member
281 unsigned int opcode : 6; member
287 unsigned int opcode : 22; member
294 unsigned int opcode : 17; member
301 unsigned int opcode : 16; member
308 unsigned int opcode : 10; member
315 unsigned int opcode : 8; member
322 unsigned int opcode : 6; member
330 unsigned int opcode : 10; member
337 unsigned int opcode : 8; member
344 unsigned int opcode : 17; member
352 unsigned int opcode : 15; member
419 return ip->reg0i15_format.opcode == break_op; in is_break_ins()
424 return ip->reg1i20_format.opcode >= pcaddi_op && in is_pc_ins()
425 ip->reg1i20_format.opcode <= pcaddu18i_op; in is_pc_ins()
430 return ip->reg1i21_format.opcode >= beqz_op && in is_branch_ins()
431 ip->reg1i21_format.opcode <= bgeu_op; in is_branch_ins()
437 return ip->reg2i12_format.opcode == std_op && in is_ra_save_ins()
446 return ip->reg2i12_format.opcode == addid_op && in is_stack_alloc_ins()
454 switch (ip->reg0i26_format.opcode) { in is_self_loop_ins()
462 switch (ip->reg1i21_format.opcode) { in is_self_loop_ins()
471 switch (ip->reg2i16_format.opcode) { in is_self_loop_ins()
529 insn->reg0i15_format.opcode = OP; \
548 insn->reg0i26_format.opcode = OP; \ in DEF_EMIT_REG0I15_FORMAT()
560 insn->reg1i20_format.opcode = OP; \
574 insn->reg2_format.opcode = OP; \
591 insn->reg2i5_format.opcode = OP; \
607 insn->reg2i6_format.opcode = OP; \
623 insn->reg2i12_format.opcode = OP; \
653 insn->reg2i14_format.opcode = OP; \
674 insn->reg2i16_format.opcode = OP; \
692 insn->reg2i16_format.opcode = jirl_op;
705 insn->reg2bstrd_format.opcode = OP; \
720 insn->reg3_format.opcode = OP; \
772 insn->reg3sa2_format.opcode = OP; \