Searched refs:psr (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/cctools-845/include/mach/i860/
H A Dthread_status.h47 int psr; /* user's processor status register */ member in struct:i860_thread_state_regs
/macosx-10.9.5/cctools-845/libmacho/
H A Di860_swap.c37 cpu->psr = OSSwapInt32(cpu->psr);
H A Dm88k_swap.c359 memcpy(&spsr, &(spu->psr), sizeof(struct swap_m88110_psr));
361 spu->psr.mxm_dis = spsr.u.fields.mxm_dis;
362 spu->psr.sfu1dis = spsr.u.fields.sfu1dis;
363 spu->psr.trace = spsr.u.fields.trace;
364 spu->psr.sm = spsr.u.fields.sm;
365 spu->psr.sgn_imd = spsr.u.fields.sgn_imd;
366 spu->psr.c = spsr.u.fields.c;
367 spu->psr.se = spsr.u.fields.se;
368 spu->psr.le = spsr.u.fields.le;
369 spu->psr
[all...]
/macosx-10.9.5/cctools-845/include/architecture/sparc/
H A Dreg.h290 unsigned int psr; member in union:p_status::__anon6883
/macosx-10.9.5/cctools-845/include/mach/m88k/
H A Dthread_status.h266 * Certain of the 88110 psr bits may be modified
268 m88110_psr_t psr; // processor status member in struct:_m88110_thread_state_impl
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dcrx.h43 psr, enumerator in enum:__anon7905
H A Dm88k.h196 psr; member in struct:PROCESSOR
232 /* Definitions for fields in psr. */
/macosx-10.9.5/cctools-845/libstuff/
H A Dbytesex.c1238 memcpy(&spsr, &(spu->psr), sizeof(struct swap_m88110_psr));
1240 spu->psr.mxm_dis = spsr.u.fields.mxm_dis;
1241 spu->psr.sfu1dis = spsr.u.fields.sfu1dis;
1242 spu->psr.trace = spsr.u.fields.trace;
1243 spu->psr.sm = spsr.u.fields.sm;
1244 spu->psr.sgn_imd = spsr.u.fields.sgn_imd;
1245 spu->psr.c = spsr.u.fields.c;
1246 spu->psr.se = spsr.u.fields.se;
1247 spu->psr.le = spsr.u.fields.le;
1248 spu->psr
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dia64.vim252 "psr
253 syn match ia64registers "psr\(\.\(l\|um\)\)\=\>"
H A Dasm68k.vim40 syn keyword asm68kReg cal val scc crp srp drp tc ac psr pcsr
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c4073 "psr 0x%08x pc 0x%08x npc 0x%08x y 0x%08x\n"
4629 printf(" psr le %d se %d c %d sgn_imd %d sm %d "
4630 "sfu1dis %d mxm_dis %d\n" , spu.psr.le, spu.psr.se,
4631 spu.psr.c, spu.psr.sgn_imd, spu.psr.sm,
4632 spu.psr.sfu1dis, spu.psr.mxm_dis);
4706 printf(" psr
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dcrx-opc.c621 REG_CFG(psr, 0x12),
/macosx-10.9.5/cctools-845/as/
H A Darm.c3837 const struct asm_psr *psr;
3854 psr = hash_find_n (arm_v7m_psr_hsh, start, p - start);
3855 if (!psr)
3859 return psr->field;
3873 psr = hash_find_n (arm_psr_hsh, start, p - start);
3874 if (!psr)
3877 psr_field |= psr->field;
3890 inst.error = _("flag for {c}psr instruction expected");
13950 /* Table of V7M psr names. */
13956 {"psr",
3835 const struct asm_psr *psr; local
[all...]

Completed in 308 milliseconds