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

/freebsd-10.3-release/sys/arm/include/
H A Ddb_machdep.h44 #define BKPT_SIZE (INSN_SIZE)
84 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE))
H A Darmreg.h46 #define INSN_SIZE 4 macro
437 #define INSN_SIZE 4 /* Always 4 bytes */ macro
/freebsd-10.3-release/usr.bin/truss/
H A Darm-fbsd.c78 (caddr_t)(regs.r[_REG_PC] - INSN_SIZE), 0)) == -1) {
/freebsd-10.3-release/sys/arm/arm/
H A Dsyscall.c179 if (__predict_false(((frame->tf_pc - INSN_SIZE) & 3) != 0)) {
H A Ddisassem.c316 return(loc + INSN_SIZE);
530 return(loc + INSN_SIZE);
H A Dvm_machdep.c321 call = *(u_int32_t *)(frame->tf_pc - INSN_SIZE) & 0x000fffff;
348 frame->tf_pc -= INSN_SIZE;
/freebsd-10.3-release/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
6558 inst.size = INSN_SIZE * 2;
13893 to = frag_var (rs_machine_dependent, INSN_SIZE, THUMB_SIZE,
13930 else if (inst.size > INSN_SIZE)
13932 assert (inst.size == (2 * INSN_SIZE));
13933 md_number_to_chars (to, inst.instruction, INSN_SIZE);
13934 md_number_to_chars (to + INSN_SIZE, inst.instruction, INSN_SIZE);
14337 inst.size = INSN_SIZE;
17970 temp = md_chars_to_number (buf, INSN_SIZE);
[all...]

Completed in 163 milliseconds