Home
last modified time | relevance | path

Searched refs:register (Results 1 – 13 of 13) sorted by relevance

/xnu-12377.81.4/doc/arm/
H A Dsme.md14 the length of the FPSIMD register files and adds new 1D vector-math
15 instructions. SME extends SVE by adding a matrix register file and associated
17 instructions and register state.
33 SVE, SME, and SME2 introduce four new EL0-accessible register
41 These register files are unbanked, i.e., their contents are shared across all
44 can directly copy data between the vector and matrix register files.
46 Most of these register files supplement, rather than replace, the existing ARM
47 register files. However the `Z` register file effectively extends the length of
48 the existing FPSIMD `V` register file. Instructions targeting the `V` register
49 file will now access the lower 128 bits of the corresponding `Z` register.
[all …]
/xnu-12377.81.4/tests/unit/tools/
H A Dgenerate_ut_proj.py71 def register(self, type_name, obj): member in ObjRegistry
210 self.id = obj_reg.register("build_file", self)
218 self.id = obj_reg.register("file_ref", self)
240 self.id = obj_reg.register("group", self)
275 self.id = obj_reg.register("build_phase", self)
284 self.id = obj_reg.register("target", self)
298 self.id = obj_reg.register("config_list", self)
307 self.id = obj_reg.register("config", self)
314 self.id = obj_reg.register("project", self)
/xnu-12377.81.4/tools/lldbmacros/tests/
H A Druntests.py72 atexit.register(exit_handler)
/xnu-12377.81.4/tools/lldbmacros/core/
H A Dstandard.py145 def register(fn): function
148 return register
/xnu-12377.81.4/doc/building/
H A Dxnu_build_consolidation.md48 `caches_asm.s`. The ARM architecture provides the `CCSIDR_EL1` register, which can be used in conju…
76 `MIDR_EL1` register against a CPU revision that is passed as a parameter to the macro, where applic…
91 advertised through the `AIDR_EL1` register. One of the changes is the addition of a function,
H A Dbound_checks.md48 and make inferences based on register values. For instance, if we look at one
49 bounds check failing if register `x8` is greater than register `x9`, and in the
/xnu-12377.81.4/osfmk/mach/machine/
H A Dmachine_types.defs61 * register size the machine has. They are
/xnu-12377.81.4/tools/lldbmacros/
H A DREADME.md98 It will automatically register given types with the functions within the kernel category.
100 * Ability to register test cases for macros (see doc strings for @xnudebug_test).
163 …1. register a command to a function. Use the lldb_command decorator to map a 'command_name' to a f…
165 …2. Immediately after the register define the function to handle the command invocation. The signat…
228 …. Use the `@lldb_type_summary()` decorator with an array of types you wish to register for callback
/xnu-12377.81.4/osfmk/tests/
H A DREADME.md96 T_ASSERT(kr == KERN_SUCCESS, "register assertion handler");
/xnu-12377.81.4/bsd/miscfs/devfs/
H A DREADME10 as the only devices that register themselves are the floppy,
/xnu-12377.81.4/doc/mach_ipc/
H A Dguard_exceptions.md184 This exception is thrown when a process is trying to register an exception port
405 - `0x0400000000000000`: register multiple pd notification.
/xnu-12377.81.4/doc/primitives/
H A Datomics.md294 any store to memory (register operations are fine) within these loops,
/xnu-12377.81.4/tests/
H A Dstackshot_tests.m2004 …/* register with the mach service name so the client can lookup and send a message to the parent (…