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

  /src/games/cribbage/
instr.c 59 instructions(void) function
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstIterator.h 10 // instructions in a function. This is effectively a wrapper around a two level
14 // instructions are moved around.
133 inline inst_range instructions(Function *F) { function in namespace:llvm
142 inline const_inst_range instructions(const Function *F) { function in namespace:llvm
147 inline inst_range instructions(Function &F) { function in namespace:llvm
156 inline const_inst_range instructions(const Function &F) { function in namespace:llvm
  /src/external/gpl3/gdb/dist/sim/ppc/
igen.c 351 insn_table *instructions = NULL; local
362 printf(" -F <filter-out-flag> eg -F 64 to skip 64bit instructions\n");
497 instructions = load_insn_table(optarg, decode_rules, filters, includes,
500 insn_table_expand_insns(instructions);
525 ASSERT(instructions != NULL);
529 gen_semantics_h(instructions, file, code);
531 gen_semantics_c(instructions, cache_rules, file, code);
535 gen_idecode_h(file, instructions, cache_rules);
537 gen_idecode_c(file, instructions, cache_rules);
541 gen_model_h(instructions, file)
    [all...]
ld-insn.c 430 /* skip instructions that aren't relevant to the mode */
772 /* specials only for single instructions */
806 /* expand the raw instructions according to the opcode */
980 insn_table *instructions = NULL; local
990 instructions = load_insn_table(argv[4], decode_rules, filters, NULL,
992 insn_table_expand_insns(instructions);
994 dump_insn_table(instructions, 0, -1);
  /src/external/gpl3/gdb.old/dist/sim/ppc/
igen.c 351 insn_table *instructions = NULL; local
362 printf(" -F <filter-out-flag> eg -F 64 to skip 64bit instructions\n");
497 instructions = load_insn_table(optarg, decode_rules, filters, includes,
500 insn_table_expand_insns(instructions);
525 ASSERT(instructions != NULL);
529 gen_semantics_h(instructions, file, code);
531 gen_semantics_c(instructions, cache_rules, file, code);
535 gen_idecode_h(file, instructions, cache_rules);
537 gen_idecode_c(file, instructions, cache_rules);
541 gen_model_h(instructions, file)
    [all...]
ld-insn.c 430 /* skip instructions that aren't relevant to the mode */
772 /* specials only for single instructions */
806 /* expand the raw instructions according to the opcode */
980 insn_table *instructions = NULL; local
990 instructions = load_insn_table(argv[4], decode_rules, filters, NULL,
992 insn_table_expand_insns(instructions);
994 dump_insn_table(instructions, 0, -1);
  /src/games/fish/
fish.c 88 static void instructions(void);
113 instructions();
433 instructions(void) function
441 (void)printf("Would you like instructions (y or n)? ");
  /src/external/gpl3/binutils/dist/opcodes/
arc-ext.c 71 struct ExtInstruction* instructions[INST_HASH_SIZE]; member in struct:arcExtMap
85 /* A hash function used to map instructions into the table. */
101 For instructions:
127 &arc_extension_map.instructions[INST_HASH (major, minor)];
230 /* Free instructions. */
233 struct ExtInstruction *insn = arc_extension_map.instructions[i];
297 /* 16-bit instructions. */
311 /* 32-bit instructions. */
351 temp = arc_extension_map.instructions[INST_HASH (opcode, minor)];
468 for (insn = arc_extension_map.instructions[i]
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
arc-ext.c 71 struct ExtInstruction* instructions[INST_HASH_SIZE]; member in struct:arcExtMap
85 /* A hash function used to map instructions into the table. */
101 For instructions:
127 &arc_extension_map.instructions[INST_HASH (major, minor)];
230 /* Free instructions. */
233 struct ExtInstruction *insn = arc_extension_map.instructions[i];
297 /* 16-bit instructions. */
311 /* 32-bit instructions. */
351 temp = arc_extension_map.instructions[INST_HASH (opcode, minor)];
468 for (insn = arc_extension_map.instructions[i]
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
arc-ext.c 71 struct ExtInstruction* instructions[INST_HASH_SIZE]; member in struct:arcExtMap
85 /* A hash function used to map instructions into the table. */
101 For instructions:
127 &arc_extension_map.instructions[INST_HASH (major, minor)];
230 /* Free instructions. */
233 struct ExtInstruction *insn = arc_extension_map.instructions[i];
297 /* 16-bit instructions. */
311 /* 32-bit instructions. */
351 temp = arc_extension_map.instructions[INST_HASH (opcode, minor)];
468 for (insn = arc_extension_map.instructions[i]
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
arc-ext.c 71 struct ExtInstruction* instructions[INST_HASH_SIZE]; member in struct:arcExtMap
85 /* A hash function used to map instructions into the table. */
101 For instructions:
127 &arc_extension_map.instructions[INST_HASH (major, minor)];
230 /* Free instructions. */
233 struct ExtInstruction *insn = arc_extension_map.instructions[i];
297 /* 16-bit instructions. */
311 /* 32-bit instructions. */
351 temp = arc_extension_map.instructions[INST_HASH (opcode, minor)];
468 for (insn = arc_extension_map.instructions[i]
    [all...]
  /src/games/wump/
wump.c 123 static void instructions(void);
221 instructions();
744 instructions(void) function
752 * read the instructions file, if needed, and show the user how to
755 if (!getans("Instructions? (y-n) "))
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86DomainReassignment.cpp 10 // and convert them to equivalent instructions in a different domain,
111 /// For example, PHI instructions can be safely ignored since only the registers
165 // Assuming instructions have the same cost.
201 // Assuming instructions have the same cost, and that COPY is in the same
207 /// An Instruction Converter for replacing COPY instructions.
288 /// the closure, as well as all of the instructions connected by those edges.
295 /// used in a memory operand) excludes the instructions that contain memory
303 /// Instructions in the closure.
344 ArrayRef<MachineInstr *> instructions() const { function in class:__anon5194::Closure
357 dbgs() << "\n" << "Instructions:"
    [all...]
  /src/usr.sbin/gspa/gspa/
gsp_inst.c 111 struct inst instructions[] = { variable in typeref:struct:inst
278 for( ip = instructions; ip->opname != NULL; ++ip )
  /src/external/gpl3/gdb/dist/sim/igen/
gen.c 363 according to the format_name. Two instructions with
369 between instructions. */
394 /* It would appear that we have two instructions with the
397 failing to differentiate between two instructions that
400 "Two instructions with identical constant fields\n");
404 /* Add the opcode path to the instructions list */
570 instructions? */
578 /* check the instructions for some constant value in at least one of
602 between all instructions. The first time through the
646 the instructions to see if at least one conditional makes i
1647 insn_table *instructions; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/igen/
gen.c 363 according to the format_name. Two instructions with
369 between instructions. */
394 /* It would appear that we have two instructions with the
397 failing to differentiate between two instructions that
400 "Two instructions with identical constant fields\n");
404 /* Add the opcode path to the instructions list */
570 instructions? */
578 /* check the instructions for some constant value in at least one of
602 between all instructions. The first time through the
646 the instructions to see if at least one conditional makes i
1647 insn_table *instructions; local
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 310 /// All basic block instructions have a unique ID (i.e. virtual register).
1499 /// instructions. It ends with a Terminator, which is a Branch or Goto to
1557 InstrArray &instructions() { return Instrs; } function in class:clang::threadSafety::BasicBlock
1558 const InstrArray &instructions() const { return Instrs; } function in class:clang::threadSafety::BasicBlock
1601 // Reserve space for Nins instructions.
1646 // assign unique ids to all instructions
1672 // Instructions.
1738 /// Return the total number of instructions in the CFG.
1774 // assign unique ids to all instructions
1856 /// This is a pseduo-term; it will be lowered to instructions in a CFG
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
frame.c 66 instructions. */
69 /* Constants that is factored out of all offset instructions. */
125 /* Number of bytes of program instructions described by this FDE. */
129 const gdb_byte *instructions; member in struct:dwarf2_fde
202 DW_CFA_restore_extended instructions. */
213 CIE initial instructions. If not, default the rule to
560 /* The instructions above only use r1 and r2, but the register numbers
812 execute_cfa_program (fde, fde->instructions, fde->end, gdbarch, pc, &fs,
964 instr = execute_cfa_program (fde, fde->instructions, fde->end, gdbarch,
976 instr = fde->instructions;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
frame.c 68 instructions. */
71 /* Constants that is factored out of all offset instructions. */
127 /* Number of bytes of program instructions described by this FDE. */
131 const gdb_byte *instructions; member in struct:dwarf2_fde
204 DW_CFA_restore_extended instructions. */
215 CIE initial instructions. If not, default the rule to
562 /* The instructions above only use r1 and r2, but the register numbers
814 execute_cfa_program (fde, fde->instructions, fde->end, gdbarch, pc, &fs,
966 instr = execute_cfa_program (fde, fde->instructions, fde->end, gdbarch,
978 instr = fde->instructions;
    [all...]

Completed in 45 milliseconds