Home
last modified time | relevance | path

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

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