Home | History | Annotate | Download | only in assembler

Lines Matching refs:imm3

190             unsigned imm3 : 3;
2186 return (imm.m_value.imm3 << 12) | (rd << 8) | imm.m_value.imm8;