Lines Matching refs:TmpInst
116 MCInst TmpInst; in expandFunctionCall() local
139 TmpInst = MCInstBuilder(RISCV::AUIPC) in expandFunctionCall()
142 Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandFunctionCall()
148 TmpInst = MCInstBuilder(RISCV::JALR).addReg(RISCV::X0).addReg(Ra).addImm(0); in expandFunctionCall()
151 TmpInst = MCInstBuilder(RISCV::JALR).addReg(Ra).addReg(Ra).addImm(0); in expandFunctionCall()
152 Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandFunctionCall()
186 MCInst TmpInst = MCInstBuilder(RISCV::ADD) in expandAddTPRel() local
190 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandAddTPRel()
197 MCInst TmpInst; in expandVMSGE() local
219 TmpInst = MCInstBuilder(Opcode) in expandVMSGE()
224 Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandVMSGE()
227 TmpInst = MCInstBuilder(RISCV::VMNAND_MM) in expandVMSGE()
231 Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandVMSGE()
240 TmpInst = MCInstBuilder(Opcode) in expandVMSGE()
245 Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandVMSGE()
248 TmpInst = MCInstBuilder(RISCV::VMXOR_MM) in expandVMSGE()
252 Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandVMSGE()
263 TmpInst = MCInstBuilder(Opcode) in expandVMSGE()
268 Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandVMSGE()
271 TmpInst = MCInstBuilder(RISCV::VMANDNOT_MM) in expandVMSGE()
275 Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandVMSGE()