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

/haiku-fatelf/src/bin/gdb/opcodes/
H A Ds390-mkopc.c44 char mnemonic[16]; member in struct:op_struct
68 insertOpcode (char *opcode, char *mnemonic, char *format, argument
107 strcpy(op_array[ix].mnemonic, mnemonic);
142 printf (" { \"%s\", ", op_array[ix].mnemonic);
169 /* Read opcode descriptions from `stdin'. For each mnemonic,
174 char mnemonic[16]; local
187 opcode, mnemonic, format, description,
222 insertOpcode (opcode, mnemonic, format, min_cpu, mode_bits);
H A Dcrx-dis.c715 /* If found, print the instruction's mnemonic and arguments. */
718 info->fprintf_func (info->stream, "%s", instruction->mnemonic);
H A Di386-dis.c468 mnemonic strings for AT&T, Intel, X86_64 AT&T, and X86_64 Intel
4160 const char *mnemonic;
4167 mnemonic = Suffix3DNow[*codep++ & 0xff];
4168 if (mnemonic)
4169 oappend (mnemonic);
4159 const char *mnemonic; local
H A Dm88k-dis.c610 (*info->fprintf_func) (info->stream, "%s", entry_ptr->instr->mnemonic);
/haiku-fatelf/src/apps/debugger/arch/x86_64/disasm/
H A DDisassemblerX8664.cpp167 if (fUdisData->mnemonic == UD_Icall)
169 else if (fUdisData->mnemonic == UD_Ijmp)
189 if (fUdisData->mnemonic != UD_Icall && fUdisData->mnemonic != UD_Ijmp)
/haiku-fatelf/src/apps/debugger/arch/x86/disasm/
H A DDisassemblerX86.cpp156 if (fUdisData->mnemonic == UD_Icall)
158 else if (fUdisData->mnemonic == UD_Ijmp)
178 if (fUdisData->mnemonic != UD_Icall && fUdisData->mnemonic != UD_Ijmp)
/haiku-fatelf/src/libs/udis86/
H A Ddecode.c26 /* Looks up mnemonic code in the mnemonic string table
27 * Returns NULL if the mnemonic code is invalid
201 if ( ud_itab_list[ ITAB__PFX_SSE66__0F ][ curr ].mnemonic != UD_Iinvalid ) {
206 if ( ud_itab_list[ ITAB__PFX_SSEF2__0F ][ curr ].mnemonic != UD_Iinvalid ) {
211 if ( ud_itab_list[ ITAB__PFX_SSEF3__0F ][ curr ].mnemonic != UD_Iinvalid ) {
228 /* if mnemonic constant is a standard instruction constant
232 if ( e->mnemonic < UD_Id3vil ) {
233 if ( e->mnemonic == UD_Iinvalid ) {
244 switch ( e->mnemonic )
[all...]
H A Dudis86.c25 u->mnemonic = UD_Iinvalid;
H A Dsyn-att.c158 switch (u->mnemonic) {
168 mkasm(u, "%s", ud_lookup_mnemonic(u->mnemonic));
180 mkasm(u, "%s", ud_lookup_mnemonic(u->mnemonic));
H A Dsyn-intel.c190 /* print the instruction mnemonic */
191 mkasm(u, "%s ", ud_lookup_mnemonic(u->mnemonic));
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Dcrx.h230 const char *mnemonic; member in struct:__anon4175
381 /* Is the current instruction mnemonic is MNEMONIC ? */
383 (strcmp(instruction->mnemonic,MNEMONIC) == 0)
H A Dm88k.h27 * instruction mnemonic. Each operand is specified by offset, width,
40 * 1.1 02/05/86 Updated instruction mnemonic table MD
439 char *mnemonic; member in struct:INSTRUCTAB
H A Dcgen.h805 /* ??? I can't currently think of any case where the mnemonic doesn't come
808 A value of 1 means "this is where the mnemonic appears". 1 isn't
993 /* ??? If mnemonics have operands, try to print full mnemonic. */
1000 where the full mnemonic is addeq, addne, etc., and the condition is
1002 const char *mnemonic;
1003 #define CGEN_INSN_MNEMONIC(insn) ((insn)->base->mnemonic)
1169 /* The assembler insn table is hashed based on some function of the mnemonic
1171 examples like the first letter or a function of the entire mnemonic). */
988 const char *mnemonic; member in struct:__anon4167
/haiku-fatelf/headers/libs/udis86/libudis86/
H A Dtypes.h153 enum ud_mnemonic_code mnemonic; member in struct:ud
H A Ddecode.h260 enum ud_mnemonic_code mnemonic; member in struct:ud_itab_entry

Completed in 190 milliseconds