Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:RegBits

671   unsigned RegBits = getMachineOpValue(MI, MI.getOperand(OpNo),Fixups, STI) << 16;
704 return (OffBits & 0xFFFF) | RegBits;
715 unsigned RegBits = getMachineOpValue(MI, MI.getOperand(OpNo),Fixups, STI) << 16;
718 return (OffBits & 0xFFFF) | RegBits;
727 unsigned RegBits = getMachineOpValue(MI, MI.getOperand(OpNo),
732 return (OffBits & 0xF) | RegBits;
741 unsigned RegBits = getMachineOpValue(MI, MI.getOperand(OpNo),
746 return (OffBits & 0xF) | RegBits;
755 unsigned RegBits = getMachineOpValue(MI, MI.getOperand(OpNo),
760 return (OffBits & 0xF) | RegBits;
799 unsigned RegBits = getMachineOpValue(MI, MI.getOperand(OpNo), Fixups,
803 return (OffBits & 0x1FF) | RegBits;
823 unsigned RegBits = getMachineOpValue(MI, MI.getOperand(OpNo), Fixups, STI) << 16;
826 return (OffBits & 0x0FFF) | RegBits;
835 unsigned RegBits = getMachineOpValue(MI, MI.getOperand(OpNo), Fixups,
839 return (OffBits & 0xFFFF) | RegBits;