/openbmc/qemu/target/loongarch/ |
H A D | disas.c | 160 static void output_r_i(DisasContext *ctx, arg_r_i *a, const char *mnemonic) in output_r_i() argument 162 output(ctx, mnemonic, "r%d, %d", a->rd, a->imm); in output_r_i() 165 static void output_rrr(DisasContext *ctx, arg_rrr *a, const char *mnemonic) in output_rrr() argument 167 output(ctx, mnemonic, "r%d, r%d, r%d", a->rd, a->rj, a->rk); in output_rrr() 170 static void output_rr_i(DisasContext *ctx, arg_rr_i *a, const char *mnemonic) in output_rr_i() argument 172 output(ctx, mnemonic, "r%d, r%d, %d", a->rd, a->rj, a->imm); in output_rr_i() 176 const char *mnemonic) in output_rrr_sa() argument 178 output(ctx, mnemonic, "r%d, r%d, r%d, %d", a->rd, a->rj, a->rk, a->sa); in output_rrr_sa() 181 static void output_rr(DisasContext *ctx, arg_rr *a, const char *mnemonic) in output_rr() argument 183 output(ctx, mnemonic, "r%d, r%d", a->rd, a->rj); in output_rr() [all …]
|
/openbmc/qemu/tests/tcg/mips/include/ |
H A D | wrappers_mips64r6.h | 27 #define DO_MIPS64R6__RD__RS(suffix, mnemonic) \ argument 33 #mnemonic " $t0, $t1\n\t" \ 50 #define DO_MIPS64R6__RD__RS_RT(suffix, mnemonic) \ argument 58 #mnemonic " $t0, $t1, $t2\n\t" \
|
H A D | wrappers_msa.h | 74 #define DO_MSA__WD__WS(suffix, mnemonic) \ argument 81 #mnemonic " $w10, $w11\n\t" \ 90 #define DO_MSA__WD__WD(suffix, mnemonic) \ argument 97 #mnemonic " $w10, $w10\n\t" \ 107 #define DO_MSA__WD__WS_WT(suffix, mnemonic) \ argument 117 #mnemonic " $w10, $w11, $w12\n\t" \ 126 #define DO_MSA__WD__WD_WT(suffix, mnemonic) \ argument 136 #mnemonic " $w10, $w10, $w12\n\t" \ 145 #define DO_MSA__WD__WS_WD(suffix, mnemonic) \ argument 155 #mnemonic " $w10, $w11, $w10\n\t" \
|
/openbmc/linux/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 }
|
/openbmc/linux/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 }
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | test_emulate_step.c | 78 static void __init show_result(char *mnemonic, char *result) in show_result() argument 80 pr_info("%-14s : %s\n", mnemonic, result); in show_result() 83 static void __init show_result_with_descr(char *mnemonic, char *descr, in show_result_with_descr() argument 86 pr_info("%-14s : %-50s %s\n", mnemonic, descr, result); in show_result_with_descr() 901 char *mnemonic; member 918 .mnemonic = "nop", 930 .mnemonic = "setb", 957 .mnemonic = "add", 1042 .mnemonic = "add.", 1129 .mnemonic = "addc", [all …]
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | ppc-xlate.pl | 217 my $mnemonic = $2; 219 my $opcode = eval("\$$mnemonic"); 222 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
|
/openbmc/linux/drivers/crypto/vmx/ |
H A D | ppc-xlate.pl | 219 my $mnemonic = $2; 221 my $opcode = eval("\$$mnemonic"); 224 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
|
/openbmc/linux/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() 646 if (strnlen(nr_route.mnemonic, 7) == 7) { in nr_rt_ioctl() 652 nr_route.mnemonic, in nr_rt_ioctl() 878 (nr_node->mnemonic[0] == '\0') ? "*" : nr_node->mnemonic, in nr_node_show()
|
/openbmc/qemu/target/avr/ |
H A D | disas.c | 65 #define output(mnemonic, format, ...) \ argument 67 mnemonic, ##__VA_ARGS__)) 103 #define INSN_MNEMONIC(opcode, mnemonic, format, ...) \ argument 106 output(mnemonic, format, ##__VA_ARGS__); \
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0007-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
|
/openbmc/qemu/disas/ |
H A D | capstone.c | 48 .mnemonic = ".byte", 167 print(stream, " %-8s %s\n", insn->mnemonic, insn->op_str); in cap_dump_insn() 334 cap_insn->mnemonic, cap_insn->op_str); in cap_disas_plugin()
|
/openbmc/linux/include/uapi/linux/ |
H A D | netrom.h | 30 char mnemonic[7]; member
|
/openbmc/linux/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_cm.c | 1437 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in cxgbit_send_tx_flowc_wr() 1440 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in cxgbit_send_tx_flowc_wr() 1442 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in cxgbit_send_tx_flowc_wr() 1444 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in cxgbit_send_tx_flowc_wr() 1446 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in cxgbit_send_tx_flowc_wr() 1448 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in cxgbit_send_tx_flowc_wr() 1450 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in cxgbit_send_tx_flowc_wr() 1452 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in cxgbit_send_tx_flowc_wr() 1455 flowc->mnemval[8].mnemonic = FW_FLOWC_MNEM_TXDATAPLEN_MAX; in cxgbit_send_tx_flowc_wr() 1464 flowc->mnemval[index].mnemonic = FW_FLOWC_MNEM_RCV_SCALE; in cxgbit_send_tx_flowc_wr() [all …]
|
/openbmc/linux/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;
|
/openbmc/linux/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()
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | sha512-armv8.pl | 753 my ($mnemonic,$arg)=@_; 758 $opcode{$mnemonic}|$1|($2<<5)|($3<<16), 759 $mnemonic,$arg;
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/ |
H A D | binutils-2.43.1.inc | 30 file://0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch \
|
/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 630 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_tx_flowc_wr() 632 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_tx_flowc_wr() 634 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_tx_flowc_wr() 636 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_tx_flowc_wr() 638 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_tx_flowc_wr() 640 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in send_tx_flowc_wr() 642 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in send_tx_flowc_wr() 644 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in send_tx_flowc_wr() 646 flowc->mnemval[8].mnemonic = 0; in send_tx_flowc_wr() 648 flowc->mnemval[8].mnemonic = FW_FLOWC_MNEM_TXDATAPLEN_MAX; in send_tx_flowc_wr() [all …]
|
/openbmc/linux/include/net/ |
H A D | netrom.h | 112 char mnemonic[7]; member
|
/openbmc/qemu/target/openrisc/ |
H A D | disas.c | 30 #define output(mnemonic, format, ...) \ argument 32 mnemonic, ##__VA_ARGS__))
|
/openbmc/qemu/target/ppc/translate/ |
H A D | misc-impl.c.inc | 31 * BookE uses the msync mnemonic. This means hwsync, except in the
|
/openbmc/linux/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()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/figlet/figlet/ |
H A D | 0001-build-add-autotools-support-to-allow-easy-cross-comp.patch | 184 + fonts/mnemonic.flf \
|