Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtranslate.c1796 #define GEN_INT_ARITH_DIVW(name, opc3, sign, compute_ov) \ macro
1804 GEN_INT_ARITH_DIVW(divwu, 0x0E, 0, 0);
1805 GEN_INT_ARITH_DIVW(divwuo, 0x1E, 0, 1);
1807 GEN_INT_ARITH_DIVW(divw, 0x0F, 1, 0);
1808 GEN_INT_ARITH_DIVW(divwo, 0x1F, 1, 1);
6731 #undef GEN_INT_ARITH_DIVW
6732 #define GEN_INT_ARITH_DIVW(name, opc3, sign, compute_ov) \ macro
6734 GEN_INT_ARITH_DIVW(divwu, 0x0E, 0, 0),
6735 GEN_INT_ARITH_DIVW(divwuo, 0x1E, 0, 1),
6736 GEN_INT_ARITH_DIVW(divw, 0x0F, 1, 0),
[all …]