Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dcpu_bits.h24 #define PCALIGN_MASK (PCALIGN - 1) macro
H A Dcpu.c267 if (pc & PCALIGN_MASK) { in hexagon_get_tb_cpu_state()
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def336 IMM=(IMM & ~PCALIGN_MASK),
449 if (((A) & PCALIGN_MASK)) {