Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dop_helper.c263 uint32_t K_const = extract32(M, 24, 4); in HELPER() local
269 if (K_const == 0 && length >= 4) { in HELPER()
277 int32_t mask = (1 << (K_const + 2)) - 1; in HELPER()