Home
last modified time | relevance | path

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

/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c968 HexValue gen_cast_op(Context *c, in gen_cast_op() function
1439 HexValue src_casted = gen_cast_op(c, locp, src, 32, src->signedness); in gen_convround_n()
1440 HexValue pos_casted = gen_cast_op(c, locp, pos, 32, pos->signedness); in gen_convround_n()
1879 *op1 = gen_cast_op(c, locp, op1, mpy->first_bit_width * 2, in gen_rvalue_mpy()
1883 *op2 = gen_cast_op(c, locp, op2, 64, mpy->second_signedness); in gen_rvalue_mpy()
1885 *op2 = gen_cast_op(c, locp, op2, mpy->second_bit_width * 2, in gen_rvalue_mpy()
H A Dparser-helpers.h192 HexValue gen_cast_op(Context *c,
H A Didef-parser.y595 $$ = gen_cast_op(c, &@1, &$2, $1.bit_width, $1.signedness);