HomeSort by relevance Sort by last modified time
    Searched refs:current_bundle (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gas/config/
tc-tilegx.c 204 static struct tilegx_instruction current_bundle[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]; variable in typeref:struct:tilegx_instruction
206 /* Index in current_bundle for the next instruction to parse. */
389 memmove (&current_bundle[1], &current_bundle[0],
390 current_bundle_index * sizeof current_bundle[0]);
391 current_bundle[0].opcode = &tilegx_opcodes[mnemonic];
789 /* Detects and complains if two instructions in current_bundle write
800 const struct tilegx_instruction *instr = &current_bundle[j];
877 if (current_bundle[0].opcode->can_bundle)
901 const struct tilegx_opcode *op = current_bundle[j].opcode
    [all...]
tc-tilepro.c 154 current_bundle[TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE]; variable in typeref:struct:tilepro_instruction
156 /* Index in current_bundle for the next instruction to parse. */
344 memmove (&current_bundle[1], &current_bundle[0],
345 current_bundle_index * sizeof current_bundle[0]);
346 current_bundle[0].opcode = &tilepro_opcodes[mnemonic];
680 /* Detects and complains if two instructions in current_bundle write
691 const struct tilepro_instruction *instr = &current_bundle[j];
767 if (current_bundle[0].opcode->can_bundle)
791 const struct tilepro_opcode *op = current_bundle[j].opcode
    [all...]

Completed in 226 milliseconds