Home
last modified time | relevance | path

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

/qemu/target/hexagon/idef-parser/
H A Didef-parser.h118 unsigned storage_bit_width; /**< Actual bit width of the extract operator */ member
H A Dparser-helpers.c1299 if (extract->storage_bit_width > bit_width) { in gen_extract_op()
1300 HexValue tmp = gen_tmp(c, locp, extract->storage_bit_width, in gen_extract_op()