break_op
return ip->reg0i15_format.opcode == break_op;
DEF_EMIT_REG0I15_FORMAT(break, break_op)
#define __emit_break(imm) ((u32)((imm) | (break_op << 15)))
.gdb_bpt_instr = {0x02, 0x00, break_op >> 1, 0x00}, /* BRK_KDB = 2 */
.gdb_bpt_instr = { spec_op << 2, 0x00, 0x00, break_op },
.gdb_bpt_instr = { break_op, 0x00, 0x00, spec_op << 2 },
.func = break_op
.func = break_op
case break_op:
[insn_break] = {M(spec_op, 0, 0, 0, 0, break_op), SCIMM},
} else if (inst.reg0i15_format.opcode == break_op &&
} else if (inst.reg0i15_format.opcode == break_op &&