Home
last modified time | relevance | path

Searched refs:opcode_data (Results 1 – 25 of 132) sorted by relevance

123456

/dports/audio/musescore/MuseScore-3.6.1/audio/midi/zerberus/
H A Dsfz.cpp385 QString opcode_data = splitData[0]; in readOp() local
387 int i = opcode_data.toInt(); in readOp()
426 lokey = readKey(opcode_data, c); in readOp()
433 if (opcode_data == "attack") in readOp()
437 else if (opcode_data == "first") in readOp()
445 if (opcode_data == "no_loop") in readOp()
490 if (opcode_data == "fast") in readOp()
524 lokey = readKey(opcode_data, c); in readOp()
526 hikey = readKey(opcode_data, c); in readOp()
550 readFloat(opcode_data, delay); in readOp()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp183 llvm::SmallVector<uint8_t, 4> opcode_data; in GetFastUnwindPlan() local
191 opcode_data.data(), 4, error) == 4) { in GetFastUnwindPlan()
195 if (memcmp(opcode_data.data(), i386_push_mov, sizeof(i386_push_mov)) == in GetFastUnwindPlan()
197 memcmp(opcode_data.data(), x86_64_push_mov, in GetFastUnwindPlan()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp181 llvm::SmallVector<uint8_t, 4> opcode_data;
187 if (target.ReadMemory(func.GetBaseAddress(), opcode_data.data(), 4,
192 if (memcmp(opcode_data.data(), i386_push_mov, sizeof(i386_push_mov)) ==
194 memcmp(opcode_data.data(), x86_64_push_mov,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp183 llvm::SmallVector<uint8_t, 4> opcode_data; in GetFastUnwindPlan() local
191 opcode_data.data(), 4, error) == 4) { in GetFastUnwindPlan()
195 if (memcmp(opcode_data.data(), i386_push_mov, sizeof(i386_push_mov)) == in GetFastUnwindPlan()
197 memcmp(opcode_data.data(), x86_64_push_mov, in GetFastUnwindPlan()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp183 llvm::SmallVector<uint8_t, 4> opcode_data; in GetFastUnwindPlan() local
191 opcode_data.data(), 4, error) == 4) { in GetFastUnwindPlan()
195 if (memcmp(opcode_data.data(), i386_push_mov, sizeof(i386_push_mov)) == in GetFastUnwindPlan()
197 memcmp(opcode_data.data(), x86_64_push_mov, in GetFastUnwindPlan()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp181 llvm::SmallVector<uint8_t, 4> opcode_data; in GetFastUnwindPlan() local
187 if (target.ReadMemory(func.GetBaseAddress(), opcode_data.data(), 4, in GetFastUnwindPlan()
192 if (memcmp(opcode_data.data(), i386_push_mov, sizeof(i386_push_mov)) == in GetFastUnwindPlan()
194 memcmp(opcode_data.data(), x86_64_push_mov, in GetFastUnwindPlan()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp181 llvm::SmallVector<uint8_t, 4> opcode_data; in GetFastUnwindPlan() local
187 if (target.ReadMemory(func.GetBaseAddress(), opcode_data.data(), 4, in GetFastUnwindPlan()
192 if (memcmp(opcode_data.data(), i386_push_mov, sizeof(i386_push_mov)) == in GetFastUnwindPlan()
194 memcmp(opcode_data.data(), x86_64_push_mov, in GetFastUnwindPlan()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp181 llvm::SmallVector<uint8_t, 4> opcode_data; in GetFastUnwindPlan() local
187 if (target.ReadMemory(func.GetBaseAddress(), opcode_data.data(), 4, in GetFastUnwindPlan()
192 if (memcmp(opcode_data.data(), i386_push_mov, sizeof(i386_push_mov)) == in GetFastUnwindPlan()
194 memcmp(opcode_data.data(), x86_64_push_mov, in GetFastUnwindPlan()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp183 llvm::SmallVector<uint8_t, 4> opcode_data; in GetFastUnwindPlan() local
191 opcode_data.data(), 4, error) == 4) { in GetFastUnwindPlan()
195 if (memcmp(opcode_data.data(), i386_push_mov, sizeof(i386_push_mov)) == in GetFastUnwindPlan()
197 memcmp(opcode_data.data(), x86_64_push_mov, in GetFastUnwindPlan()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp181 llvm::SmallVector<uint8_t, 4> opcode_data; in GetFastUnwindPlan() local
189 opcode_data.data(), 4, error) == 4) { in GetFastUnwindPlan()
193 if (memcmp(opcode_data.data(), i386_push_mov, sizeof(i386_push_mov)) == in GetFastUnwindPlan()
195 memcmp(opcode_data.data(), x86_64_push_mov, in GetFastUnwindPlan()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp181 llvm::SmallVector<uint8_t, 4> opcode_data; in GetFastUnwindPlan() local
187 if (target.ReadMemory(func.GetBaseAddress(), opcode_data.data(), 4, in GetFastUnwindPlan()
192 if (memcmp(opcode_data.data(), i386_push_mov, sizeof(i386_push_mov)) == in GetFastUnwindPlan()
194 memcmp(opcode_data.data(), x86_64_push_mov, in GetFastUnwindPlan()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp54 uint64_t GetMCInst(const uint8_t *opcode_data, size_t opcode_data_len,
106 const uint8_t *opcode_data = data.GetDataStart(); in DoesBranch() local
110 mc_disasm_ptr->GetMCInst(opcode_data, opcode_data_len, pc, inst); in DoesBranch()
139 const uint8_t *opcode_data = data.GetDataStart(); in HasDelaySlot() local
238 uint8_t *opcode_data = in Decode() local
249 m_opcode.SetOpcodeBytes(opcode_data, inst_size); in Decode()
309 const uint8_t *opcode_data = data.GetDataStart(); in CalculateMnemonicOperandsAndComment() local
313 mc_disasm_ptr->GetMCInst(opcode_data, opcode_data_len, pc, inst); in CalculateMnemonicOperandsAndComment()
879 const uint8_t *opcode_data = data.GetDataStart(); in IsCall() local
1016 const uint8_t *opcode_data, size_t opcode_data_len, lldb::addr_t pc, in GetMCInst() argument
[all …]
/dports/multimedia/tautulli/Tautulli-2.8.0/plexpy/
H A Dweb_socket.py47 opcode_data = (websocket.ABNF.OPCODE_TEXT, websocket.ABNF.OPCODE_BINARY) variable
254 elif frame.opcode in opcode_data:
269 if opcode not in opcode_data:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp172 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction() local
173 if (!opcode_data) in EvaluateInstruction()
191 success = (this->*opcode_data->callback)(opcode); in EvaluateInstruction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp172 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction() local
173 if (!opcode_data) in EvaluateInstruction()
191 success = (this->*opcode_data->callback)(opcode); in EvaluateInstruction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp172 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction() local
173 if (!opcode_data) in EvaluateInstruction()
191 success = (this->*opcode_data->callback)(opcode); in EvaluateInstruction()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp172 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction() local
173 if (!opcode_data) in EvaluateInstruction()
191 success = (this->*opcode_data->callback)(opcode); in EvaluateInstruction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp172 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction() local
173 if (!opcode_data) in EvaluateInstruction()
191 success = (this->*opcode_data->callback)(opcode); in EvaluateInstruction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp172 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction() local
173 if (!opcode_data) in EvaluateInstruction()
191 success = (this->*opcode_data->callback)(opcode); in EvaluateInstruction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp172 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction() local
173 if (!opcode_data) in EvaluateInstruction()
191 success = (this->*opcode_data->callback)(opcode); in EvaluateInstruction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp172 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction() local
173 if (!opcode_data) in EvaluateInstruction()
191 success = (this->*opcode_data->callback)(opcode); in EvaluateInstruction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp170 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction() local
171 if (!opcode_data) in EvaluateInstruction()
189 success = (this->*opcode_data->callback)(opcode); in EvaluateInstruction()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp172 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction() local
173 if (!opcode_data) in EvaluateInstruction()
191 success = (this->*opcode_data->callback)(opcode); in EvaluateInstruction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp56 uint64_t GetMCInst(const uint8_t *opcode_data, size_t opcode_data_len,
182 uint8_t *opcode_data = in Decode() local
189 mc_disasm_ptr->GetMCInst(opcode_data, opcode_data_len, pc, inst); in Decode()
193 m_opcode.SetOpcodeBytes(opcode_data, inst_size); in Decode()
253 const uint8_t *opcode_data = data.GetDataStart(); in CalculateMnemonicOperandsAndComment() local
257 mc_disasm_ptr->GetMCInst(opcode_data, opcode_data_len, pc, inst); in CalculateMnemonicOperandsAndComment()
840 const uint8_t *opcode_data = data.GetDataStart(); in VisitInstruction() local
844 mc_disasm_ptr->GetMCInst(opcode_data, opcode_data_len, pc, inst); in VisitInstruction()
965 const uint8_t *opcode_data, size_t opcode_data_len, lldb::addr_t pc, in GetMCInst() argument
967 llvm::ArrayRef<uint8_t> data(opcode_data, opcode_data_len); in GetMCInst()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp56 uint64_t GetMCInst(const uint8_t *opcode_data, size_t opcode_data_len,
182 uint8_t *opcode_data = in Decode() local
189 mc_disasm_ptr->GetMCInst(opcode_data, opcode_data_len, pc, inst); in Decode()
193 m_opcode.SetOpcodeBytes(opcode_data, inst_size); in Decode()
253 const uint8_t *opcode_data = data.GetDataStart(); in CalculateMnemonicOperandsAndComment() local
257 mc_disasm_ptr->GetMCInst(opcode_data, opcode_data_len, pc, inst); in CalculateMnemonicOperandsAndComment()
840 const uint8_t *opcode_data = data.GetDataStart(); in VisitInstruction() local
844 mc_disasm_ptr->GetMCInst(opcode_data, opcode_data_len, pc, inst); in VisitInstruction()
964 const uint8_t *opcode_data, size_t opcode_data_len, lldb::addr_t pc, in GetMCInst() argument
966 llvm::ArrayRef<uint8_t> data(opcode_data, opcode_data_len); in GetMCInst()

123456