Home
last modified time | relevance | path

Searched refs:dec_mul (Results 1 – 15 of 15) sorted by relevance

/dports/games/angband/Angband-4.2.2/src/
H A Dmon-lore.c647 byte dec_mul = multiplier % 10; in lore_multiplier_speed() local
650 strnfmt(buf, sizeof(buf), "%d.%dx", int_mul, dec_mul); in lore_multiplier_speed()
657 dec_mul = multiplier % 100; in lore_multiplier_speed()
658 if (!dec_mul) { in lore_multiplier_speed()
660 } else if (!(dec_mul % 10)) { in lore_multiplier_speed()
661 strnfmt(buf, sizeof(buf), "%d.%dx", int_mul, dec_mul / 10); in lore_multiplier_speed()
663 strnfmt(buf, sizeof(buf), "%d.%02dx", int_mul, dec_mul); in lore_multiplier_speed()
H A Dui-player.c665 int dec_mul = multiplier % 10; in show_speed() local
667 strnfmt(buffer, sizeof(buffer), "%d.%dx (%d)", int_mul, dec_mul, tmp - 110); in show_speed()
669 strnfmt(buffer, sizeof(buffer), "%d (%d.%dx)", tmp - 110, int_mul, dec_mul); in show_speed()
H A Dui-display.c491 int dec_mul = multiplier % 10; in prt_speed_aux() local
492 strnfmt(buf, max, "%s (%d.%dx)", type, int_mul, dec_mul); in prt_speed_aux()
/dports/emulators/qemu-utils/qemu-4.2.1/target/lm32/
H A Dtranslate.c544 static void dec_mul(DisasContext *dc) in dec_mul() function
1005 dec_sru, dec_nor, dec_mul, dec_sh, dec_lb, dec_sr, dec_xor, dec_lh,
1010 dec_sru, dec_nor, dec_mul, dec_divu, dec_rcsr, dec_sr, dec_xor, dec_ill,
/dports/emulators/qemu5/qemu-5.2.0/target/lm32/
H A Dtranslate.c544 static void dec_mul(DisasContext *dc) in dec_mul() function
1005 dec_sru, dec_nor, dec_mul, dec_sh, dec_lb, dec_sr, dec_xor, dec_lh,
1010 dec_sru, dec_nor, dec_mul, dec_divu, dec_rcsr, dec_sr, dec_xor, dec_ill,
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/lm32/
H A Dtranslate.c544 static void dec_mul(DisasContext *dc) in dec_mul() function
1005 dec_sru, dec_nor, dec_mul, dec_sh, dec_lb, dec_sr, dec_xor, dec_lh,
1010 dec_sru, dec_nor, dec_mul, dec_divu, dec_rcsr, dec_sr, dec_xor, dec_ill,
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/lm32/
H A Dtranslate.c543 static void dec_mul(DisasContext *dc) in dec_mul() function
1010 dec_sru, dec_nor, dec_mul, dec_sh, dec_lb, dec_sr, dec_xor, dec_lh,
1015 dec_sru, dec_nor, dec_mul, dec_divu, dec_rcsr, dec_sr, dec_xor, dec_ill,
/dports/emulators/qemu42/qemu-4.2.1/target/lm32/
H A Dtranslate.c544 static void dec_mul(DisasContext *dc) in dec_mul() function
1005 dec_sru, dec_nor, dec_mul, dec_sh, dec_lb, dec_sr, dec_xor, dec_lh,
1010 dec_sru, dec_nor, dec_mul, dec_divu, dec_rcsr, dec_sr, dec_xor, dec_ill,
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/lm32/
H A Dtranslate.c544 static void dec_mul(DisasContext *dc) in dec_mul() function
1005 dec_sru, dec_nor, dec_mul, dec_sh, dec_lb, dec_sr, dec_xor, dec_lh,
1010 dec_sru, dec_nor, dec_mul, dec_divu, dec_rcsr, dec_sr, dec_xor, dec_ill,
/dports/emulators/qemu60/qemu-6.0.0/target/lm32/
H A Dtranslate.c544 static void dec_mul(DisasContext *dc) in dec_mul() function
1005 dec_sru, dec_nor, dec_mul, dec_sh, dec_lb, dec_sr, dec_xor, dec_lh,
1010 dec_sru, dec_nor, dec_mul, dec_divu, dec_rcsr, dec_sr, dec_xor, dec_ill,
/dports/emulators/qemu-utils/qemu-4.2.1/target/microblaze/
H A Dtranslate.c611 static void dec_mul(DisasContext *dc) in dec_mul() function
1561 {DEC_MUL, dec_mul},
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/microblaze/
H A Dtranslate.c611 static void dec_mul(DisasContext *dc) in dec_mul() function
1561 {DEC_MUL, dec_mul},
/dports/emulators/qemu42/qemu-4.2.1/target/microblaze/
H A Dtranslate.c611 static void dec_mul(DisasContext *dc) in dec_mul() function
1561 {DEC_MUL, dec_mul},
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/microblaze/
H A Dtranslate.c611 static void dec_mul(DisasContext *dc) in dec_mul() function
1561 {DEC_MUL, dec_mul},
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/microblaze/
H A Dtranslate.c610 static void dec_mul(DisasContext *dc) in dec_mul() function
1564 {DEC_MUL, dec_mul},