Lines Matching refs:OffBits
750 unsigned OffBits = getMachineOpValue(MI, MI.getOperand(OpNo+1), Fixups, STI);
753 OffBits >>= ShiftAmount;
755 return (OffBits & 0xFFFF) | RegBits;
766 unsigned OffBits = getMachineOpValue(MI, MI.getOperand(OpNo+1),
769 return (OffBits & 0xF) | RegBits;
780 unsigned OffBits = getMachineOpValue(MI, MI.getOperand(OpNo+1),
783 return (OffBits & 0xF) | RegBits;
794 unsigned OffBits = getMachineOpValue(MI, MI.getOperand(OpNo+1),
797 return (OffBits & 0xF) | RegBits;
809 unsigned OffBits = getMachineOpValue(MI, MI.getOperand(OpNo+1),
812 return OffBits & 0x1F;
824 unsigned OffBits = getMachineOpValue(MI, MI.getOperand(OpNo+1),
827 return OffBits & 0x7F;
838 unsigned OffBits =
841 return (OffBits & 0x1FF) | RegBits;
852 unsigned OffBits = getMachineOpValue(MI, MI.getOperand(OpNo+1), Fixups, STI);
854 return (OffBits & 0x07FF) | RegBits;
876 unsigned OffBits = getMachineOpValue(MI, MI.getOperand(OpNo+1), Fixups, STI);
878 return (OffBits & 0x0FFF) | RegBits;
889 unsigned OffBits = getMachineOpValue(MI, MI.getOperand(OpNo+1), Fixups, STI);
891 return (OffBits & 0xFFFF) | RegBits;
915 unsigned OffBits = getMachineOpValue(MI, MI.getOperand(OpNo+1), Fixups, STI);
917 return ((OffBits >> 2) & 0x0F);