| /OK3568_Linux_fs/kernel/tools/arch/s390/include/uapi/asm/ |
| H 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 }
|
| /OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/ |
| H 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 }
|
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | test_emulate_step.c | 79 static void __init show_result(char *mnemonic, char *result) in show_result() argument 81 pr_info("%-14s : %s\n", mnemonic, result); in show_result() 84 static void __init show_result_with_descr(char *mnemonic, char *descr, in show_result_with_descr() argument 87 pr_info("%-14s : %-50s %s\n", mnemonic, descr, result); in show_result_with_descr() 634 char *mnemonic; member 651 .mnemonic = "nop", 663 .mnemonic = "add", 748 .mnemonic = "add.", 835 .mnemonic = "addc", 928 .mnemonic = "addc.", [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/vmx/ |
| H A D | ppc-xlate.pl | 217 my $mnemonic = $2; 219 my $opcode = eval("\$$mnemonic"); 222 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
|
| /OK3568_Linux_fs/kernel/net/netrom/ |
| H A D | nr_route.c | 97 static int __must_check nr_add_node(ax25_address *nr, const char *mnemonic, in nr_add_node() argument 192 strcpy(nr_node->mnemonic, mnemonic); in nr_add_node() 217 strcpy(nr_node->mnemonic, mnemonic); in nr_add_node() 648 if (strnlen(nr_route.mnemonic, 7) == 7) { in nr_rt_ioctl() 654 nr_route.mnemonic, in nr_rt_ioctl() 874 (nr_node->mnemonic[0] == '\0') ? "*" : nr_node->mnemonic, in nr_node_show()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0008-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch | 4 Subject: [PATCH] fix the incorrect assembling for ppc wait mnemonic 6 The wait mnemonic for ppc targets is incorrectly assembled into 0x7c00003c due
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | netrom.h | 30 char mnemonic[7]; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | netrom.h | 30 char mnemonic[7]; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | netrom.h | 30 char mnemonic[7]; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/netrom/ |
| H A D | netrom.h | 46 char mnemonic[7]; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/netrom/ |
| H A D | netrom.h | 46 char mnemonic[7]; member
|
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/cxgbit/ |
| H A D | cxgbit_cm.c | 1436 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in cxgbit_send_tx_flowc_wr() 1439 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in cxgbit_send_tx_flowc_wr() 1441 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in cxgbit_send_tx_flowc_wr() 1443 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in cxgbit_send_tx_flowc_wr() 1445 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in cxgbit_send_tx_flowc_wr() 1447 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in cxgbit_send_tx_flowc_wr() 1449 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in cxgbit_send_tx_flowc_wr() 1451 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in cxgbit_send_tx_flowc_wr() 1454 flowc->mnemval[8].mnemonic = FW_FLOWC_MNEM_TXDATAPLEN_MAX; in cxgbit_send_tx_flowc_wr() 1463 flowc->mnemval[index].mnemonic = FW_FLOWC_MNEM_RCV_SCALE; in cxgbit_send_tx_flowc_wr() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | sha256-armv4.pl | 695 my ($mnemonic,$arg)=@_; 698 my $word = $opcode{$mnemonic}|(($1&7)<<13)|(($1&8)<<19) 707 $mnemonic,$arg;
|
| /OK3568_Linux_fs/kernel/drivers/scsi/cxgbi/cxgb4i/ |
| H A D | cxgb4i.c | 629 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_tx_flowc_wr() 631 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_tx_flowc_wr() 633 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_tx_flowc_wr() 635 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_tx_flowc_wr() 637 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_tx_flowc_wr() 639 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in send_tx_flowc_wr() 641 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in send_tx_flowc_wr() 643 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in send_tx_flowc_wr() 645 flowc->mnemval[8].mnemonic = 0; in send_tx_flowc_wr() 647 flowc->mnemval[8].mnemonic = FW_FLOWC_MNEM_TXDATAPLEN_MAX; in send_tx_flowc_wr() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | sha512-armv8.pl | 753 my ($mnemonic,$arg)=@_; 758 $opcode{$mnemonic}|$1|($2<<5)|($3<<16), 759 $mnemonic,$arg;
|
| /OK3568_Linux_fs/kernel/arch/powerpc/xmon/ |
| H A D | spu.h | 76 char *mnemonic; member
|
| H A D | spu-dis.c | 101 printf("%s", index->mnemonic); in print_insn_spu()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0021-target-ppc-implement-xs-n-maddqp-o-xs-n-msubqp-o.patch | 43 + * op - instruction mnemonic 85 * op - instruction mnemonic
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/ |
| H A D | binutils-2.38.inc | 29 file://0008-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch \
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | netrom.h | 111 char mnemonic[7]; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | sgs_LT | 24 % Repertoiremap: mnemonic.ds
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | sgs_LT | 24 % Repertoiremap: mnemonic.ds
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/ |
| H A D | cm.c | 616 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_flowc() 619 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_flowc() 621 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_flowc() 623 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_flowc() 625 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_flowc() 627 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in send_flowc() 629 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in send_flowc() 631 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in send_flowc() 633 flowc->mnemval[8].mnemonic = FW_FLOWC_MNEM_RCV_SCALE; in send_flowc() 638 flowc->mnemval[9].mnemonic = FW_FLOWC_MNEM_SCHEDCLASS; in send_flowc()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/charmaps/ |
| HD | NATS-DANO-ADD.gz | ... /
4% version: 1.0
5% repertoiremap: mnemonic,ds
6% source: ECMA registry
7
8 ... |
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/charmaps/ |
| HD | NATS-DANO-ADD.gz | ... /
4% version: 1.0
5% repertoiremap: mnemonic,ds
6% source: ECMA registry
7
8 ... |