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

12

/freebsd-11-stable/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);
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dcr16.h255 const char *mnemonic; member in struct:__anon584
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:__anon576
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstruction.i92 mnemonic = property(__mnemonic_property__, None, doc='''A read only property that returns the mnemonic for this instruction as a string.''')
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dppc-xlate.pl234 my $mnemonic = $2;
236 my $opcode = eval("\$$mnemonic");
239 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 {
232 die if (opcode->mnemonic() ne "mov");
233 opcode->mnemonic("lea");
295 (opcode->mnemonic() =~ /^v?mov([qd])$/) && ($sz=$1) ||
296 (opcode->mnemonic() =~ /^v?pinsr([qdwb])$/) && ($sz=$1) ||
297 (opcode->mnemonic() =~ /^vpbroadcast([qdwb])$/) && ($sz=$1) ||
298 (opcode->mnemonic() =~ /^vinsert[fi]128$/) && ($sz="x");
438 if ($nasm && opcode->mnemonic()=~m/^j(?![re]cxz)/) {
880 my $asm = eval("\$".$opcode->mnemonic());
175 sub mnemonic { subroutine
[all...]
H A Dsparcv9_modes.pl1394 my ($mnemonic,$rs1,$rs2,$rd)=@_;
1402 $ref = "$mnemonic\t$rs1,$rs2,$rd";
1404 if ($opf=$visopf{$mnemonic}) {
1424 my ($mnemonic,$rs1,$rs2,$rd)=@_;
1434 $ref = "$mnemonic\t$rs1,$rs2,$rd";
1436 if ($opf=$visopf{$mnemonic}) {
1451 my ($mnemonic,$rs1,$rs2,$rs3,$rd)=@_;
1463 $ref = "$mnemonic\t$rs1,$rs2,$rs3,$rd";
1465 if (defined($opf=$aesopf{$mnemonic})) {
1486 my ($mnemonic,
[all...]
/freebsd-11-stable/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))
/freebsd-11-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-sparcv9.pl378 my ($mnemonic,$rs1,$rs2,$rd)=@_;
383 $ref = "$mnemonic\t$rs1,$rs2,$rd";
385 if ($opf=$visopf{$mnemonic}) {
404 my ($mnemonic,$rs1,$rs2,$rd)=@_;
406 my $ref="$mnemonic\t$rs1,$rs2,$rd";
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-armv8.pl316 my ($mnemonic,$arg)=@_;
321 $opcode{$mnemonic}|$1|($2<<5)|($3<<16),
322 $mnemonic,$arg;
H A Dsha1-sparcv9.pl375 my ($mnemonic,$rs1,$rs2,$rd)=@_;
380 $ref = "$mnemonic\t$rs1,$rs2,$rd";
382 if ($opf=$visopf{$mnemonic}) {
401 my ($mnemonic,$rs1,$rs2,$rd)=@_;
403 my $ref="$mnemonic\t$rs1,$rs2,$rd";
H A Dsha512-armv8.pl400 my ($mnemonic,$arg)=@_;
405 $opcode{$mnemonic}|$1|($2<<5)|($3<<16),
406 $mnemonic,$arg;
H A Dsha1-armv4-large.pl654 my ($mnemonic,$arg)=@_;
657 my $word = $opcode{$mnemonic}|(($1&7)<<13)|(($1&8)<<19)
666 $mnemonic,$arg;
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 Dsha256-armv4.pl684 my ($mnemonic,$arg)=@_;
687 my $word = $opcode{$mnemonic}|(($1&7)<<13)|(($1&8)<<19)
696 $mnemonic,$arg;
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl373 my ($mnemonic,$arg)=@_;
379 $word |= 0x00010001 if ($mnemonic =~ "2");
386 $mnemonic,$arg;
H A Dghash-sparcv9.pl541 my ($mnemonic,$rs1,$rs2,$rd)=@_;
549 $ref = "$mnemonic\t$rs1,$rs2,$rd";
551 if ($opf=$visopf{$mnemonic}) {
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daesv8-armx.pl888 my ($mnemonic,$arg)=@_;
892 $opcode{$mnemonic}|$1|($2<<5),
893 $mnemonic,$arg;
928 my ($mnemonic,$arg)=@_;
931 my $word = $opcode{$mnemonic}|(($1&7)<<13)|(($1&8)<<19)
939 $mnemonic,$arg;
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c389 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN;
391 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH;
393 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT;
395 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID;
397 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDBUF;
399 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_MSS;
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dvis3-mont.pl347 my ($mnemonic,$rs1,$rs2,$rd)=@_;
354 $ref = "$mnemonic\t$rs1,$rs2,$rd";
356 if ($opf=$visopf{$mnemonic}) {

Completed in 363 milliseconds

12