Home
last modified time | relevance | path

Searched refs:disassemble (Results 1 - 25 of 36) sorted by relevance

12

/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.h82 if (Test::disassemble()) DISASSEMBLE(); \
104 if (Test::disassemble()) DISASSEMBLE(); \
132 if (Test::disassemble()) DISASSEMBLE(); \
142 if (Test::disassemble()) DISASSEMBLE(); \
H A Dtest-assembler-aarch64.h274 if (Test::disassemble()) { \
290 "Use --disassemble to see it.\n"); \
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp91 disassemble(const void* func, std::ostream &buffer) in disassemble() function
189 buffer << "disassemble " << static_cast<const void*>(bytes) << ' ' in disassemble()
204 disassemble(code, buffer); in lp_disassemble()
247 unsigned long size = disassemble(code, perf_asm_file); in lp_profile()
/third_party/mesa3d/src/asahi/compiler/
H A Dcmdline.c189 disassemble(const char *filename, bool verbose) in disassemble() function
221 disassemble(argv[2], false); in main()
223 disassemble(argv[2], true); in main()
/third_party/glslang/SPIRV/
H A DGlslangToSpv.h51 bool disassemble {false};
/third_party/mesa3d/src/freedreno/computerator/
H A Dmain.h67 void (*disassemble)(struct kernel *kernel, FILE *out); member
H A Dmain.c267 backend->disassemble(kernel, stdout); in main()
H A Da4xx.c340 .disassemble = a4xx_disassemble, in a4xx_init()
H A Da6xx.c535 .disassemble = a6xx_disassemble, in a6xx_init()
/third_party/spirv-tools/source/
H A Ddisassemble.h40 namespace disassemble { namespace
95 } // namespace disassemble
H A Ddisassemble.cpp20 #include "source/disassemble.h"
77 disassemble::InstructionDisassembler instruction_disassembler_;
182 // Check if this is the instruction we want to disassemble. in DisassembleTargetInstruction()
200 namespace disassemble { namespace
491 } // namespace disassemble
514 // Now disassemble!
556 // Now disassemble!
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcmdline.c29 #include "disassemble.h"
30 #include "valhall/disassemble.h"
220 disassemble(const char *filename) in disassemble() function
337 disassemble(argv[optind + 1]); in main()
/third_party/python/Lib/
H A Ddis.py18 __all__ = ["code_info", "dis", "disassemble", "distb", "disco",
71 With no argument, disassemble the last traceback.
110 raise TypeError("don't know how to disassemble %s objects" %
119 raise RuntimeError("no last traceback to disassemble") from None
121 disassemble(tb.tb_frame.f_code, tb.tb_lasti, file=file, show_caches=show_caches, adaptive=adaptive)
177 # By now, if we don't have a code object, we can't disassemble x.
180 raise TypeError("don't know how to disassemble %s objects" %
519 def disassemble(co, lasti=-1, *, file=None, show_caches=False, adaptive=False): function
530 disassemble(co, file=file, show_caches=show_caches, adaptive=adaptive)
583 """Compile the source string, then disassemble th
[all...]
/third_party/ffmpeg/libavfilter/
H A Dglslang.cpp201 options.disassemble = false; /* Will print disassembly on compilation */ in glslang_compile()
/third_party/glslang/glslang/OSDependent/Web/
H A Dglslang.js.cpp252 spvOptions.disassemble = false; in convert_glsl_to_spirv()
/third_party/vixl/test/
H A Dtest-runner.h101 static bool disassemble() { return disassemble_; } in disassemble() function in vixl::Test
/third_party/glslang/glslang/Include/
H A Dglslang_c_interface.h225 bool disassemble; member
/third_party/glslang/
H A DAndroid.mk140 SPIRV/disassemble.cpp \
/third_party/vk-gl-cts/external/amber/src/samples/
H A Damber.cc401 std::string disassemble(const std::string& env, in disassemble() function
637 shader_file << disassemble(options.spv_env, sh.shader_data)
/third_party/vixl/test/aarch32/
H A Dtest-macro-assembler-cond-rd-rn-a32.cc632 if (Test::disassemble()) { in TestHelper()
657 if (Test::disassemble()) { in TestHelper()
658 // Disassemble to stdout if given --disassemble on the command line. in TestHelper()
H A Dtest-macro-assembler-cond-rd-rn-pc-a32.cc590 if (Test::disassemble()) { in TestHelper()
615 if (Test::disassemble()) { in TestHelper()
616 // Disassemble to stdout if given --disassemble on the command line. in TestHelper()
H A Dtest-macro-assembler-cond-rd-rn-t32.cc632 if (Test::disassemble()) { in TestHelper()
657 if (Test::disassemble()) { in TestHelper()
658 // Disassemble to stdout if given --disassemble on the command line. in TestHelper()
/third_party/skia/third_party/externals/spirv-tools/
H A DAndroid.mk12 source/disassemble.cpp \
/third_party/spirv-tools/
H A DAndroid.mk12 source/disassemble.cpp \
/third_party/python/Lib/test/
H A Dtest_dis.py727 dis.disassemble(func, lasti, **kwargs)
1075 dis.disassemble(func, lasti, file=output, **kwargs)
1278 # This won't actually run (but that's OK, we only disassemble it)

Completed in 19 milliseconds

12