Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.h137 unsigned first_bit_width; /**< Bit width of 1st operand of fMPY */ member
H A Dparser-helpers.c1879 *op1 = gen_cast_op(c, locp, op1, mpy->first_bit_width * 2, in gen_rvalue_mpy()
1882 if (mpy->first_bit_width == 32) { in gen_rvalue_mpy()
1890 if (mpy->first_bit_width == 16 && mpy->second_bit_width == 16) { in gen_rvalue_mpy()