HomeSort by: relevance | last modified time | path
    Searched defs:INSN_SIZE (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-tic30.h 35 #define INSN_SIZE 4
tc-tic30.c 1063 p = frag_more (INSN_SIZE);
1064 md_number_to_chars (p, p_insn.opcode, INSN_SIZE);
1123 value /= INSN_SIZE;
1189 INSN_SIZE * offset = offset number of instructions. */
1190 return fixP->fx_where - fixP->fx_size + (INSN_SIZE * offset);
1674 p = frag_more (INSN_SIZE);
1675 md_number_to_chars (p, insn.opcode, INSN_SIZE);
1684 p = frag_more (INSN_SIZE);
1701 md_number_to_chars (p, (valueT) insn.opcode, INSN_SIZE);
1708 md_number_to_chars (p, (valueT) insn.opcode, INSN_SIZE);
    [all...]
tc-aarch64.c 551 #define INSN_SIZE 4
2337 emit_expr (&exp, INSN_SIZE);
2342 dwarf2_emit_insn (n * INSN_SIZE);
6279 to = frag_more (INSN_SIZE);
6288 INSN_SIZE, &inst.reloc.exp,
6305 dwarf2_emit_insn (INSN_SIZE);
tc-arm.c 733 #define INSN_SIZE 4
9206 inst.size = INSN_SIZE * 2;
22260 to = frag_var (rs_machine_dependent, INSN_SIZE, THUMB_SIZE,
22303 else if (inst.size > INSN_SIZE)
22305 gas_assert (inst.size == (2 * INSN_SIZE));
22306 md_number_to_chars (to, inst.instruction, INSN_SIZE);
22307 md_number_to_chars (to + INSN_SIZE, inst.instruction, INSN_SIZE);
23464 inst.size = INSN_SIZE;
26080 which are either THUMB_SIZE (2) or INSN_SIZE (4)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic30.h 35 #define INSN_SIZE 4
tc-tic30.c 1063 p = frag_more (INSN_SIZE);
1064 md_number_to_chars (p, p_insn.opcode, INSN_SIZE);
1123 value /= INSN_SIZE;
1189 INSN_SIZE * offset = offset number of instructions. */
1190 return fixP->fx_where - fixP->fx_size + (INSN_SIZE * offset);
1674 p = frag_more (INSN_SIZE);
1675 md_number_to_chars (p, insn.opcode, INSN_SIZE);
1684 p = frag_more (INSN_SIZE);
1701 md_number_to_chars (p, (valueT) insn.opcode, INSN_SIZE);
1708 md_number_to_chars (p, (valueT) insn.opcode, INSN_SIZE);
    [all...]
tc-aarch64.c 551 #define INSN_SIZE 4
2336 emit_expr (&exp, INSN_SIZE);
2341 dwarf2_emit_insn (n * INSN_SIZE);
6248 to = frag_more (INSN_SIZE);
6257 INSN_SIZE, &inst.reloc.exp,
6274 dwarf2_emit_insn (INSN_SIZE);
tc-arm.c 733 #define INSN_SIZE 4
9209 inst.size = INSN_SIZE * 2;
22263 to = frag_var (rs_machine_dependent, INSN_SIZE, THUMB_SIZE,
22306 else if (inst.size > INSN_SIZE)
22308 gas_assert (inst.size == (2 * INSN_SIZE));
22309 md_number_to_chars (to, inst.instruction, INSN_SIZE);
22310 md_number_to_chars (to + INSN_SIZE, inst.instruction, INSN_SIZE);
23467 inst.size = INSN_SIZE;
26083 which are either THUMB_SIZE (2) or INSN_SIZE (4)
    [all...]
  /src/sys/arch/riscv/riscv/
syscall.c 65 #define INSN_SIZE 4
207 INSN_SIZE + // ecall
208 INSN_SIZE * 2; // jump to cerror (or nops)
244 INSN_SIZE + // ecall
245 INSN_SIZE * 2; // jump to cerror (or nops)
253 tf->tf_pc -= INSN_SIZE * 2; // jump to cerror.
  /src/external/gpl3/gdb/dist/gdbserver/
linux-sparc-low.cc 35 #define INSN_SIZE 4
268 static const gdb_byte sparc_breakpoint[INSN_SIZE] = {
271 #define sparc_breakpoint_len INSN_SIZE
285 unsigned char insn[INSN_SIZE];
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-sparc-low.cc 35 #define INSN_SIZE 4
268 static const gdb_byte sparc_breakpoint[INSN_SIZE] = {
271 #define sparc_breakpoint_len INSN_SIZE
285 unsigned char insn[INSN_SIZE];
  /src/external/gpl3/gdb/dist/sim/arm/
armemu.h 77 #define INSN_SIZE (TFLAG ? 2 : 4)
79 #define INSN_SIZE 4
  /src/external/gpl3/gdb.old/dist/sim/arm/
armemu.h 77 #define INSN_SIZE (TFLAG ? 2 : 4)
79 #define INSN_SIZE 4
  /src/sys/arch/riscv/include/
insn.h 173 #define INSN_SIZE(insn) (INSN_HALFWORDS(insn) * sizeof(uint16_t))
  /src/sys/arch/arm/include/
armreg.h 422 #define INSN_SIZE 4 /* Always 4 bytes */
  /src/external/gpl3/binutils/dist/opcodes/
cris-desc.h 131 typedef enum insn_size { enum
133 } INSN_SIZE;
  /src/external/gpl3/binutils.old/dist/opcodes/
cris-desc.h 131 typedef enum insn_size { enum
133 } INSN_SIZE;
  /src/external/gpl3/gdb/dist/opcodes/
cris-desc.h 131 typedef enum insn_size { enum
133 } INSN_SIZE;
  /src/external/gpl3/gdb.old/dist/opcodes/
cris-desc.h 131 typedef enum insn_size { enum
133 } INSN_SIZE;
  /src/external/cddl/osnet/dist/uts/common/sys/
dtrace.h 2470 #define INSN_SIZE 4
2502 #define INSN_SIZE 4

Completed in 107 milliseconds