Home
last modified time | relevance | path

Searched refs:psr (Results 1 – 22 of 22) sorted by relevance

/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia64/
Dpalproc.S53 mov r2 = psr;;
75 mov psr.l = r2
92 mov psr.l = loc5;;
133 mov r2 = psr;;
136 mov psr.l = r2
151 mov psr.l = loc5;;
/external/llvm/test/MC/Sparc/
Dsparc-special-registers.s19 ! CHECK: rd %psr, %i0 ! encoding: [0xb1,0x48,0x00,0x00]
20 rd %psr, %i0
28 ! CHECK: wr %i0, 5, %psr ! encoding: [0x81,0x8e,0x20,0x05]
29 wr %i0, 5, %psr
Dsparc-synthetic-instructions.s117 ! CHECK: rd %psr, %i0 ! encoding: [0xb1,0x48,0x00,0x00]
118 mov %psr, %i0
132 ! CHECK: wr %g0, %i0, %psr ! encoding: [0x81,0x88,0x00,0x18]
133 mov %i0, %psr
134 ! CHECK: wr %g0, 5, %psr ! encoding: [0x81,0x88,0x20,0x05]
135 mov 5, %psr
154 ! CHECK: wr %g0, %i0, %psr ! encoding: [0x81,0x88,0x00,0x18]
155 wr %i0, %psr
156 ! CHECK: wr %g0, 5, %psr ! encoding: [0x81,0x88,0x20,0x05]
157 wr 5, %psr
/external/libunwind/src/ptrace/
D_UPT_access_reg.c98 unsigned long ip, psr; in _UPT_access_reg() local
105 psr = ptrace (PTRACE_PEEKUSER, pid, PT_CR_IPSR, 0); in _UPT_access_reg()
112 psr = (psr & ~0x3UL << 41) | (*val & 0x3); in _UPT_access_reg()
118 ptrace (PTRACE_POKEUSER, pid, PT_CR_IPSR, psr); in _UPT_access_reg()
133 *val = ip + ((psr >> 41) & 0x3); in _UPT_access_reg()
/external/strace/linux/sparc/
Dset_error.c4 sparc_regs.psr |= PSR_C; in arch_set_error()
12 sparc_regs.psr &= ~PSR_C; in arch_set_success()
Dget_error.c4 if (sparc_regs.psr & PSR_C) { in get_error()
/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
Dcrt0-efi-ia64.S36 .psr abi64
37 .psr lsb
Dreloc_ia64.S43 .psr abi64
44 .psr lsb
/external/llvm/test/MC/Disassembler/Sparc/
Dsparc-special-registers.txt18 # CHECK: rd %psr, %i0
27 # CHECK: wr %i0, 5, %psr
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dbuildrec.dox123 /// pLangParser psr;
207 /// psr = LangParserNew(tstream); // CParserNew is generated by ANTLR3
209 /// if (psr == NULL)
234 /// langAST = psr->decl(psr);
240 /// if (psr->pParser->rec->errorCount > 0)
242 /// ANTLR3_FPRINTF(stderr, "The parser returned %d errors, tree walking aborted.\n", psr->pParser…
261 /// psr ->free (psr); psr = NULL;
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
Dcpuhotplug03.sh122 ps -o psr -o command --no-headers -C cpuhotplug_do_spin_loop
127 NUM=`ps -o psr -o command --no-headers -C cpuhotplug_do_spin_loop \
Dcpuhotplug02.sh90 NEW_CPU=`ps --pid=${SPIN_LOOP_PID} -o psr --no-headers`
Dcpuhotplug07.sh103 NEW_CPU=`ps --pid=${KCOMPILE_LOOP_PID} -o psr --no-headers`
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/
DChangeLog2 * hotplug03.sh: Fixing bug in return value of psr command, that
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug03.txt32 looking at the output from 'ps -o psr -o com' and searching for our
/external/llvm/lib/Target/Sparc/
DSparcInstrAliases.td445 def : InstAlias<"mov %psr, $rd", (RDPSR IntRegs:$rd), 0>;
452 def : InstAlias<"mov $rs2, %psr", (WRPSRrr G0, IntRegs:$rs2), 0>;
453 def : InstAlias<"mov $simm13, %psr", (WRPSRri G0, i32imm:$simm13), 0>;
466 def : InstAlias<"wr $rs2, %psr", (WRPSRrr G0, IntRegs:$rs2), 0>;
467 def : InstAlias<"wr $simm13, %psr", (WRPSRri G0, i32imm:$simm13), 0>;
DSparcInstrInfo.td1019 "rd %psr, $rd", []>;
1045 "wr $rs1, $rs2, %psr", []>;
1048 "wr $rs1, $simm13, %psr", []>;
/external/autotest/client/site_tests/power_LoadTest/
Dpower_LoadTest.py228 psr = power_utils.DisplayPanelSelfRefresh(init_time=t0)
326 psr.refresh()
328 self._tmp_keyvals.update(psr.get_keyvals())
/external/elfutils/tests/
Drun-allregs.sh2416 65: %psr (psr), unsigned 32 bits
/external/v8/src/regexp/
Djsregexp.cc1268 Trace::DeferredSetRegister* psr = in PerformDeferredActions() local
1271 value += psr->value(); in PerformDeferredActions()
/external/strace/
DChangeLog-CVS976 * defs.h [LINUXSPARC]: Use asm/psrcompat.h for [SPARC64], not asm/psr.h.
DChangeLog25512 [SPARC]: Do not include <asm/psr.h>.
25521 [SPARC]: Include <asm/psr.h>.
32420 * syscall.c: Remove static long psr.
32421 (get_scno): Use local psr variable.