Lines Matching full:sti
54 const MCSubtargetInfo &STI) const override;
58 const MCSubtargetInfo &STI) const;
62 const MCSubtargetInfo &STI) const;
66 const MCSubtargetInfo &STI) const;
70 const MCSubtargetInfo &STI) const;
76 const MCSubtargetInfo &STI) const;
82 const MCSubtargetInfo &STI) const;
86 const MCSubtargetInfo &STI) const;
90 const MCSubtargetInfo &STI) const;
94 const MCSubtargetInfo &STI) const;
98 const MCSubtargetInfo &STI) const;
102 const MCSubtargetInfo &STI) const;
122 const MCSubtargetInfo &STI) const { in expandFunctionCall()
131 if (STI.hasFeature(RISCV::FeatureStdExtZicfilp)) in expandFunctionCall()
151 Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandFunctionCall()
161 Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandFunctionCall()
168 const MCSubtargetInfo &STI) const { in expandTLSDESCCall()
181 uint32_t Binary = getBinaryCodeForInstr(Call, Fixups, STI); in expandTLSDESCCall()
189 const MCSubtargetInfo &STI) const { in expandAddTPRel()
209 if (STI.hasFeature(RISCV::FeatureRelax)) { in expandAddTPRel()
220 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandAddTPRel()
248 const MCSubtargetInfo &STI) const { in expandLongCondBr()
257 if (IsEqTest && (STI.hasFeature(RISCV::FeatureStdExtC) || in expandLongCondBr()
258 STI.hasFeature(RISCV::FeatureStdExtZca))) { in expandLongCondBr()
274 uint16_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandLongCondBr()
281 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandLongCondBr()
292 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandLongCondBr()
308 const MCSubtargetInfo &STI) const { in encodeInstruction()
323 expandFunctionCall(MI, CB, Fixups, STI); in encodeInstruction()
327 expandAddTPRel(MI, CB, Fixups, STI); in encodeInstruction()
336 expandLongCondBr(MI, CB, Fixups, STI); in encodeInstruction()
340 expandTLSDESCCall(MI, CB, Fixups, STI); in encodeInstruction()
349 uint16_t Bits = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction()
354 uint32_t Bits = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction()
366 const MCSubtargetInfo &STI) const { in getMachineOpValue()
381 const MCSubtargetInfo &STI) const { in getImmOpValueAsr1()
390 return getImmOpValue(MI, OpNo, Fixups, STI); in getImmOpValueAsr1()
395 const MCSubtargetInfo &STI) const { in getImmOpValue()
396 bool EnableRelax = STI.hasFeature(RISCV::FeatureRelax); in getImmOpValue()
538 const MCSubtargetInfo &STI) const { in getVMaskReg()
554 const MCSubtargetInfo &STI) const { in getRlistOpValue()
564 const MCSubtargetInfo &STI) const { in getRegReg()