Searched refs:cx (Results 76 - 85 of 85) sorted by relevance

1234

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrcpy.s2034 mov (%rsi), %cx
2035 mov %cx, (%rdi)
2045 mov (%rsi), %cx
2046 mov %cx, (%rdi)
2047 mov 1(%rsi), %cx
2048 mov %cx, 1(%rdi)
2285 mov 16(%rsi), %cx
2286 mov %cx, 16(%rdi)
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Drelocater_tramp.S203 movw $100, %cx
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c2342 complex_property_ptr_t cx; local
2352 for (cx = cp; cx != NULL; cx = cx->cp_next) {
2353 switch (cx->cp_type) {
2361 cx->cp_value,
2372 cx->cp_value,
2383 cx->cp_value,
3549 complex_property_ptr_t cx; local
[all...]
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s3370 movw %ds, %cx
3372 movw %es, %cx
3374 movw %fs, %cx
3376 movw %gs, %cx
3384 movw %cs, %cx
3385 movzwq %cx, %rcx
3392 movw %ss, %cx
3393 movzwq %cx, %rcx
4065 movw 4(%esp), %cx
4067 bsrw %cx,
[all...]
H A Dddi_i86_asm.s595 movw %cx, (%eax)
1167 movw %cx, (%eax)
H A Dcopy.s2782 FUWORD_NOERR(fuword16_noerr, movw, %cx)
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmAccess.java431 } catch (pmUserCancelledException cx) {
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s76 movw $SECSIZE-(main-start),%cx # Byte count
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c2623 int cx; local
2628 while ((cx = *str) != 0 &&
2629 (s_mp_tovalue(cx, radix) < 0) &&
2630 cx != '-' &&
2631 cx != '+') {
2635 if (cx == '-') {
2638 } else if (cx == '+') {
/illumos-gate/usr/src/common/util/i386/
H A Dmuldiv.s81 addl %edx,%ecx / cx is ad

Completed in 117 milliseconds

1234