Searched refs:mnemonic (Results 1 – 5 of 5) sorted by relevance
| /arch/s390/include/uapi/asm/ |
| A D | sie.h | 88 #define exit_code_ipa0(ipa0, opcode, mnemonic) \ argument 89 { (ipa0 << 8 | opcode), #ipa0 " " mnemonic } 90 #define exit_code(opcode, mnemonic) \ argument 91 { opcode, mnemonic }
|
| /arch/powerpc/crypto/ |
| A D | ppc-xlate.pl | 217 my $mnemonic = $2; 219 my $opcode = eval("\$$mnemonic"); 222 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
|
| /arch/powerpc/lib/ |
| A D | test_emulate_step.c | 901 char *mnemonic; member 918 .mnemonic = "nop", 930 .mnemonic = "setb", 957 .mnemonic = "add", 1042 .mnemonic = "add.", 1129 .mnemonic = "addc", 1222 .mnemonic = "addc.", 1317 .mnemonic = "divde", 1347 .mnemonic = "divde.", 1377 .mnemonic = "divdeu", [all …]
|
| /arch/sparc/ |
| A D | Kconfig | 242 Loading this driver allows exact mnemonic strings to be
|
| /arch/x86/lib/ |
| A D | x86-opcode-map.txt | 11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...] 21 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
|
Completed in 12 milliseconds