Home
last modified time | relevance | path

Searched refs:MIHigh (Results 1 – 17 of 17) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp388 MCInst *MIHigh = getContext().createMCInst(); in getSingleInstruction() local
399 DecodeHigh, *MIHigh, (Instruction >> 16) & 0x1fff, Address, this, STI); in getSingleInstruction()
402 adjustDuplex(*MIHigh, getContext()); in getSingleInstruction()
404 MCOperand OPHigh = MCOperand::createInst(MIHigh); in getSingleInstruction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp388 MCInst *MIHigh = new (getContext()) MCInst; in getSingleInstruction() local
399 DecodeHigh, *MIHigh, (Instruction >> 16) & 0x1fff, Address, this, STI); in getSingleInstruction()
402 adjustDuplex(*MIHigh, getContext()); in getSingleInstruction()
404 MCOperand OPHigh = MCOperand::createInst(MIHigh); in getSingleInstruction()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp385 MCInst *MIHigh = new (getContext()) MCInst; in getSingleInstruction() local
396 DecodeHigh, *MIHigh, (Instruction >> 16) & 0x1fff, Address, this, STI); in getSingleInstruction()
399 adjustDuplex(*MIHigh, getContext()); in getSingleInstruction()
401 MCOperand OPHigh = MCOperand::createInst(MIHigh); in getSingleInstruction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp388 MCInst *MIHigh = getContext().createMCInst(); in getSingleInstruction() local
399 DecodeHigh, *MIHigh, (Instruction >> 16) & 0x1fff, Address, this, STI); in getSingleInstruction()
402 adjustDuplex(*MIHigh, getContext()); in getSingleInstruction()
404 MCOperand OPHigh = MCOperand::createInst(MIHigh); in getSingleInstruction()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp388 MCInst *MIHigh = getContext().createMCInst(); in getSingleInstruction() local
399 DecodeHigh, *MIHigh, (Instruction >> 16) & 0x1fff, Address, this, STI); in getSingleInstruction()
402 adjustDuplex(*MIHigh, getContext()); in getSingleInstruction()
404 MCOperand OPHigh = MCOperand::createInst(MIHigh); in getSingleInstruction()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp388 MCInst *MIHigh = getContext().createMCInst(); in getSingleInstruction() local
399 DecodeHigh, *MIHigh, (Instruction >> 16) & 0x1fff, Address, this, STI); in getSingleInstruction()
402 adjustDuplex(*MIHigh, getContext()); in getSingleInstruction()
404 MCOperand OPHigh = MCOperand::createInst(MIHigh); in getSingleInstruction()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp388 MCInst *MIHigh = new (getContext()) MCInst; in getSingleInstruction() local
399 DecodeHigh, *MIHigh, (Instruction >> 16) & 0x1fff, Address, this, STI); in getSingleInstruction()
402 adjustDuplex(*MIHigh, getContext()); in getSingleInstruction()
404 MCOperand OPHigh = MCOperand::createInst(MIHigh); in getSingleInstruction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp385 MCInst *MIHigh = new (getContext()) MCInst; in getSingleInstruction() local
396 DecodeHigh, *MIHigh, (Instruction >> 16) & 0x1fff, Address, this, STI); in getSingleInstruction()
399 adjustDuplex(*MIHigh, getContext()); in getSingleInstruction()
401 MCOperand OPHigh = MCOperand::createInst(MIHigh); in getSingleInstruction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp388 MCInst *MIHigh = getContext().createMCInst(); in getSingleInstruction() local
399 DecodeHigh, *MIHigh, (Instruction >> 16) & 0x1fff, Address, this, STI); in getSingleInstruction()
402 adjustDuplex(*MIHigh, getContext()); in getSingleInstruction()
404 MCOperand OPHigh = MCOperand::createInst(MIHigh); in getSingleInstruction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp388 MCInst *MIHigh = getContext().createMCInst(); in getSingleInstruction() local
399 DecodeHigh, *MIHigh, (Instruction >> 16) & 0x1fff, Address, this, STI); in getSingleInstruction()
402 adjustDuplex(*MIHigh, getContext()); in getSingleInstruction()
404 MCOperand OPHigh = MCOperand::createInst(MIHigh); in getSingleInstruction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp388 MCInst *MIHigh = getContext().createMCInst(); in getSingleInstruction() local
399 DecodeHigh, *MIHigh, (Instruction >> 16) & 0x1fff, Address, this, STI); in getSingleInstruction()
402 adjustDuplex(*MIHigh, getContext()); in getSingleInstruction()
404 MCOperand OPHigh = MCOperand::createInst(MIHigh); in getSingleInstruction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp385 MCInst *MIHigh = new (getContext()) MCInst; in getSingleInstruction() local
396 DecodeHigh, *MIHigh, (Instruction >> 16) & 0x1fff, Address, this, STI); in getSingleInstruction()
399 adjustDuplex(*MIHigh, getContext()); in getSingleInstruction()
401 MCOperand OPHigh = MCOperand::createInst(MIHigh); in getSingleInstruction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp388 MCInst *MIHigh = getContext().createMCInst(); in getSingleInstruction() local
399 DecodeHigh, *MIHigh, (Instruction >> 16) & 0x1fff, Address, this, STI); in getSingleInstruction()
402 adjustDuplex(*MIHigh, getContext()); in getSingleInstruction()
404 MCOperand OPHigh = MCOperand::createInst(MIHigh); in getSingleInstruction()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp386 MCInst *MIHigh = new (getContext()) MCInst; in getSingleInstruction() local
397 DecodeHigh, *MIHigh, (Instruction >> 16) & 0x1fff, Address, this, STI); in getSingleInstruction()
400 adjustDuplex(*MIHigh, getContext()); in getSingleInstruction()
402 MCOperand OPHigh = MCOperand::createInst(MIHigh); in getSingleInstruction()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp386 MCInst *MIHigh = new (getContext()) MCInst; in getSingleInstruction() local
397 DecodeHigh, *MIHigh, (Instruction >> 16) & 0x1fff, Address, this, STI); in getSingleInstruction()
400 adjustDuplex(*MIHigh, getContext()); in getSingleInstruction()
402 MCOperand OPHigh = MCOperand::createInst(MIHigh); in getSingleInstruction()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp388 MCInst *MIHigh = getContext().createMCInst(); in getSingleInstruction() local
399 DecodeHigh, *MIHigh, (Instruction >> 16) & 0x1fff, Address, this, STI); in getSingleInstruction()
402 adjustDuplex(*MIHigh, getContext()); in getSingleInstruction()
404 MCOperand OPHigh = MCOperand::createInst(MIHigh); in getSingleInstruction()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp438 MCInst *MIHigh = new (getContext()) MCInst; in getSingleInstruction() local
449 DecodeHigh, *MIHigh, (Instruction >> 16) & 0x1fff, Address, this, STI); in getSingleInstruction()
452 adjustDuplex(*MIHigh, getContext()); in getSingleInstruction()
454 MCOperand OPHigh = MCOperand::createInst(MIHigh); in getSingleInstruction()