Lines Matching refs:TmpInst
123 MCInst TmpInst; in expandFunctionCall() local
150 TmpInst = MCInstBuilder(RISCV::AUIPC).addReg(Ra).addExpr(CallExpr); in expandFunctionCall()
151 Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandFunctionCall()
157 TmpInst = MCInstBuilder(RISCV::JALR).addReg(RISCV::X0).addReg(Ra).addImm(0); in expandFunctionCall()
160 TmpInst = MCInstBuilder(RISCV::JALR).addReg(Ra).addReg(Ra).addImm(0); in expandFunctionCall()
161 Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandFunctionCall()
216 MCInst TmpInst = MCInstBuilder(RISCV::ADD) in expandAddTPRel() local
220 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandAddTPRel()
273 MCInst TmpInst = MCInstBuilder(InvOpc).addReg(SrcReg1).addImm(6); in expandLongCondBr() local
274 uint16_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandLongCondBr()
279 MCInst TmpInst = in expandLongCondBr() local
281 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandLongCondBr()
290 MCInst TmpInst = in expandLongCondBr() local
292 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandLongCondBr()