Searched refs:asm (Results 1 - 25 of 133) sorted by relevance

123456

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/
H A DMakefile3 all: gf100.asm.h gk104.asm.h gk110.asm.h gm107.asm.h
5 gf100.asm.h: %.asm.h: %.asm
7 gk104.asm.h: %.asm.h: %.asm
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/
H A DMakefile3 all: gf100.asm.h gk104.asm.h gk110.asm.h gm107.asm.h
5 gf100.asm.h: %.asm.h: %.asm
7 gk104.asm.h: %.asm.h: %.asm
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A DMakefile191 afuc/CMakeFiles/asm.dir/rule:
192 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 afuc/CMakeFiles/asm.dir/rule
193 .PHONY : afuc/CMakeFiles/asm.dir/rule
196 asm: afuc/CMakeFiles/asm.dir/rule target
198 .PHONY : asm
201 asm/fast:
202 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f afuc/CMakeFiles/asm.dir/build.make afuc/CMakeFiles/asm.dir/build
203 .PHONY : asm/fas
[all...]
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-arm-detect-win32.asm6 ;; I don't think the msvc arm asm knows how to do SIMD insns
15 ;; I don't think the msvc arm asm knows how to do NEON insns
/xsrc/external/mit/MesaLib.old/dist/bin/
H A Dperf-annotate-jit.py29 into /tmp/perf-XXXXX.map.asm and produces output similar to `perf annotate`.
106 stream = open(filename + '.asm', 'rt')
110 asm = []
115 asm.append((addr, instr))
118 return asm
152 asm = lookupAsm(mapFile, self.symbol)
159 for address, instr in asm:
/xsrc/external/mit/MesaLib/dist/bin/
H A Dperf-annotate-jit.py29 into /tmp/perf-XXXXX.map.asm and produces output similar to `perf annotate`.
106 stream = open(filename + '.asm', 'rt')
110 asm = []
115 asm.append((addr, instr))
118 return asm
152 asm = lookupAsm(mapFile, self.symbol)
159 for address, instr in asm:
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/
H A Dtest-assembly.py24 from asm import parse_asm, ParseError
/xsrc/external/mit/MesaLib.old/dist/src/mapi/
H A Dmapi_abi.py442 asm = []
454 asm.append('#if 0')
457 asm.append('".hidden "%s"\\n"' % (name))
460 asm.append('".globl "%s"\\n"' % (name))
461 asm.append('".set "%s", "%s"\\n"' % (name,
464 asm.append('STUB_ASM_ENTRY(%s)"\\n"' % (name))
465 asm.append('"\\t"STUB_ASM_CODE("%d")"\\n"' % (ent.slot))
468 asm.append('#endif')
469 asm.append('')
471 return "\n".join(asm)
[all...]
/xsrc/external/mit/MesaLib/dist/src/mapi/
H A Dmapi_abi.py440 asm = []
452 asm.append('#if 0')
455 asm.append('".hidden "%s"\\n"' % (name))
458 asm.append('".globl "%s"\\n"' % (name))
459 asm.append('".set "%s", "%s"\\n"' % (name,
462 asm.append('STUB_ASM_ENTRY(%s)"\\n"' % (name))
463 asm.append('"\\t"STUB_ASM_CODE("%d")"\\n"' % (ent.slot))
466 asm.append('#endif')
467 asm.append('')
469 return "\n".join(asm)
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.3.3.rst70 - vc4: Use named parameters for the NEON inline asm.
71 - vc4: Declare the cpu pointers as being modified in NEON asm.
102 - vc4: Enable NEON asm on meson cross-builds.
H A D18.3.4.rst73 - vc4: Fix copy-and-paste fail in backport of NEON asm fixes.
H A D10.0.rst82 util/u_cpu_detect.c:247:4: error: 'asm' undeclared (first use in this
H A D13.0.4.rst144 - mapi: update the asm code to support x32
H A D19.2.0.rst354 - android: mesa: revert "Enable asm unconditionally"
H A D7.9.1.rst52 Invalid asm shader does not generate draw-time error when used with
H A D19.0.0.rst432 - vc4: Use named parameters for the NEON inline asm.
433 - vc4: Declare the cpu pointers as being modified in NEON asm.
675 - vc4: Declare the last cpu pointer as being modified in NEON asm.
863 - vc4: Enable NEON asm on meson cross-builds.
893 - meson: skip asm check when asm is disabled
/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/
H A DREADME.rst53 cat myshader.asm | ./computerator --disasm --groups=4,4,4
/xsrc/external/mit/libxshmfence/dist/
H A Dconfigure.ac103 AC_CHECK_DECLS([__NR_memfd_create], [], [], [[#include <asm/unistd.h>]])
/xsrc/external/mit/xedit/dist/lisp/modules/progmodes/
H A Dc.lsp1009 "asm|auto|break|case|catch|char|class|const|continue|default|"
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dllvmpipe.rst155 assembly code to ``/tmp/perf-XXXXX.map.asm``, which can be used by the
/xsrc/external/mit/xorg-server.old/dist/include/
H A Ddix-config.h.in78 /* Define to 1 if you have the <asm/mtrr.h> header file. */
/xsrc/external/mit/libXfontcache/dist/
H A Dltmain.sh786 *.asm) xform=asm ;;
/xsrc/external/mit/libxkbui/dist/
H A Dltmain.sh751 *.asm) xform=asm ;;
/xsrc/external/mit/xf86-video-imstt/dist/
H A Dltmain.sh751 *.asm) xform=asm ;;
/xsrc/external/mit/xf86-video-nsc/dist/
H A Dltmain.sh771 *.asm) xform=asm ;;

Completed in 62 milliseconds

123456