Home
last modified time | relevance | path

Searched refs:mulu (Results 1 – 5 of 5) sorted by relevance

/qemu/tests/tcg/cris/bare/
H A Dcheck_mulx.s19 mulu.d r4,r3
37 mulu.d r4,r3
53 mulu.d r4,r3
69 mulu.d r4,r3
85 mulu.d r4,r3
101 mulu.w r4,r3
118 mulu.w r4,r3
134 mulu.w r4,r3
151 mulu.w r4,r3
168 mulu.b r4,r3
[all …]
H A Dcheck_mulv32.s27 mulu.d r4,r3
45 mulu.d r4,r3
/qemu/tests/tcg/mips/include/
H A Dwrappers_mips64r6.h75 DO_MIPS64R6__RD__RS_RT(MULU, mulu)
/qemu/target/openrisc/
H A Ddisas.c78 INSN(mulu, "r%d, r%d, r%d", a->d, a->a, a->b)
/qemu/target/mips/tcg/
H A Dmxu_translate.c954 static void gen_mxu_s32mul(DisasContext *ctx, bool mulu) in gen_mxu_s32mul() argument
974 if (mulu) { in gen_mxu_s32mul()