Searched refs:BytesPerReg (Results 1 – 1 of 1) sorted by relevance
128 unsigned BytesPerReg = TRI.getRegSizeInBits(*RC) / 8; in PrintAsmOperand() local129 assert(BytesPerReg <= 2 && "Only 8 and 16 bit regs are supported."); in PrintAsmOperand()131 unsigned RegIdx = ByteNumber / BytesPerReg; in PrintAsmOperand()136 if (BytesPerReg == 2) { in PrintAsmOperand()138 ByteNumber % BytesPerReg ? AVR::sub_hi : AVR::sub_lo); in PrintAsmOperand()