/openbmc/linux/arch/x86/math-emu/ |
H A D | mul_Xsig.S | 42 mull %ecx /* msl of b */ 46 mull %ecx /* msl of b */ 52 mull %ecx /* msl of b */ 83 mull 4(%ecx) /* msl of b */ 87 mull (%ecx) /* lsl of b */ 93 mull 4(%ecx) /* msl of b */ 99 mull (%ecx) /* lsl of b */ 105 mull 4(%ecx) /* msl of b */ 137 mull 8(%ecx) /* msl of b */ 141 mull 4(%ecx) /* midl of b */ [all …]
|
H A D | wm_sqrt.S | 115 mull %ecx 165 mull %esi 236 mull %edi 240 mull %esi 245 mull %esi 369 mull %edi 374 mull %esi 424 mull %edi 429 mull %esi
|
H A D | polynom_Xsig.S | 52 mull PARAM4 /* n */ 73 mull (%esi) /* x ls long */ 77 mull 4(%esi) /* x ms long */ 83 mull (%esi) /* x ls long */ 89 mull 4(%esi) /* x ms long */
|
H A D | reg_u_mul.S | 73 mull SIGL(%edi) 78 mull SIGH(%edi) 84 mull SIGL(%edi) 90 mull SIGH(%edi)
|
H A D | div_Xsig.S | 153 mull XsigH(%ebx) /* mul by the ms dw of the denom */ 159 mull XsigL(%ebx) /* now mul the ls dw of the denom */ 227 mull XsigH(%ebx) /* mul by the ms dw of the denom */ 237 mull XsigL(%ebx) /* now mul the ls dw of the denom */ 283 mull XsigLL(%ebx) /* del */
|
H A D | reg_u_div.S | 235 mull SIGH(%ebx) /* mul by the ms dw of the denom */ 241 mull SIGL(%ebx) /* now mul the ls dw of the denom */ 309 mull SIGH(%ebx) /* mul by the ms dw of the denom */ 319 mull SIGL(%ebx) /* now mul the ls dw of the denom */
|
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_mul32.S | 7 test mull 12 mull a5, a2, a4 14 mull a2, a2, a4 16 mull a3, a4, a3
|
/openbmc/linux/arch/xtensa/lib/ |
H A D | umulsidi3.S | 40 mull a6, a2, a3 81 mull dst, xreg ## xhalf, yreg ## yhalf
|
H A D | mulsi3.S | 38 mull a2, a2, a3
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 2748 DISAS_INSN(mull) in DISAS_INSN() argument 5859 INSN(mull, 4c00, ffc0, CF_ISA_A); in register_m68k_insns() 5860 INSN(mull, 4c00, ffc0, LONG_MULDIV); in register_m68k_insns()
|
/openbmc/qemu/target/xtensa/core-dc232b/ |
H A D | xtensa-modules.c.inc | 12071 { "mull", 313 /* xt_mul32 */, 12502 return 439; /* mull */
|
/openbmc/qemu/target/xtensa/core-lx106/ |
H A D | xtensa-modules.c.inc | 6262 { "mull", ICLASS_xt_mul32,
|
/openbmc/qemu/target/xtensa/core-sample_controller/ |
H A D | xtensa-modules.c.inc | 9267 { "mull", ICLASS_xt_mul32,
|
/openbmc/qemu/target/xtensa/core-dc233c/ |
H A D | xtensa-modules.c.inc | 12065 { "mull", ICLASS_xt_mul32,
|
/openbmc/qemu/target/xtensa/core-de212/ |
H A D | xtensa-modules.c.inc | 11434 { "mull", ICLASS_xt_mul32,
|
/openbmc/qemu/target/xtensa/core-de233_fpu/ |
H A D | xtensa-modules.c.inc | 16693 { "mull", ICLASS_xt_mul32,
|
/openbmc/qemu/target/xtensa/core-test_mmuhifi_c3/ |
H A D | xtensa-modules.c.inc | 27302 { "mull", ICLASS_xt_mul32,
|
/openbmc/qemu/target/xtensa/core-test_kc705_be/ |
H A D | xtensa-modules.c.inc | 33578 { "mull", ICLASS_xt_mul32,
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 1221 "MUL r/m32","MULL r/m32","mull r/m32","F7 /4","V","V","","operand32","r","Y","32"
|