Searched refs:mnemonic (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/contrib/binutils/opcodes/
H A Ds390-mkopc.c46 char mnemonic[16]; member in struct:op_struct
70 insertOpcode (char *opcode, char *mnemonic, char *format, argument
109 strcpy(op_array[ix].mnemonic, mnemonic);
144 printf (" { \"%s\", ", op_array[ix].mnemonic);
171 /* Read opcode descriptions from `stdin'. For each mnemonic,
176 char mnemonic[16]; local
189 opcode, mnemonic, format, description,
228 insertOpcode (opcode, mnemonic, format, min_cpu, mode_bits);
H A Dcr16-dis.c798 /* If found, print the instruction's mnemonic and arguments. */
801 if (strneq (instruction->mnemonic, "cinv", 4))
802 info->fprintf_func (info->stream,"%s", getcinvstring ((char *)instruction->mnemonic));
804 info->fprintf_func (info->stream, "%s", instruction->mnemonic);
H A Dspu-dis.c40 * one. In most cases it is just an alternate mnemonic. */
122 (*info->fprintf_func) (info->stream, "%s", index->mnemonic);
H A Di386-dis.c611 mnemonic strings for AT&T, Intel, X86_64 AT&T, and X86_64 Intel
6111 const char *mnemonic; local
6118 mnemonic = Suffix3DNow[*codep++ & 0xff];
6119 if (mnemonic)
6120 oappend (mnemonic);
/freebsd-9.3-release/contrib/binutils/include/opcode/
H A Dcr16.h255 const char *mnemonic; member in struct:__anon714
419 /* Is the current instruction mnemonic is MNEMONIC ? */
421 (strcmp (instruction->mnemonic, MNEMONIC) == 0)
H A Dspu.h87 char *mnemonic; member in struct:spu_opcode
H A Dcgen.h816 /* ??? I can't currently think of any case where the mnemonic doesn't come
819 A value of 1 means "this is where the mnemonic appears". 1 isn't
1005 /* ??? If mnemonics have operands, try to print full mnemonic. */
1012 where the full mnemonic is addeq, addne, etc., and the condition is
1014 const char *mnemonic;
1015 #define CGEN_INSN_MNEMONIC(insn) ((insn)->base->mnemonic)
1183 /* The assembler insn table is hashed based on some function of the mnemonic
1185 examples like the first letter or a function of the entire mnemonic). */
1000 const char *mnemonic; member in struct:__anon706
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-cr16.c787 while (cr16_instruction[i].mnemonic != NULL)
790 const char *mnemonic = cr16_instruction[i].mnemonic; local
792 hashret = hash_insert (cr16_inst_hash, mnemonic,
796 as_fatal (_("Can't hash `%s': %s\n"), cr16_instruction[i].mnemonic,
807 while (cr16_instruction[i].mnemonic != NULL
808 && streq (cr16_instruction[i].mnemonic, mnemonic));
1397 if (streq (cr16_no_op_insn[i], instruction->mnemonic))
2104 assemble_insn (char *mnemonic, in argument
[all...]
H A Dtc-i386.c120 /* SUFFIX holds the instruction mnemonic suffix if given.
565 /* Hash table for instruction mnemonic lookup. */
1647 intel_float_operand (const char *mnemonic)
1653 if (mnemonic[0] != 'f')
1656 switch (mnemonic[1])
1664 if (mnemonic[2] == 'd' && (mnemonic[3] == 'c' || mnemonic[3] == 'e'))
1668 if (mnemonic[2] != 'o' /* fnop */)
1672 if (mnemonic[
1643 intel_float_operand(const char *mnemonic) argument
1704 char mnemonic[MAX_MNEM_SIZE]; local
1938 parse_insn(char *line, char *mnemonic) argument
2157 parse_operands(char *l, const char *mnemonic) argument
[all...]
H A Dtc-spu.c121 /* hash each mnemonic and record its position */
123 retval = hash_insert (op_hash, spu_opcodes[i].mnemonic, (PTR)&spu_opcodes[i]);
127 spu_opcodes[i].mnemonic, retval);
242 len += sprintf (&buf[len], "%s\t", format->mnemonic);
288 as_bad (_("Invalid mnemonic '%s'"), op);
292 if (!use_dd2 && strcmp (format->mnemonic, "orx") == 0)
320 if (!strcmp (format[0].mnemonic, format[1].mnemonic))
H A Dtc-ia64.c6241 char mnemonic[129]; local
6247 strcpy (mnemonic, idesc->name);
6414 error_pos + 1, mnemonic,
6688 char mnemonic[16]; local
6974 snprintf (mnemonic, sizeof (mnemonic), "%s.%c",
6979 idesc = ia64_find_opcode (mnemonic);
10809 char *saved_input_line_pointer, *mnemonic; local
10819 /* extract the opcode (mnemonic): */
10821 mnemonic
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dxfrout.c683 const char *mnemonic; /* Style of transfer */ member in struct:__anon124
744 const char *mnemonic = NULL; local
761 mnemonic = "AXFR";
764 mnemonic = "IXFR";
773 ISC_LOG_DEBUG(6), "%s request", mnemonic);
780 "%s request denied: %s", mnemonic,
865 "%s question section OK", mnemonic);
913 "%s authority section OK", mnemonic);
1008 mnemonic = "AXFR-style IXFR";
1059 xfr->mnemonic
[all...]
/freebsd-9.3-release/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c104 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN;
106 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH;
108 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT;
110 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID;
115 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT;
117 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT;
119 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF;
121 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS;
124 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDBUF;
126 flowc->mnemval[5].mnemonic
[all...]
H A Dt4_listen.c391 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN;
393 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH;
395 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT;
397 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID;
399 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDBUF;
401 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_MSS;
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c1009 /* If INV is false, return assembler mnemonic string to implement
1010 a branch specified by CODE. If INV is true, return mnemonic
1016 static const char *const mnemonic[16] = local
1032 return mnemonic[mask];
/freebsd-9.3-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h874 __u8 mnemonic; member in struct:fw_flowc_mnemval

Completed in 430 milliseconds