Searched refs:mnemonic (Results 1 – 8 of 8) sorted by relevance
/arch/s390/include/uapi/asm/ |
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/lib/ |
D | test_emulate_step.c | 85 static void __init show_result(char *mnemonic, char *result) in show_result() argument 87 pr_info("%-14s : %s\n", mnemonic, result); in show_result() 90 static void __init show_result_with_descr(char *mnemonic, char *descr, in show_result_with_descr() argument 93 pr_info("%-14s : %-50s %s\n", mnemonic, descr, result); in show_result_with_descr() 459 char *mnemonic; member 470 .mnemonic = "nop", 482 .mnemonic = "add", 567 .mnemonic = "add.", 654 .mnemonic = "addc", 747 .mnemonic = "addc.", [all …]
|
/arch/powerpc/xmon/ |
D | spu.h | 76 char *mnemonic; member
|
D | spu-dis.c | 101 printf("%s", index->mnemonic); in print_insn_spu()
|
/arch/arm/crypto/ |
D | sha256-armv4.pl | 695 my ($mnemonic,$arg)=@_; 698 my $word = $opcode{$mnemonic}|(($1&7)<<13)|(($1&8)<<19) 707 $mnemonic,$arg;
|
/arch/arm64/crypto/ |
D | sha512-armv8.pl | 753 my ($mnemonic,$arg)=@_; 758 $opcode{$mnemonic}|$1|($2<<5)|($3<<16), 759 $mnemonic,$arg;
|
/arch/x86/lib/ |
D | x86-opcode-map.txt | 11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...] 21 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
|
/arch/sparc/ |
D | Kconfig | 270 Loading this driver allows exact mnemonic strings to be
|