Searched defs:instr (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | microblaze-dis.c | 32 #define get_field_rd(instr) get_field (instr, RD_MASK, RD_LOW) argument 33 #define get_field_r1(instr) get_field (instr, RA_MASK, RA_LOW) argument 34 #define get_field_r2(instr) get_field (instr, RB_MASK, RB_LOW) argument 35 #define get_int_field_imm(instr) ((instr & IMM_MASK) >> IMM_LOW) argument 36 #define get_int_field_r1(instr) ((instr & RA_MASK) >> RA_LOW) argument 41 get_field (long instr, long mask, unsigned short low) in get_field() 50 get_field_imm (long instr) in get_field_imm() 59 get_field_imm5 (long instr) in get_field_imm5() 68 get_field_imm5_mbar (long instr) in get_field_imm5_mbar() 77 get_field_rfsl (long instr) in get_field_rfsl() [all …]
|
D | m88k-dis.c | 31 const INSTAB *instr; member
|
D | microblaze-opc.h | 117 enum microblaze_instr instr; member
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-i960.c | 539 emit (long instr) /* Word to be output, host byte order. */ in emit() 563 long instr, /* Instruction needing the displacement. */ in get_cdisp() 1067 memS instr; /* Description of binary to be output. */ in mem_fmt() local 1310 long instr; /* Binary to be output. */ in reg_fmt() local 1534 long instr; /* 32-bit instruction. */ in cobr_fmt() local 1728 long instr; /* 32-bit instruction to be fixed-up. */ in md_number_to_field() local 1933 long instr; /* A single i960 instruction. */ in relax_cobr() local
|
D | tc-tilepro.c | 691 const struct tilepro_instruction *instr = ¤t_bundle[j]; in check_illegal_reg_writes() local 876 struct tilepro_instruction *instr = ¤t_bundle[j]; in tilepro_flush_bundle() local
|
D | tc-tilegx.c | 799 const struct tilegx_instruction *instr = ¤t_bundle[j]; in check_illegal_reg_writes() local 985 struct tilegx_instruction *instr = ¤t_bundle[j]; in tilegx_flush_bundle() local
|
D | tc-aarch64.c | 3819 find_best_match (const aarch64_inst *instr, in find_best_match() 3869 assign_qualifier_sequence (aarch64_inst *instr, in assign_qualifier_sequence() 5389 programmer_friendly_fixup (aarch64_instruction *instr) in programmer_friendly_fixup() 5497 do_encode (const aarch64_opcode *opcode, aarch64_inst *instr, in do_encode() 6062 try_to_encode_as_unscaled_ldst (aarch64_inst *instr) in try_to_encode_as_unscaled_ldst() 6124 fix_mov_imm_insn (fixS *fixP, char *buf, aarch64_inst *instr, offsetT value) in fix_mov_imm_insn()
|
D | bfin-parse.y | 447 INSTR_T instr; member
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-microblaze.c | 1629 unsigned long instr = bfd_get_32 (abfd, bfd_addr); in microblaze_bfd_write_imm_value_32() local 2009 unsigned long instr = bfd_get_32 (abfd, ocontents + irelscan->r_offset); in microblaze_elf_relax_section() local
|