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

/macosx-10.9.5/cctools-845/as/
H A Darm.c526 #define INSN_SIZE 4 macro
5552 inst.size = INSN_SIZE * 2;
13156 to = frag_var (rs_machine_dependent, INSN_SIZE, THUMB_SIZE,
13192 else if (inst.size > INSN_SIZE)
13194 assert (inst.size == (2 * INSN_SIZE));
13195 md_number_to_chars (to, inst.instruction, INSN_SIZE);
13196 md_number_to_chars (to + INSN_SIZE, inst.instruction, INSN_SIZE);
13609 inst.size = INSN_SIZE;
16892 temp = md_chars_to_number (buf, INSN_SIZE);
[all...]

Completed in 141 milliseconds