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

/freebsd-10.2-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-10.2-release/crypto/openssl/crypto/perlasm/
H A Dppc-xlate.pl147 my $mnemonic = $2;
149 my $opcode = eval("\$$mnemonic");
152 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
H A Dx86_64-xlate.pl41 # 6. Don't use [or hand-code with .byte] "rep ret." "ret" mnemonic is
176 sub mnemonic {
228 die if (opcode->mnemonic() ne "mov");
229 opcode->mnemonic("lea");
275 $sz="q" if ($self->{asterisk} || opcode->mnemonic() eq "movq");
276 $sz="l" if (opcode->mnemonic() eq "movd");
416 if ($nasm && opcode->mnemonic()=~m/^j/) {
803 my $asm = eval("\$".$opcode->mnemonic());
844 undef $sz if ($nasm && $opcode->mnemonic() eq "lea");
175 sub mnemonic { subroutine
/freebsd-10.2-release/contrib/binutils/include/opcode/
H A Dcr16.h255 const char *mnemonic; member in struct:__anon592
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:__anon584
/freebsd-10.2-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-10.2-release/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c130 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN;
132 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH;
134 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT;
136 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID;
141 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT;
143 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT;
145 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF;
147 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS;
155 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDBUF;
157 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-10.2-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-sparcv9a.pl551 my ($mnemonic,$rs1,$rs2,$rd)=@_;
559 $ref = "$mnemonic\t$rs1,$rs2,$rd";
561 if ($opf=$visopf{$mnemonic}) {
580 my ($mnemonic,$rs1,$rs2,$rd)=@_;
582 my $ref="$mnemonic\t$rs1,$rs2,$rd";
H A Dsha512-parisc.pl757 my ($mnemonic,$mod,$args)=@_;
758 my $opcode = eval("\$$mnemonic");
760 ref($opcode) eq 'CODE' ? &$opcode($mod,$args) : "\t$mnemonic$mod\t$args";
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp4849 const char *mnemonic = inst->GetMnemonic(&exe_ctx); local
4853 if (mnemonic && mnemonic[0] == '\0')
4854 mnemonic = NULL;
4862 if (mnemonic && operands && comment)
4863 strm.Printf ("%-8s %-25s ; %s", mnemonic, operands, comment);
4864 else if (mnemonic && operands)
4865 strm.Printf ("%-8s %s", mnemonic, operands);
4866 else if (mnemonic)
4867 strm.Printf ("%s", mnemonic);
[all...]
/freebsd-10.2-release/crypto/openssl/crypto/modes/asm/
H A Dghash-parisc.pl719 my ($mnemonic,$mod,$args)=@_;
720 my $opcode = eval("\$$mnemonic");
722 ref($opcode) eq 'CODE' ? &$opcode($mod,$args) : "\t$mnemonic$mod\t$args";
/freebsd-10.2-release/crypto/openssl/crypto/bn/asm/
H A Dparisc-mont.pl987 my ($mnemonic,$mod,$args)=@_;
988 my $opcode = eval("\$$mnemonic");
990 ref($opcode) eq 'CODE' ? &$opcode($mod,$args) : "\t$mnemonic$mod\t$args";
/freebsd-10.2-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-10.2-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h874 __u8 mnemonic; member in struct:fw_flowc_mnemval

Completed in 253 milliseconds