Searched defs:instruction (Results 1 - 25 of 44) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dgen-itable.c43 itable_h_insn(insn_table *entry, lf *file, void *data, insn *instruction, int depth) argument
88 itable_c_insn(insn_table *entry, lf *file, void *data, insn *instruction, int depth) argument
[all...]
H A Dgen-semantics.c66 print_semantic_declaration(insn_table *entry, lf *file, void *data, insn *instruction, int depth) argument
106 print_semantic_body(lf *file, insn *instruction, insn_bits *expanded_bits, opcode_field *opcodes) argument
157 print_c_semantic(lf *file, insn *instruction, insn_bits *expanded_bits, opcode_field *opcodes, cache_table *cache_rules) argument
203 print_c_semantic_function(lf *file, insn *instruction, insn_bits *expanded_bits, opcode_field *opcodes, cache_table *cache_rules) argument
222 print_semantic_definition(insn_table *entry, lf *file, void *data, insn *instruction, int depth) argument
[all...]
H A Dgen-model.c174 model_c_insn(insn_table *entry, lf *phony_file, void *data, insn *instruction, int depth) argument
H A Dgen-icache.c60 print_icache_declaration(insn_table *entry, lf *file, void *data, insn *instruction, int depth) argument
84 print_icache_extraction(lf *file, insn *instruction, const char *entry_name, const char *entry_type, const char *entry_expression, const char *original_name, const char *file_name, int line_nr, insn_field *cur_field, insn_bits *bits, icache_decl_type what_to_declare, icache_body_type what_to_do, const char *reason) argument
210 print_icache_body(lf *file, insn *instruction, insn_bits *expanded_bits, cache_table *cache_rules, icache_decl_type what_to_declare, icache_body_type what_to_do) argument
408 insn *instruction; local
492 print_icache_function(lf *file, insn *instruction, insn_bits *expanded_bits, opcode_field *opcodes, cache_table *cache_rules) argument
583 print_icache_definition(insn_table *entry, lf *file, void *data, insn *instruction, int depth) argument
[all...]
H A Dgen-idecode.c142 print_idecode_table_leaf(insn_table *entry, lf *file, void *data, insn *instruction, int depth) argument
250 print_goto_switch_table_leaf(insn_table *entry, lf *file, void *data, insn *instruction, int depth) argument
363 idecode_switch_leaf(insn_table *entry, lf *file, void *data, insn *instruction, int depth) argument
1062 print_jump_insn(lf *file, insn *instruction, insn_bits *expanded_bits, opcode_field *opcodes, cache_table *cache_rules) argument
1166 print_jump_definition(insn_table *entry, lf *file, void *data, insn *instruction, int depth) argument
1349 print_idecode_validate(lf *file, insn *instruction, opcode_field *opcodes) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/cr16/
H A Dgencode.c51 const inst *instruction = &cr16_instruction[NUMOPCODES - 1]; local
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/simple/
H A Dia64.c41 uint64_t instruction = 0; variable
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Ditbl-parse.y212 instruction: label
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dm88k-dis.c691 m88kdis(bfd_vma pc, unsigned long instruction, struct disassemble_info *info) argument
732 (*info->fprintf_func) (info->stream, "word\\t%08lx", instruction); local
[all...]
H A Dsh64-dis.c183 unsigned long instruction; local
[all...]
H A Darc-dis.h55 unsigned char* instruction; member in struct:arcDisState
H A Dtic4x-dis.c353 tic4x_print_op(struct disassemble_info *info, unsigned long instruction, tic4x_inst_t *p, unsigned long pc) argument
683 tic4x_disassemble(unsigned long pc, unsigned long instruction, struct disassemble_info *info) argument
729 (*info->fprintf_func) (info->stream, "%08lx", instruction); local
741 (*info->fprintf_func) (info->stream, "%08lx", instruction); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/igen/
H A Dgen-itable.c53 itable_h_insn(lf *file, insn_table *entry, insn_entry * instruction, void *data) argument
252 itable_c_insn(lf *file, insn_table *isa, insn_entry * instruction, void *data) argument
[all...]
H A Dgen-semantics.c145 print_semantic_body(lf *file, insn_entry * instruction, opcode_bits *expanded_bits, insn_opcodes *opcodes) argument
302 print_c_semantic(lf *file, insn_entry * instruction, opcode_bits *expanded_bits, insn_opcodes *opcodes, cache_entry *cache_rules, int nr_prefetched_words) argument
350 print_c_semantic_function(lf *file, insn_entry * instruction, opcode_bits *expanded_bits, insn_opcodes *opcodes, cache_entry *cache_rules, int nr_prefetched_words) argument
[all...]
H A Dgen-icache.c324 print_icache_body(lf *file, insn_entry * instruction, opcode_bits *expanded_bits, cache_entry *cache_rules, icache_decl_type what_to_declare, icache_body_type what_to_do, int nr_prefetched_words) argument
641 print_icache_function(lf *file, insn_entry * instruction, opcode_bits *expanded_bits, insn_opcodes *opcodes, cache_entry *cache_rules, int nr_prefetched_words) argument
[all...]
H A Dgen-idecode.c1036 print_idecode_validate(lf *file, insn_entry * instruction, insn_opcodes *opcode_paths) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dm88k-dis.c691 m88kdis(bfd_vma pc, unsigned long instruction, struct disassemble_info *info) argument
732 (*info->fprintf_func) (info->stream, "word\\t%08lx", instruction); local
[all...]
H A Darc-dis.h55 unsigned char* instruction; member in struct:arcDisState
H A Dsh64-dis.c183 unsigned long instruction; local
[all...]
H A Dcr16-dis.c84 const inst *instruction; variable
[all...]
H A Dtic30-dis.c65 struct instruction struct
[all...]
H A Dtic4x-dis.c353 tic4x_print_op(struct disassemble_info *info, unsigned long instruction, tic4x_inst_t *p, unsigned long pc) argument
683 tic4x_disassemble(unsigned long pc, unsigned long instruction, struct disassemble_info *info) argument
729 (*info->fprintf_func) (info->stream, "%08lx", instruction); local
741 (*info->fprintf_func) (info->stream, "%08lx", instruction); local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/microcode/aic7xxx/
H A Daicasm_insformat.h104 struct instruction { struct
/netbsd-6-1-5-RELEASE/sys/arch/arm/vfp/
H A Dvfp_init.c101 vfp_test(u_int address, u_int instruction, trapframe_t *frame, int fault_code) argument
161 static int vfp_handler(u_int address, u_int instruction, trapframe_t *frame, argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mips/
H A Dsim-main.c404 cache_op(SIM_DESC SD, sim_cpu *CPU, address_word cia, int op, address_word pAddr, address_word vAddr, unsigned int instruction) argument

Completed in 330 milliseconds

12