Searched hist:"40 f3e79a862554553811d0681c05e00a4705e91c" (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/util/ |
H A D | host-utils.c | diff 40f3e79a862554553811d0681c05e00a4705e91c Mon Oct 25 14:11:38 CDT 2021 Luis Pires <luis.pires@eldorado.org.br> host-utils: add 128-bit quotient support to divu128/divs128
These will be used to implement new decimal floating point instructions from Power ISA 3.1.
The remainder is now returned directly by divu128/divs128, freeing up phigh to receive the high 64 bits of the quotient.
Signed-off-by: Luis Pires <luis.pires@eldorado.org.br> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20211025191154.350831-4-luis.pires@eldorado.org.br> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/include/hw/ |
H A D | clock.h | diff 40f3e79a862554553811d0681c05e00a4705e91c Mon Oct 25 14:11:38 CDT 2021 Luis Pires <luis.pires@eldorado.org.br> host-utils: add 128-bit quotient support to divu128/divs128
These will be used to implement new decimal floating point instructions from Power ISA 3.1.
The remainder is now returned directly by divu128/divs128, freeing up phigh to receive the high 64 bits of the quotient.
Signed-off-by: Luis Pires <luis.pires@eldorado.org.br> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20211025191154.350831-4-luis.pires@eldorado.org.br> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/include/qemu/ |
H A D | host-utils.h | diff 40f3e79a862554553811d0681c05e00a4705e91c Mon Oct 25 14:11:38 CDT 2021 Luis Pires <luis.pires@eldorado.org.br> host-utils: add 128-bit quotient support to divu128/divs128
These will be used to implement new decimal floating point instructions from Power ISA 3.1.
The remainder is now returned directly by divu128/divs128, freeing up phigh to receive the high 64 bits of the quotient.
Signed-off-by: Luis Pires <luis.pires@eldorado.org.br> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20211025191154.350831-4-luis.pires@eldorado.org.br> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | diff 40f3e79a862554553811d0681c05e00a4705e91c Mon Oct 25 14:11:38 CDT 2021 Luis Pires <luis.pires@eldorado.org.br> host-utils: add 128-bit quotient support to divu128/divs128
These will be used to implement new decimal floating point instructions from Power ISA 3.1.
The remainder is now returned directly by divu128/divs128, freeing up phigh to receive the high 64 bits of the quotient.
Signed-off-by: Luis Pires <luis.pires@eldorado.org.br> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20211025191154.350831-4-luis.pires@eldorado.org.br> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|