Searched refs:disassembled (Results 1 – 25 of 49) sorted by relevance
12
/external/capstone/packages/freebsd/ports/devel/capstone/ |
D | pkg-descr | 8 * Provide details on disassembled instruction (called "decomposer") 9 * Provide some semantics of the disassembled instruction, such as list of
|
/external/capstone/bindings/ocaml/ |
D | README | 13 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/ |
D | README | 5 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/ |
D | ComputeTests.cpp | 83 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/ |
D | README.md | 20 - 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/ |
D | BUILDING.txt | 58 information out of disassembled instruction, such as address, mnemonic and 71 This code shows how to access to architecture-neutral information in disassembled
|
D | README.txt | 38 - 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/ |
D | llvm-objdump-macho.s | 19 # We are checking that second function is fully disassembled.
|
/external/llvm/test/MC/MachO/ARM/ |
D | llvm-objdump-macho.s | 19 # We are checking that second function is fully disassembled.
|
/external/capstone/bindings/java/ |
D | README | 23 information out of disassembled instruction, such as address, mnemonic and
|
/external/llvm-project/llvm/test/MC/Disassembler/ARM/ |
D | armv8.2a-dotprod-a32.s | 22 # without dot product enabled, the instructions get disassembled to these
|
D | bfloat16-a32_1.txt | 7 # Without BFloat16 enabled, some of these get disassembled to coprocessor instructions.
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-profgen.rst | 51 Print disassembled code.
|
/external/llvm-project/llvm/test/tools/llvm-objdump/X86/ |
D | section-filter-disasm.test | 3 ## By default, only executable sections are disassembled,
|
D | section-filter-relocs.test | 4 ## Show that only the specified sections are disassembled.
|
/external/swiftshader/third_party/SPIRV-Tools/tools/emacs/ |
D | CMakeLists.txt | 16 # Upon loading a file with the .spv extension, the file will be disassembled
|
/external/deqp-deps/SPIRV-Tools/tools/emacs/ |
D | CMakeLists.txt | 16 # Upon loading a file with the .spv extension, the file will be disassembled
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/emacs/ |
D | CMakeLists.txt | 16 # Upon loading a file with the .spv extension, the file will be disassembled
|
/external/vixl/doc/aarch64/topics/ |
D | extending-the-disassembler.md | 6 aliases for register names, or add an offset to disassembled addresses.
|
/external/llvm/docs/ |
D | MarkedUpDisassembly.rst | 85 disassembled instructions with annotations, ``LLVMSetDisasmOptions()`` and the
|
/external/llvm-project/llvm/docs/ |
D | MarkedUpDisassembly.rst | 85 disassembled instructions with annotations, ``LLVMSetDisasmOptions()`` and the
|
D | CFIVerify.rst | 58 analyse the disassembled machine code. The tool will inspect virtual calls and
|
/external/mesa3d/docs/relnotes/ |
D | 18.2.7.rst | 78 - v3d: Fix a leak of the disassembled instruction string during debug
|
/external/python/cpython3/Doc/library/ |
D | dis.rst | 65 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
|
D | pickletools.rst | 68 When multiple objects are disassembled, preserve memo between
|
12