Home
last modified time | relevance | path

Searched refs:MappedInst (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp258 MCInst &MappedInst = static_cast <MCInst &>(Inst); in HexagonProcessInstruction() local
281 const MCOperand &Imm = MappedInst.getOperand(1); in HexagonProcessInstruction()
288 MCOperand &Reg = MappedInst.getOperand(0); in HexagonProcessInstruction()
293 MappedInst = TmpInst; in HexagonProcessInstruction()
302 MCOperand &Imm = MappedInst.getOperand(1); in HexagonProcessInstruction()
307 MCOperand &Reg = MappedInst.getOperand(0); in HexagonProcessInstruction()
312 MappedInst = TmpInst; in HexagonProcessInstruction()
321 MappedInst.setOpcode(Hexagon::C2_or); in HexagonProcessInstruction()
322 MappedInst.addOperand(Ps); in HexagonProcessInstruction()
334 MappedInst.setOpcode(Hexagon::M2_vrcmpys_acc_s1_h); in HexagonProcessInstruction()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp267 MCInst &MappedInst = static_cast <MCInst &>(Inst); in HexagonProcessInstruction() local
328 const MCOperand &Imm = MappedInst.getOperand(1); in HexagonProcessInstruction()
335 MCOperand &Reg = MappedInst.getOperand(0); in HexagonProcessInstruction()
340 MappedInst = TmpInst; in HexagonProcessInstruction()
346 MCOperand &Imm = MappedInst.getOperand(1); in HexagonProcessInstruction()
351 MCOperand &Reg = MappedInst.getOperand(0); in HexagonProcessInstruction()
356 MappedInst = TmpInst; in HexagonProcessInstruction()
365 MappedInst.setOpcode(Hexagon::C2_or); in HexagonProcessInstruction()
366 MappedInst.addOperand(Ps); in HexagonProcessInstruction()
378 MappedInst.setOpcode(Hexagon::M2_vrcmpys_acc_s1_h); in HexagonProcessInstruction()
[all …]
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp267 MCInst &MappedInst = static_cast <MCInst &>(Inst); in HexagonProcessInstruction() local
328 const MCOperand &Imm = MappedInst.getOperand(1); in HexagonProcessInstruction()
335 MCOperand &Reg = MappedInst.getOperand(0); in HexagonProcessInstruction()
340 MappedInst = TmpInst; in HexagonProcessInstruction()
346 MCOperand &Imm = MappedInst.getOperand(1); in HexagonProcessInstruction()
351 MCOperand &Reg = MappedInst.getOperand(0); in HexagonProcessInstruction()
356 MappedInst = TmpInst; in HexagonProcessInstruction()
365 MappedInst.setOpcode(Hexagon::C2_or); in HexagonProcessInstruction()
366 MappedInst.addOperand(Ps); in HexagonProcessInstruction()
378 MappedInst.setOpcode(Hexagon::M2_vrcmpys_acc_s1_h); in HexagonProcessInstruction()
[all …]