Home
last modified time | relevance | path

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

/qemu/target/hexagon/idef-parser/
H A Didef-parser.h138 unsigned second_bit_width; /**< Bit width of 2nd operand of fMPY */ member
H A Dparser-helpers.c1883 *op2 = gen_cast_op(c, locp, op2, mpy->second_bit_width * 2, in gen_rvalue_mpy()
1888 if (mpy->first_bit_width == 16 && mpy->second_bit_width == 16) { in gen_rvalue_mpy()