Searched refs:register (Results 1 – 13 of 13) sorted by relevance
| /xnu-12377.41.6/doc/arm/ |
| H A D | sme.md | 14 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.41.6/tests/unit/tools/ |
| H A D | generate_ut_proj.py | 71 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.41.6/tools/lldbmacros/tests/ |
| H A D | runtests.py | 72 atexit.register(exit_handler)
|
| /xnu-12377.41.6/tools/lldbmacros/core/ |
| H A D | standard.py | 145 def register(fn): function 148 return register
|
| /xnu-12377.41.6/doc/building/ |
| H A D | xnu_build_consolidation.md | 48 `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 D | bound_checks.md | 48 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.41.6/osfmk/mach/machine/ |
| H A D | machine_types.defs | 61 * register size the machine has. They are
|
| /xnu-12377.41.6/tools/lldbmacros/ |
| H A D | README.md | 97 It will automatically register given types with the functions within the kernel category. 99 * Ability to register test cases for macros (see doc strings for @xnudebug_test). 162 …1. register a command to a function. Use the lldb_command decorator to map a 'command_name' to a f… 164 …2. Immediately after the register define the function to handle the command invocation. The signat… 227 …. Use the `@lldb_type_summary()` decorator with an array of types you wish to register for callback
|
| /xnu-12377.41.6/osfmk/tests/ |
| H A D | README.md | 96 T_ASSERT(kr == KERN_SUCCESS, "register assertion handler");
|
| /xnu-12377.41.6/bsd/miscfs/devfs/ |
| H A D | README | 10 as the only devices that register themselves are the floppy,
|
| /xnu-12377.41.6/doc/mach_ipc/ |
| H A D | guard_exceptions.md | 184 This exception is thrown when a process is trying to register an exception port 405 - `0x0400000000000000`: register multiple pd notification.
|
| /xnu-12377.41.6/doc/primitives/ |
| H A D | atomics.md | 294 any store to memory (register operations are fine) within these loops,
|
| /xnu-12377.41.6/tests/ |
| H A D | stackshot_tests.m | 2004 …/* register with the mach service name so the client can lookup and send a message to the parent (…
|