Lines Matching refs:opcode

250 	unsigned int opcode : 17;  member
256 unsigned int opcode : 6; member
262 unsigned int opcode : 7; member
269 unsigned int opcode : 6; member
275 unsigned int opcode : 22; member
282 unsigned int opcode : 17; member
289 unsigned int opcode : 16; member
296 unsigned int opcode : 10; member
303 unsigned int opcode : 8; member
310 unsigned int opcode : 6; member
318 unsigned int opcode : 10; member
325 unsigned int opcode : 17; member
333 unsigned int opcode : 15; member
399 return ip->reg0i15_format.opcode == break_op; in is_break_ins()
404 return ip->reg1i20_format.opcode >= pcaddi_op && in is_pc_ins()
405 ip->reg1i20_format.opcode <= pcaddu18i_op; in is_pc_ins()
410 return ip->reg1i21_format.opcode >= beqz_op && in is_branch_ins()
411 ip->reg1i21_format.opcode <= bgeu_op; in is_branch_ins()
417 return ip->reg2i12_format.opcode == std_op && in is_ra_save_ins()
426 return ip->reg2i12_format.opcode == addid_op && in is_stack_alloc_ins()
434 switch (ip->reg0i26_format.opcode) { in is_self_loop_ins()
442 switch (ip->reg1i21_format.opcode) { in is_self_loop_ins()
451 switch (ip->reg2i16_format.opcode) { in is_self_loop_ins()
509 insn->reg0i15_format.opcode = OP; \
525 insn->reg0i26_format.opcode = OP; \
537 insn->reg1i20_format.opcode = OP; \
551 insn->reg2_format.opcode = OP; \
566 insn->reg2i5_format.opcode = OP; \
582 insn->reg2i6_format.opcode = OP; \
598 insn->reg2i12_format.opcode = OP; \
625 insn->reg2i14_format.opcode = OP; \
646 insn->reg2i16_format.opcode = OP; \
667 insn->reg2bstrd_format.opcode = OP; \
682 insn->reg3_format.opcode = OP; \
728 insn->reg3sa2_format.opcode = OP; \