Lines Matching refs:STI

46                     const MCSubtargetInfo &STI) const {
50 return getMachineOpValue(MI, MO, Fixups, STI);
156 const MCSubtargetInfo &STI) const {
158 if (MO.isReg() || MO.isImm()) return getMachineOpValue(MI, MO, Fixups, STI);
169 const MCSubtargetInfo &STI) const {
171 if (MO.isReg() || MO.isImm()) return getMachineOpValue(MI, MO, Fixups, STI);
182 const MCSubtargetInfo &STI) const {
184 if (MO.isReg() || MO.isImm()) return getMachineOpValue(MI, MO, Fixups, STI);
195 const MCSubtargetInfo &STI) const {
197 unsigned RegBits = getMachineOpValue(MI, MI.getOperand(OpNo), Fixups, STI)
204 const MCSubtargetInfo &STI) const {
206 if (MO.isReg() || MO.isImm()) return getMachineOpValue(MI, MO, Fixups, STI);
216 const MCSubtargetInfo &STI,
221 return getMachineOpValue(MI, MO, Fixups, STI);
231 const MCSubtargetInfo &STI) const {
232 return getImm34Encoding(MI, OpNo, Fixups, STI,
239 const MCSubtargetInfo &STI) const {
240 return getImm34Encoding(MI, OpNo, Fixups, STI,
246 const MCSubtargetInfo &STI) const {
249 return getMachineOpValue(MI, MO, Fixups, STI) & 0xFFFF;
260 const MCSubtargetInfo &STI) const {
263 return ((getMachineOpValue(MI, MO, Fixups, STI) >> 2) & 0x3FFF);
274 const MCSubtargetInfo &STI) const {
279 return ((getMachineOpValue(MI, MO, Fixups, STI) >> 4) & 0xFFF);
291 const MCSubtargetInfo &STI) const {
306 const MCSubtargetInfo &STI) const {
319 return (getMachineOpValue(MI, MO, Fixups, STI)) & 0x3FFFFFFFFUL;
389 const MCSubtargetInfo &STI) const {
392 return (getMachineOpValue(MI, MO, Fixups, STI)) & 0x3FFFFFFFFUL;
398 const MCSubtargetInfo &STI) const {
402 return getMachineOpValue(MI, MO, Fixups, STI) >> 3;
408 const MCSubtargetInfo &STI) const {
412 return getMachineOpValue(MI, MO, Fixups, STI) >> 2;
418 const MCSubtargetInfo &STI) const {
422 return getMachineOpValue(MI, MO, Fixups, STI) >> 1;
427 const MCSubtargetInfo &STI) const {
429 if (MO.isReg()) return getMachineOpValue(MI, MO, Fixups, STI);
440 const Triple &TT = STI.getTargetTriple();
447 const MCSubtargetInfo &STI) const {
454 return getDirectBrEncoding(MI, OpNo, Fixups, STI);
460 const MCSubtargetInfo &STI) const {
485 const MCSubtargetInfo &STI) const {
506 const MCSubtargetInfo &STI) const {
507 uint64_t Bits = getBinaryCodeForInstr(MI, Fixups, STI);