Searched refs:isa_decode (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/freedreno/isa/ |
H A D | isa.h | 82 void isa_decode(void *bin, int sz, FILE *out, const struct isa_decode_options *options);
|
H A D | ir3-disasm.c | 50 isa_decode(raw, sz, stdout, &(struct isa_decode_options) { in main()
|
/third_party/mesa3d/src/freedreno/ir3/tests/ |
H A D | disasm.c | 460 isa_decode(code, 8, fdisasm, in main()
|
/third_party/mesa3d/src/compiler/isaspec/ |
H A D | decode.c | 765 isa_decode(void *bin, int sz, FILE *out, const struct isa_decode_options *options) in isa_decode() function
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | disasm-a3xx.c | 597 isa_decode(dwords, sizedwords * 4, out, &decode_options); in disasm_a3xx_stat()
|
H A D | ir3_shader.c | 823 isa_decode(bin, so->info.sizedwords * 4, out, in ir3_shader_disasm()
|
Completed in 5 milliseconds