Searched refs:INSN_SIZE (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/sys/arm64/arm64/
H A Ddb_disasm.c53 return (db_get_value(address, INSN_SIZE, 0));
H A Ddisassem.c203 a = (INSN_SIZE * NBBY) - 1;
536 return(loc + INSN_SIZE);
540 return(loc + INSN_SIZE);
/freebsd-11-stable/sys/arm/include/
H A Ddb_machdep.h45 #define BKPT_SIZE (INSN_SIZE)
90 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE))
H A Darmreg.h44 #define INSN_SIZE 4 macro
464 #define INSN_SIZE 4 /* Always 4 bytes */ macro
/freebsd-11-stable/sys/riscv/include/
H A Ddb_machdep.h53 #define BKPT_SIZE (INSN_SIZE)
H A Driscvreg.h125 #define INSN_SIZE 4 macro
/freebsd-11-stable/sys/cddl/dev/dtrace/mips/
H A Ddtrace_subr.c260 frame->pc += INSN_SIZE;
264 frame->pc += INSN_SIZE;
/freebsd-11-stable/usr.bin/truss/
H A Darm-freebsd.c78 (caddr_t)(regs.r[_REG_PC] - INSN_SIZE), 0)) == -1) {
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep_ptrace.c150 error = ptrace_read_int(td, td->td_frame->tf_pc + INSN_SIZE,
153 error = ptrace_write_int(td, td->td_frame->tf_pc + INSN_SIZE,
159 INSN_SIZE;
H A Ddisassem.c315 return(loc + INSN_SIZE);
529 return(loc + INSN_SIZE);
H A Dexception.S373 subeq r2, r2, #(INSN_SIZE)
375 sub r2, r2, #(INSN_SIZE) /* fix pc */
H A Dvm_machdep.c224 frame->tf_pc -= INSN_SIZE;
H A Ddebug_monitor.c300 dbg_setup_breakpoint(brpc, INSN_SIZE, DBG_BKPT_BT_SLOT);
303 dbg_setup_breakpoint(pc, INSN_SIZE, DBG_BKPT_BNT_SLOT);
/freebsd-11-stable/sys/cddl/dev/dtrace/riscv/
H A Ddtrace_subr.c263 frame->tf_sepc += INSN_SIZE;
/freebsd-11-stable/sys/riscv/riscv/
H A Ddb_disasm.c462 i.word = db_get_value(loc, INSN_SIZE, 0);
474 return(loc + INSN_SIZE);
/freebsd-11-stable/sys/cddl/dev/dtrace/aarch64/
H A Ddtrace_subr.c278 frame->tf_elr += INSN_SIZE;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-score.c42 #define INSN_SIZE 4 macro
94 ? INSN16_SIZE : INSN_SIZE)
2291 backup_inst1.size = INSN_SIZE;
2305 tmp = (backup_inst1.size == INSN_SIZE) ? INSN_CLASS_16 : INSN_CLASS_32;
4902 value = md_chars_to_number (fragp->fr_literal, INSN_SIZE);
5305 newval = md_chars_to_number (buf, INSN_SIZE);
5309 md_number_to_chars (buf, newval, INSN_SIZE);
5315 newval = md_chars_to_number (buf, INSN_SIZE);
5319 md_number_to_chars (buf, newval, INSN_SIZE);
5324 content = md_chars_to_number (buf, INSN_SIZE);
[all...]
H A Dtc-arm.c513 #define INSN_SIZE 4 macro
6607 inst.size = INSN_SIZE * 2;
13943 to = frag_var (rs_machine_dependent, INSN_SIZE, THUMB_SIZE,
13980 else if (inst.size > INSN_SIZE)
13982 assert (inst.size == (2 * INSN_SIZE));
13983 md_number_to_chars (to, inst.instruction, INSN_SIZE);
13984 md_number_to_chars (to + INSN_SIZE, inst.instruction, INSN_SIZE);
14387 inst.size = INSN_SIZE;
18028 temp = md_chars_to_number (buf, INSN_SIZE);
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h2459 #define INSN_SIZE 4 macro
2488 #define INSN_SIZE 4 macro
/freebsd-11-stable/sys/arm64/include/
H A Darmreg.h36 #define INSN_SIZE 4 macro

Completed in 344 milliseconds