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

123

/haiku-buildtools/binutils/gas/testsuite/gas/mt/
H A Dbadinsn.s1 ; Bogus instruction mnemonic should generate an error.
H A Dbadsyntax.s1 ; Good mnemonic with wrong operands should generate an error.
H A Dbadsyntax1.s1 ; Good mnemonic with too few operands should generate an error.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mt/
H A Dbadinsn.s1 ; Bogus instruction mnemonic should generate an error.
H A Dbadsyntax.s1 ; Good mnemonic with wrong operands should generate an error.
H A Dbadsyntax1.s1 ; Good mnemonic with too few operands should generate an error.
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dneon-suffix-bad.d1 # name: Bad suffix for non-Neon mnemonic
H A Dfpa-mem.s28 # Test mnemonic that is ambiguous between infix and suffic
/haiku-buildtools/binutils/opcodes/
H A Ds390-mkopc.c30 char mnemonic[16]; member in struct:op_struct
55 insertOpcode (char *opcode, char *mnemonic, char *format, argument
94 strcpy(op_array[ix].mnemonic, mnemonic);
110 /* The mnemonic extensions for conditional jumps used to replace
136 /* The mnemonic extensions for conditional branches used to replace
158 mnemonic extensions. */
161 insertExpandedMnemonic (char *opcode, char *mnemonic, char *format, argument
173 if (!(tag = strpbrk (mnemonic, "*$")))
175 insertOpcode (opcode, mnemonic, forma
324 char mnemonic[16]; local
[all...]
H A Dtilepro-dis.c59 if (opcode->mnemonic != expected_mnemonic)
129 if (opcode->mnemonic == padding_mnemonic
176 switch (opcode->mnemonic)
H A Dtilegx-dis.c82 if (opcode->mnemonic == padding_mnemonic
/haiku-buildtools/legacy/binutils/opcodes/
H A Ds390-mkopc.c45 char mnemonic[16]; member in struct:op_struct
69 insertOpcode (char *opcode, char *mnemonic, char *format, argument
108 strcpy(op_array[ix].mnemonic, mnemonic);
143 printf (" { \"%s\", ", op_array[ix].mnemonic);
170 /* Read opcode descriptions from `stdin'. For each mnemonic,
175 char mnemonic[16]; local
188 opcode, mnemonic, format, description,
225 insertOpcode (opcode, mnemonic, format, min_cpu, mode_bits);
/haiku-buildtools/binutils/include/opcode/
H A Dmetag.h805 #define COND_INSN(mnemonic, suffix, field_shift, flags, meta_opcode, \
807 { mnemonic suffix, flags, meta_opcode, meta_mask, \
809 { mnemonic "A" suffix, flags, meta_opcode, meta_mask, \
811 { mnemonic "EQ" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
813 { mnemonic "Z" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
815 { mnemonic "NE" suffix, flags, meta_opcode | (COND_NE << field_shift), \
817 { mnemonic "NZ" suffix, flags, meta_opcode | (COND_NE << field_shift), \
819 { mnemonic "CS" suffix, flags, meta_opcode | (COND_CS << field_shift), \
821 { mnemonic "LO" suffix, flags, meta_opcode | (COND_CS << field_shift), \
823 { mnemonic "C
[all...]
H A Dcrx.h259 const char *mnemonic; member in struct:__anon950
406 /* Is the current instruction mnemonic is MNEMONIC ? */
408 (strcmp(instruction->mnemonic,MNEMONIC) == 0)
H A Dcr16.h255 const char *mnemonic; member in struct:__anon937
420 /* Is the current instruction mnemonic is MNEMONIC ? */
422 (strcmp (instruction->mnemonic, MNEMONIC) == 0)
H A Dspu.h86 const char *mnemonic; member in struct:spu_opcode
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dcompat.s1 # Check SYSV mnemonic instructions.
H A Dcompat-intel.d2 #objdump: -d -Mintel-mnemonic
3 #name: i386 float Intel mnemonic
H A Dcompat.d2 #objdump: -d -Matt-mnemonic
3 #name: i386 float AT&T mnemonic
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/arm/
H A Dfpa-mem.s28 # Test mnemonic that is ambiguous between infix and suffic
/haiku-buildtools/legacy/binutils/include/opcode/
H A Dcrx.h258 const char *mnemonic; member in struct:__anon2959
405 /* Is the current instruction mnemonic is MNEMONIC ? */
407 (strcmp(instruction->mnemonic,MNEMONIC) == 0)
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-crx.c584 while (crx_instruction[i].mnemonic != NULL)
586 const char *mnemonic = crx_instruction[i].mnemonic; local
588 hashret = hash_insert (crx_inst_hash, mnemonic,
592 as_fatal (_("Can't hash `%s': %s\n"), crx_instruction[i].mnemonic,
603 while (crx_instruction[i].mnemonic != NULL
604 && streq (crx_instruction[i].mnemonic, mnemonic));
1092 if (streq (no_op_insn[i], instruction->mnemonic))
1493 assemble_insn (char *mnemonic, in argument
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-crx.c537 while (crx_instruction[i].mnemonic != NULL)
539 const char *mnemonic = crx_instruction[i].mnemonic; local
541 hashret = hash_insert (crx_inst_hash, mnemonic,
545 as_fatal (_("Can't hash `%s': %s\n"), crx_instruction[i].mnemonic,
556 while (crx_instruction[i].mnemonic != NULL
557 && streq (crx_instruction[i].mnemonic, mnemonic));
1048 if (streq (no_op_insn[i], instruction->mnemonic))
1450 assemble_insn (char *mnemonic, in argument
[all...]
H A Dtc-cr16.c825 while (cr16_instruction[i].mnemonic != NULL)
828 const char *mnemonic = cr16_instruction[i].mnemonic; local
830 hashret = hash_insert (cr16_inst_hash, mnemonic,
834 as_fatal (_("Can't hash `%s': %s\n"), cr16_instruction[i].mnemonic,
845 while (cr16_instruction[i].mnemonic != NULL
846 && streq (cr16_instruction[i].mnemonic, mnemonic));
1496 if (streq (cr16_no_op_insn[i], instruction->mnemonic))
2202 assemble_insn (const char *mnemonic, in argument
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Ddiagnostic.l2 [^:]*:4: Error: unexpected comma after the mnemonic name `fmul' -- `fmul, s0,s1,s2'
3 [^:]*:5: Error: unexpected comma after the mnemonic name `fmul' -- `fmul ,s0,s1,s2'
4 [^:]*:6: Error: unexpected comma after the mnemonic name `fmul' -- `fmul ,s0,s1,s2'
5 [^:]*:7: Error: unknown mnemonic `b\.random' -- `b\.random label1'
6 [^:]*:8: Error: unknown mnemonic `fmull' -- `fmull s0'
7 [^:]*:9: Error: unknown mnemonic `aaaaaaaaaaaaaaaaaaaaaaaaaaaa\.\.\.' -- `aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'
71 [^:]*:73: Error: unknown mnemonic `bad' -- `bad expression'
72 [^:]*:74: Error: unknown mnemonic `mockup' -- `mockup-op'

Completed in 336 milliseconds

123