Searched refs:getExtendEncoding (Results 1 – 3 of 3) sorted by relevance
152 inline unsigned getExtendEncoding(AArch64_AM::ShiftExtendType ET) { in getExtendEncoding() function174 return (getExtendEncoding(ET) << 3) | (Imm & 0x7); in getArithExtendImm()203 return (getExtendEncoding(ET) << 1) | unsigned(DoShift); in getMemExtendImm()
151 inline unsigned getExtendEncoding(AArch64_AM::ShiftExtendType ET) { in getExtendEncoding() function173 return (getExtendEncoding(ET) << 3) | (Imm & 0x7); in getArithExtendImm()202 return (getExtendEncoding(ET) << 1) | unsigned(DoShift); in getMemExtendImm()