/illumos-gate/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_ia32dep.c | 77 { "ecx", ECX, MDB_TGT_R_EXPORT }, 78 { "cx", ECX, MDB_TGT_R_EXPORT | MDB_TGT_R_16 }, 79 { "ch", ECX, MDB_TGT_R_EXPORT | MDB_TGT_R_8H }, 80 { "cl", ECX, MDB_TGT_R_EXPORT | MDB_TGT_R_8L }, 182 grs[SS], grs[ECX], grs[ECX]); in pt_regs()
|
/illumos-gate/usr/src/lib/brand/shared/brand/i386/ |
H A D | handler.S | 87 movl %ecx, EH_LOCALS_GREG(ECX)(%ebp) 170 movl EH_LOCALS_GREG(ECX)(%ebp), %ecx /* restore %ecx */
|
/illumos-gate/usr/src/lib/libc/i386/sys/ |
H A D | ptrace.c | 309 ps->pr_lwp.pr_reg[ECX] = cp->user.u_reg[ECX]; in ptrace() 626 ps->pr_lwp.pr_reg[ECX] = cp->user.u_reg[ECX]; in ProcUpdate() 677 cp->user.u_reg[ECX] = ps->pr_lwp.pr_reg[ECX]; in MakeUser()
|
/illumos-gate/usr/src/boot/i386/btx/lib/ |
H A D | btxv86.s | 36 .set V86_ECX,0x1c # V86 ECX 64 xchgl %ecx,V86_ECX(%ebp) # Swap ECX
|
/illumos-gate/usr/src/cmd/sgs/demo_rdb/i386/ |
H A D | regs.c | 66 disp_reg_line(ph, &pstatus, "ecx", ECX, "eax", EAX); in display_all_regs()
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | regset.h | 104 #define ECX 10 macro
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | compile-i386.c | 206 EAX, EDX, ECX, EBX, ESI, EDI, EBP, ESP, // 32-bit enumerator 220 REGINFO( CL, "%cl", CX, ECX, ECX_EBX), 224 REGINFO( CH, "%ch", CX, ECX, ECX_EBX), 228 REGINFO( CX, "%cx", CL, CH, ECX, ECX_EBX), 236 REGINFO(ECX, "%ecx", CL, CH, CX, ECX_EBX), 243 REGINFO(ECX_EBX, "%ecx:%ebx", CL, CH, CX, ECX, BL, BH, BX, EBX), 254 REGSTORAGE(EAX), REGSTORAGE(EDX), REGSTORAGE(ECX), REGSTORAGE(EBX), 260 #define REG_ECX (&hardreg_storage_table[ECX]) 314 static struct regclass regclass_32 = { "32-bit", { EAX, EDX, ECX, EBX, ESI, EDI, EBP }}; 317 static struct regclass regclass_32_8 = { "32-bit bytes", { EAX, EDX, ECX, EBX }};
|
/illumos-gate/usr/src/lib/libdtrace/i386/ |
H A D | regs.sed.in | 52 SED_REPLACE(ECX)
|
H A D | regs.d.in | 51 inline int R_ECX = @ECX@;
|
/illumos-gate/usr/src/lib/libc/i386/threads/ |
H A D | machdep.c | 247 ucp->uc_mcontext.gregs[ECX] = ecx; in __csigsetjmp()
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | archdep.c | 364 grp[ECX] = (greg32_t)rp->r_rcx; in getgregs32() 400 dmc->gregs[REG_RCX] = (greg_t)(uint32_t)smc->gregs[ECX]; in ucontext_32ton()
|
/illumos-gate/usr/src/uts/intel/fs/proc/ |
H A D | prmachdep.c | 145 dst[REG_RCX] = (uint32_t)src[ECX]; in prgregset_32ton()
|
/illumos-gate/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 520 dst[ECX] = src[REG_RCX]; in prgregset_n_to_32()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | P32ton.c | 226 dst[REG_RCX] = (uint32_t)src[ECX]; in prgregset_32_to_n() 563 dst[ECX] = src[REG_RCX]; in prgregset_n_to_32()
|
H A D | Pcore.c | 610 lwp->lwp_status.pr_reg[ECX] = prs32->pr_reg.lxr_cx; in lx_prstatus32_to_lwp()
|
/illumos-gate/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 250 dst[REG_RCX] = (uint32_t)src[ECX]; in ucontext_32_to_prgregs()
|