HomeSort by relevance Sort by last modified time
    Searched refs:psr (Results 1 - 25 of 39) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
pmove.s 2 pmove %psr,%a0@
3 pmove %a1@,%psr
pmove.d 12 [ 0-9a-f]+: f010 6200 pmove %psr,%a0@
13 [ 0-9a-f]+: f011 6000 pmove %a1@,%psr
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
v8-movwr-imm.s 7 wr %l0,%psr
12 wr %g0,%psr
17 wr 0,%psr
22 wr -1,%psr
28 mov %l0,%psr
33 mov %g0,%psr
38 mov 0,%psr
43 mov -1,%psr
v8-movwr-imm.d 12 8: 81 88 00 10 wr %l0, %psr
17 1c: 81 88 00 00 wr %g0, %psr
22 30: 81 88 20 00 wr %g0, %psr
27 44: 81 88 3f ff wr -1, %psr
32 58: 81 88 00 10 wr %l0, %psr
37 6c: 81 88 00 00 wr %g0, %psr
42 80: 81 88 20 00 wr %g0, %psr
47 94: 81 88 3f ff wr -1, %psr
  /external/strace/linux/sparc/
get_error.c 4 if (sparc_regs.psr & PSR_C) {
  /external/ltrace/sysdeps/linux-gnu/ia64/
regs.c 52 unsigned long psr = ptrace(PTRACE_PEEKUSER, proc->pid, PT_CR_IPSR, 0); local
54 psr &= ~(3UL << 41);
55 psr |= (slot & 0x3) << 41;
60 ptrace(PTRACE_POKEUSER, proc->pid, PT_CR_IPSR, psr);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cr16/
lpsp_test.s 7 lpr r1,psr
25 lprd (r1,r0),psr
37 spr psr,r0
55 sprd psr,(r1,r0)
lpsp_test.d 10 0: 14 00 91 00 lpr r1,psr
25 3c: 14 00 90 10 lprd \(r1,r0\),psr
34 60: 14 00 90 20 spr psr,r0
49 9c: 14 00 90 30 sprd psr,\(r1,r0\)
  /cts/suite/cts/utils/
grapher.py 18 import get_csv_report as psr namespace
41 (_, tests) = psr.parseReports(os.path.abspath(argv[1]))
  /device/google/contexthub/firmware/misc/platform/stm32f4xx/
m3debug.script 31 wr psr 01000000
  /external/llvm/test/MC/Sparc/
sparc-special-registers.s 19 ! 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
sparc-synthetic-instructions.s 117 ! 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
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
system.s 17 ld.c %psr,%r5
18 ld.c %psr,%r30
30 st.c %r7,%psr
31 st.c %r31,%psr
system.d 19 24: 00 00 25 30 ld.c %psr,%r5
20 28: 00 00 3e 30 ld.c %psr,%r30
31 54: 00 38 20 38 st.c %r7,%psr
32 58: 00 f8 20 38 st.c %r31,%psr
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_fw_debug.h 35 #define read_psr(x) asm("mov %%psr, %0\n":"=r" (x))
70 uint32_t ret1, fp, sp, wim, psr; local
75 read_psr(psr);
78 DEBUG_WRITE(sp, wim, fp, ret1, psr, 0xFFFFFFFF);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
dv-raw-err.s 245 mov psr.l = r3 // other
383 // PSR.ac
388 // PSR.be
393 // PSR.bn
401 // PSR.cpl
439 // PSR.da (rfi is the only writer)
440 // PSR.db (also ac,be,dt,pk)
441 mov psr.l = r0
446 // PSR.dd (rfi is the only writer)
448 // PSR.df
    [all...]
dv-waw-err.s 387 // PSR.ac
392 // PSR.be
397 // PSR.bn
402 // PSR.cpl
407 // PSR.da (rfi is the only writer)
408 // PSR.db (and others)
409 mov psr.l = r0
410 mov psr.l = r1
414 // PSR.dd (rfi is the only writer)
416 // PSR.df
    [all...]
reloc-bad.s 1 .psr abi64
  /external/libunwind/src/ptrace/
_UPT_access_reg.c 98 unsigned long ip, psr; local
105 psr = ptrace (PTRACE_PEEKUSER, pid, PT_CR_IPSR, 0);
112 psr = (psr & ~0x3UL << 41) | (*val & 0x3);
118 ptrace (PTRACE_POKEUSER, pid, PT_CR_IPSR, psr);
133 *val = ip + ((psr >> 41) & 0x3);
  /external/opencv3/samples/python2/
mosse.py 80 self.last_resp, (dx, dy), self.psr = self.correlate(img)
81 self.good = self.psr > 8.0
117 draw_str(vis, (x1, y2+16), 'PSR: %.2f' % self.psr)
132 psr = (mval-smean) / (sstd+eps)
133 return resp, (mx-w//2, my-h//2), psr
  /system/core/toolbox/
ps.c 57 int prio, nice, rtprio, sched, psr; local
139 psr = atoi(nexttok(&ptr)); // processor
175 printf(" %-2d", psr);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arch7.s 55 mrs r0, psr
  /toolchain/binutils/binutils-2.25/include/opcode/
cr16.h 56 cfg, psr, intbasel, intbaseh, enumerator in enum:__anon75701
crx.h 44 psr, enumerator in enum:__anon75713
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/frv/
fr450-spr.s 1 movgs gr4, psr ; 0x000 00000

Completed in 227 milliseconds

1 2