Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 25 of 157) sorted by relevance

1234567

/toolchain/binutils/binutils-2.25/include/opcode/
Dtic4x.h227 unsigned long opcode; member
309 #define A_CLASS_INSN(name, opcode, level) \ argument
322 #define AB_CLASS_INSN(name, opcode, level) \ argument
334 #define AU_CLASS_INSN(name, opcode, level) \ argument
346 #define AF_CLASS_INSN(name, opcode, level) \ argument
357 #define A2_CLASS_INSN(name, opcode, level) \ argument
367 #define A3_CLASS_INSN(name, opcode, level) \ argument
379 #define A6_CLASS_INSN(name, opcode, level) \ argument
389 #define A7_CLASS_INSN(name, opcode, level) \ argument
400 #define AY_CLASS_INSN(name, opcode, level) \ argument
[all …]
Dnp1.h24 unsigned long opcode; member
Dpn.h24 unsigned long opcode; member
Dbfin.h71 unsigned long opcode; member
207 unsigned long opcode; member
291 unsigned long opcode; member
365 unsigned long opcode; member
436 unsigned long opcode; member
490 unsigned short opcode; member
543 unsigned short opcode; member
592 unsigned short opcode; member
630 unsigned short opcode; member
679 unsigned short opcode; member
[all …]
/toolchain/binutils/binutils-2.25/opcodes/
Ddlx-dis.c46 dlx_get_opcode (unsigned long opcode) in dlx_get_opcode()
52 dlx_get_rs1 (unsigned long opcode) in dlx_get_rs1()
58 dlx_get_rs2 (unsigned long opcode) in dlx_get_rs2()
64 dlx_get_rdR (unsigned long opcode) in dlx_get_rdR()
70 dlx_get_func (unsigned long opcode) in dlx_get_func()
76 dlx_get_imm16 (unsigned long opcode) in dlx_get_imm16()
82 dlx_get_imm26 (unsigned long opcode) in dlx_get_imm26()
188 unsigned long opcode; in dlx_load_type() member
238 unsigned long opcode; in dlx_store_type() member
271 unsigned long opcode; in dlx_aluI_type() member
[all …]
Daarch64-dis-2.c8703 aarch64_find_next_opcode (const aarch64_opcode *opcode) in aarch64_find_next_opcode()
8802 aarch64_find_alias_opcode (const aarch64_opcode *opcode) in aarch64_find_alias_opcode()
8911 aarch64_find_next_alias_opcode (const aarch64_opcode *opcode) in aarch64_find_next_alias_opcode()
Dsparc-opc.c178 #define COMMUTEOP(opcode, op3, arch_mask) \ argument
1132 #define br(opcode, mask, lose, flags) \ argument
1136 #define brx(opcode, mask, lose, flags) /* v9 */ \ argument
1151 #define tr(opcode, mask, lose, flags) \ argument
1212 #define brr(opcode, mask, lose, flags) /* v9 */ \ argument
1263 #define movr(opcode, mask, flags) /* v9 */ \ argument
1267 #define fmrrs(opcode, mask, lose, flags) /* v9 */ \ argument
1269 #define fmrrd(opcode, mask, lose, flags) /* v9 */ \ argument
1271 #define fmrrq(opcode, mask, lose, flags) /* v9 */ \ argument
1321 #define movicc(opcode, cond, flags) /* v9 */ \ argument
[all …]
Dtic54x-dis.c52 unsigned short opcode; in print_insn_tic54x() local
172 unsigned short opcode, in print_instruction()
472 unsigned short opcode, in print_parallel_instruction()
500 unsigned short opcode) in sprint_indirect_address()
522 unsigned short opcode) in sprint_direct_address()
550 unsigned short opcode) in sprint_cc2()
562 unsigned short opcode) in sprint_condition()
Ds390-dis.c82 const struct s390_opcode *opcode) in s390_insn_matches_opcode()
156 const struct s390_opcode *opcode) in s390_print_insn_with_opcode()
228 const struct s390_opcode *opcode = NULL; in print_insn_s390() local
Dnios2-dis.c44 const struct nios2_opcode *opcode; member
158 nios2_find_opcode_hash (unsigned long opcode, in nios2_find_opcode_hash()
248 unsigned long opcode, bfd_vma address, in nios2_print_insn_arg()
446 nios2_disassemble (bfd_vma address, unsigned long opcode, in nios2_disassemble()
Dtilepro-dis.c57 const struct tilepro_opcode *opcode = decoded[i].opcode; in contains_insn() local
123 const struct tilepro_opcode *opcode = decoded[i].opcode; in print_insn_tilepro() local
Ds390-mkopc.c48 char opcode[16]; member
73 insertOpcode (char *opcode, char *mnemonic, char *format, in insertOpcode()
178 insertExpandedMnemonic (char *opcode, char *mnemonic, char *format, in insertExpandedMnemonic()
336 char opcode[16]; in main() local
Darc-ext.c34 arcExtMap_instName(int opcode, int minor, int *flags) in arcExtMap_instName()
180 char opcode = p[2]; in arcExtMap_add() local
Daarch64-asm-2.c26 aarch64_find_real_opcode (const aarch64_opcode *opcode) in aarch64_find_real_opcode()
Dmsp430-dis.c55 msp430_nooperands (struct msp430_opcode_s *opcode, in msp430_nooperands()
132 struct msp430_opcode_s *opcode, in msp430_singleoperand()
364 struct msp430_opcode_s *opcode, in msp430_doubleoperand()
851 struct msp430_opcode_s *opcode; in print_insn_msp430() local
Di370-dis.c37 const struct i370_opcode *opcode; in print_insn_i370() local
Dia64-opc.c195 apply_completer (ia64_insn opcode, int completer_index) in apply_completer()
304 opcode_verify (ia64_insn opcode, int place, enum ia64_insn_type type) in opcode_verify()
348 locate_opcode_ent (ia64_insn opcode, enum ia64_insn_type type) in locate_opcode_ent()
527 make_ia64_opcode (ia64_insn opcode, const char *name, int place, int depind) in make_ia64_opcode()
Dtilegx-dis.c76 const struct tilegx_opcode *opcode = decoded[i].opcode; in print_insn_tilegx() local
Dalpha-dis.c63 const struct alpha_opcode *opcode, *opcode_end; local
Dppc-dis.c464 const struct powerpc_opcode *opcode; in lookup_powerpc() local
509 const struct powerpc_opcode *opcode; in lookup_vle() local
569 const struct powerpc_opcode *opcode; in print_insn_powerpc() local
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-z80.c412 char opcode; member
671 emit_insn (char prefix, char opcode, const char * args) in emit_insn()
765 emit_mx (char prefix, char opcode, int shift, expressionS * arg) in emit_mx()
829 emit_m (char prefix, char opcode, const char *args) in emit_m()
851 emit_mr (char prefix, char opcode, const char *args) in emit_mr()
886 emit_sx (char prefix, char opcode, expressionS * arg_p) in emit_sx()
912 emit_s (char prefix, char opcode, const char *args) in emit_s()
923 emit_call (char prefix ATTRIBUTE_UNUSED, char opcode, const char * args) in emit_call()
942 emit_incdec (char prefix, char opcode, const char * args) in emit_incdec()
970 emit_jr (char prefix ATTRIBUTE_UNUSED, char opcode, const char * args) in emit_jr()
[all …]
Dtc-mn10200.c346 int opcode = fragP->fr_literal[offset] & 0xff; in md_convert_frag() local
403 int opcode = fragP->fr_literal[offset] & 0xff; in md_convert_frag() local
468 int opcode = fragP->fr_literal[offset + 1] & 0xff; in md_convert_frag() local
549 int opcode = fragP->fr_literal[offset + 1] & 0xff; in md_convert_frag() local
880 struct mn10200_opcode *opcode; in md_assemble() local
Dtc-m68hc11.c159 struct m68hc11_opcode *opcode; member
186 struct m9s12xg_opcode *opcode; member
735 print_opcode_format (struct m68hc11_opcode *opcode, int example) in print_opcode_format()
1013 struct m68hc11_opcode *opcode; in print_insn_format() local
1826 build_jump_insn (struct m68hc11_opcode *opcode, operand operands[], in build_jump_insn()
1967 build_dbranch_insn (struct m68hc11_opcode *opcode, operand operands[], in build_dbranch_insn()
2369 build_insn_xg (struct m68hc11_opcode *opcode, in build_insn_xg()
2444 build_insn (struct m68hc11_opcode *opcode, in build_insn()
2572 struct m68hc11_opcode *opcode; in find() local
2752 struct m68hc11_opcode *opcode; in find_opcode() local
[all …]
Dtc-mn10300.c484 int opcode = fragP->fr_literal[offset] & 0xff; in md_convert_frag() local
541 int opcode = fragP->fr_literal[offset] & 0xff; in md_convert_frag() local
605 int opcode = fragP->fr_literal[offset + 1] & 0xff; in md_convert_frag() local
644 int opcode = fragP->fr_literal[offset + 1] & 0xff; in md_convert_frag() local
765 int opcode = fragP->fr_literal[offset + 1] & 0xff; in md_convert_frag() local
834 int opcode = fragP->fr_literal[offset + 1] & 0xff; in md_convert_frag() local
1234 struct mn10300_opcode *opcode; in md_assemble() local
/toolchain/binutils/binutils-2.25/gas/
Dfrags.c224 char *opcode) in frag_var_init()
255 char *opcode) in frag_var()
273 char *opcode) in frag_variant()

1234567