Home
last modified time | relevance | path

Searched refs:disassembled (Results 1 – 25 of 49) sorted by relevance

12

/external/capstone/packages/freebsd/ports/devel/capstone/
Dpkg-descr8 * Provide details on disassembled instruction (called "decomposer")
9 * Provide some semantics of the disassembled instruction, such as list of
/external/capstone/bindings/ocaml/
DREADME13 information out of disassembled instruction, such as address, mnemonic and
17 This code shows how to access to architecture-neutral information in disassembled
/external/capstone/tests/
DREADME5 information out of disassembled instruction, such as address, mnemonic and
9 This code shows how to access to architecture-neutral information in disassembled
/external/swiftshader/tests/VulkanUnitTests/
DComputeTests.cpp83 std::string disassembled; in compileSpirv() local
84 core.Disassemble(spirv, &disassembled, SPV_BINARY_TO_TEXT_OPTION_NO_HEADER); in compileSpirv()
85 if(disassembled != assembly) in compileSpirv()
98 auto disLines = splitLines(disassembled); in compileSpirv()
109 printf("\n\n---\nExpected:\n\n%s", disassembled.c_str()); in compileSpirv()
/external/capstone/
DREADME.md20 - Provide details on disassembled instruction (called “decomposer” by others).
22 - Provide semantics of the disassembled instruction, such as list of implicit
/external/capstone/bindings/python/
DBUILDING.txt58 information out of disassembled instruction, such as address, mnemonic and
71 This code shows how to access to architecture-neutral information in disassembled
DREADME.txt38 - Provide details on disassembled instruction (called “decomposer” by others).
40 - Provide semantics of the disassembled instruction, such as list of implicit
/external/llvm-project/llvm/test/MC/MachO/ARM/
Dllvm-objdump-macho.s19 # We are checking that second function is fully disassembled.
/external/llvm/test/MC/MachO/ARM/
Dllvm-objdump-macho.s19 # We are checking that second function is fully disassembled.
/external/capstone/bindings/java/
DREADME23 information out of disassembled instruction, such as address, mnemonic and
/external/llvm-project/llvm/test/MC/Disassembler/ARM/
Darmv8.2a-dotprod-a32.s22 # without dot product enabled, the instructions get disassembled to these
Dbfloat16-a32_1.txt7 # Without BFloat16 enabled, some of these get disassembled to coprocessor instructions.
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-profgen.rst51 Print disassembled code.
/external/llvm-project/llvm/test/tools/llvm-objdump/X86/
Dsection-filter-disasm.test3 ## By default, only executable sections are disassembled,
Dsection-filter-relocs.test4 ## Show that only the specified sections are disassembled.
/external/swiftshader/third_party/SPIRV-Tools/tools/emacs/
DCMakeLists.txt16 # Upon loading a file with the .spv extension, the file will be disassembled
/external/deqp-deps/SPIRV-Tools/tools/emacs/
DCMakeLists.txt16 # Upon loading a file with the .spv extension, the file will be disassembled
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/emacs/
DCMakeLists.txt16 # Upon loading a file with the .spv extension, the file will be disassembled
/external/vixl/doc/aarch64/topics/
Dextending-the-disassembler.md6 aliases for register names, or add an offset to disassembled addresses.
/external/llvm/docs/
DMarkedUpDisassembly.rst85 disassembled instructions with annotations, ``LLVMSetDisasmOptions()`` and the
/external/llvm-project/llvm/docs/
DMarkedUpDisassembly.rst85 disassembled instructions with annotations, ``LLVMSetDisasmOptions()`` and the
DCFIVerify.rst58 analyse the disassembled machine code. The tool will inspect virtual calls and
/external/mesa3d/docs/relnotes/
D18.2.7.rst78 - v3d: Fix a leak of the disassembled instruction string during debug
/external/python/cpython3/Doc/library/
Ddis.rst65 reported for the first source line in the disassembled code. Otherwise, the
66 source line information (if any) is taken directly from the disassembled code
70 disassembled code. Setting this means :meth:`.dis` will display a "current
161 built-in function before being disassembled. If no object is provided, this
226 reported for the first source line in the disassembled code. Otherwise, the
227 source line information (if any) is taken directly from the disassembled code
Dpickletools.rst68 When multiple objects are disassembled, preserve memo between

12