Home
last modified time | relevance | path

Searched refs:r11 (Results 1 – 25 of 26) sorted by relevance

12

/xnu-12377.41.6/osfmk/x86_64/
H A DWKdmDecompress_new.s196 mov $(252645135<<32)+252645135, %r11
203 andq %r11, %rax
216 leaq 2048(%r13), %r11 // tempLowBitsArray
220 movq %r11, %rcx // next_low_bits
280 or (%r11), %ax // pad the lower 10-bits from *next_low_bits
281 addq $2, %r11 // next_low_bits++
H A DWKdmCompress_new.s200 #define checkpoint %r11
495 movq next_qp, %r11 // get # dictionary hits (exact + partial)
496 subq start_next_qp, %r11
511 cmpq $1023, %r11 // were there 1023 dictionary hits
524 cmpq $1024, %r11 // were there 1024 dictionary hits
537 addq %r11, %rax // rax += (next_qp - start_next_qp)
541 movq %rax, %r11
557 cmpq %r11, %rax // is default packer the better option?
579 movq %r11, %rax // store the size of the compressed stream
H A Didt64.s541 or %rax, %r11
563 mov %r11, %rax
567 mov %r11, ISF64_RFLAGS(%rsp) /* rflags */
724 mov R64_R11(%r15), %r11
825 pop %r11
849 pop %r11
1085 mov %r11, %gs
1092 xor %r11, %r11
1234 mov %r11, R64_R11(%r15)
1245 xor %r11, %r11
[all …]
H A Dstart.s368 push %r11
515 pop %r11
H A Dlz4_decode_x86_64.s63 #define copy_src %r11 // match/literal copy source
/xnu-12377.41.6/osfmk/arm64/
H A DWKdmDecompress_4k.s123 #define r11 x11 macro
272 add r11, scratch, #(4096*scale-2) // final tenbits for the rare case
274 add r11, scratch, #(4096*scale) // final tenbits for the rare case
275 sub r11, r11, #2
337 cmp rcx, r11
351 add r11, scratch, #(2048*scale) // tempLowBitsArray
384 ldrh ecx, [r11], #2 // lower 10-bits from *next_low_bits++
H A DWKdmDecompress_16k.s123 #define r11 x11 macro
272 add r11, scratch, #(4096*scale-2) // final tenbits for the rare case
274 add r11, scratch, #(4096*scale) // final tenbits for the rare case
275 sub r11, r11, #2
337 cmp rcx, r11
351 add r11, scratch, #(2048*scale) // tempLowBitsArray
384 ldrh ecx, [r11], #2 // lower 10-bits from *next_low_bits++
H A DWKdmCompress_16k.s284 #define r11 x24 macro
530 sub r11, next_qp, start_next_qp // get # dictionary hits (exact + partial)
541 cmp r11, #(256*PAGES_SIZE_IN_KBYTES - 1) // were there 1023 dictionary hits
555 cmp r11, #(256*PAGES_SIZE_IN_KBYTES) // were there 1024 dictionary hits
569 add rax, rax, r11 // rax += (next_qp - start_next_qp)
572 …madd r11, rax, rdx, rcx // r11 = rax * 6 (i.e. 4 byte word + 2 byte of…
585 cmp rax, r11 // is the default packer the better option?
588 …cmp r11, byte_budget // can the sparse packer fit into the given bu…
604 mov x0, r11 // store the size of the compressed stream
H A DWKdmCompress_4k.s282 #define r11 x24 macro
528 sub r11, next_qp, start_next_qp // get # dictionary hits (exact + partial)
539 cmp r11, #(256*PAGES_SIZE_IN_KBYTES - 1) // were there 1023 dictionary hits
553 cmp r11, #(256*PAGES_SIZE_IN_KBYTES) // were there 1024 dictionary hits
567 add rax, rax, r11 // rax += (next_qp - start_next_qp)
570 …madd r11, rax, rdx, rcx // r11 = rax * 6 (i.e. 4 byte word + 2 byte of…
583 cmp rax, r11 // is the default packer the better option?
586 …cmp r11, byte_budget // can the sparse packer fit into the given bu…
602 mov x0, r11 // store the size of the compressed stream
/xnu-12377.41.6/bsd/dev/arm/
H A Dcpu_in_cksum.s147 stmfd sp!, {r4-r11,lr}
157 ldmfd sp!, {r4-r11, pc}
186 eor r11, r10, r0
431 tst r11, #0x01
450 ldmfd sp!, {r4-r11, pc}
457 ldmfd sp!, {r4-r11, pc}
/xnu-12377.41.6/EXTERNAL_HEADERS/architecture/i386/
H A Dasm_help.h328 movq var@GOTPCREL(%rip),%r11
381 mov reg, (%r11)
394 mov (%r11), reg
/xnu-12377.41.6/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c147 state->r11 = saved_state->r11; in kdp_getstate()
181 saved_state->r11 = state->r11; in kdp_setstate()
H A Dkdp_vm.c165 tstate->r11 = cpstate->r11; in kern_collectth_state()
/xnu-12377.41.6/libsyscall/custom/
H A D__ptrace.s49 movl %eax,(%r11)
H A D__fork.s97 movl %eax,(%r11)
/xnu-12377.41.6/osfmk/i386/commpage/
H A Dfifo_queues.s232 pushq %r11
236 popq %r11
/xnu-12377.41.6/tools/lldbmacros/core/
H A Doperating_system.py259 self.r11 = 0
294 self.r8, self.r9, self.r10, self.r11,
314 self.r11 = saved_state.GetChildMemberWithName('r').GetChildAtIndex(11).GetValueAsUnsigned()
340 self.r11 = saved_state.GetChildMemberWithName('r').GetChildAtIndex(11).GetValueAsUnsigned()
518 self.r11 = 0
558 self.r10, self.r11, self.r12, self.r13, self.r14,
576 self.r11 = saved_state.GetChildMemberWithName('r11').GetValueAsUnsigned()
/xnu-12377.41.6/osfmk/i386/
H A Dpcb.c740 saved_state->r11 = ts->r11; in set_thread_state64()
822 ts->r11 = saved_state->r11; in get_thread_state64()
1025 saved_state->r11 = state->r11; in machine_thread_set_state()
1930 state->r11 = saved_state->r11; in machine_thread_get_kern_state()
2000 state->uts.ts64.r11 = saved_state->r11; in machine_thread_get_kern_state()
H A Dtrap_native.c165 regs->r8, regs->r9, regs->r10, regs->r11, in panic_64()
H A Dtrap.c271 kprintf(" r11 0x%llx\n", saved_state->r11); in kprint_state()
548 state->r10, state->r11); in xnu_hard_trap_handle_breakpoint()
1050 regs->r8, regs->r9, regs->r10, regs->r11, in panic_trap()
H A Dgenassym.c221 DECLARE("R64_R11", R64_(r11)); in main()
/xnu-12377.41.6/osfmk/mach/i386/
H A Dthread_status.h451 uint64_t r11; member
H A D_structs.h754 __uint64_t r11; variable
/xnu-12377.41.6/osfmk/i386/AT386/
H A Dmodel_dep.c1471 ss64p->r8, ss64p->r9, ss64p->r10, ss64p->r11, in panic_i386_backtrace()
1631 savestate->ss_64.r8, savestate->ss_64.r9, savestate->ss_64.r10, savestate->ss_64.r11, in print_threads_registers()
/xnu-12377.41.6/bsd/dev/i386/
H A Ddtrace_isa.c213 return (uint64_t)(regs->ss_64.r11); in dtrace_getreg()

12