Lines Matching refs:opcode

267 	unsigned int opcode : 17;  member
273 unsigned int opcode : 6; member
279 unsigned int opcode : 7; member
286 unsigned int opcode : 6; member
292 unsigned int opcode : 22; member
299 unsigned int opcode : 17; member
306 unsigned int opcode : 16; member
313 unsigned int opcode : 10; member
320 unsigned int opcode : 8; member
327 unsigned int opcode : 6; member
335 unsigned int opcode : 10; member
342 unsigned int opcode : 8; member
349 unsigned int opcode : 17; member
357 unsigned int opcode : 15; member
424 return ip->reg0i15_format.opcode == break_op; in is_break_ins()
429 return ip->reg1i20_format.opcode >= pcaddi_op && in is_pc_ins()
430 ip->reg1i20_format.opcode <= pcaddu18i_op; in is_pc_ins()
435 return ip->reg1i21_format.opcode >= beqz_op && in is_branch_ins()
436 ip->reg1i21_format.opcode <= bgeu_op; in is_branch_ins()
441 const u32 opcode = IS_ENABLED(CONFIG_32BIT) ? stw_op : std_op; in is_ra_save_ins() local
444 return ip->reg2i12_format.opcode == opcode && in is_ra_save_ins()
452 const u32 opcode = IS_ENABLED(CONFIG_32BIT) ? addiw_op : addid_op; in is_stack_alloc_ins() local
455 return ip->reg2i12_format.opcode == opcode && in is_stack_alloc_ins()
463 switch (ip->reg0i26_format.opcode) { in is_self_loop_ins()
471 switch (ip->reg1i21_format.opcode) { in is_self_loop_ins()
480 switch (ip->reg2i16_format.opcode) { in is_self_loop_ins()
541 insn->reg0i15_format.opcode = OP; \
560 insn->reg0i26_format.opcode = OP; \ in DEF_EMIT_REG0I15_FORMAT()
572 insn->reg1i20_format.opcode = OP; \
586 insn->reg2_format.opcode = OP; \
603 insn->reg2i5_format.opcode = OP; \
619 insn->reg2i6_format.opcode = OP; \
635 insn->reg2i12_format.opcode = OP; \
665 insn->reg2i14_format.opcode = OP; \
686 insn->reg2i16_format.opcode = OP; \
704 insn->reg2i16_format.opcode = jirl_op;
717 insn->reg2bstrd_format.opcode = OP; \
732 insn->reg3_format.opcode = OP; \
784 insn->reg3sa2_format.opcode = OP; \