HomeSort by relevance Sort by last modified time
    Searched full:vscr (Results 1 - 21 of 21) sorted by null

  /external/valgrind/main/none/tests/ppc32/
jm-insns.c 6143 volatile vector unsigned int vec_in, vec_out, vscr; local
6202 volatile vector unsigned int vec_in1, vec_in2, vec_out, vscr; local
6268 volatile vector unsigned int vec_in1, vec_in2, vec_in3, vec_out, vscr; local
6343 volatile vector unsigned int vec_in1, vec_out, vscr; local
6413 volatile vector unsigned int vec_in1, vec_out, vscr; local
6483 volatile vector unsigned int vec_out, vscr; local
6541 volatile vector unsigned int vec_in1, vec_in2, vec_out, vscr; local
6616 volatile vector unsigned int vec_out, vscr; local
6726 volatile vector unsigned int vec_in, vec_out, vscr; local
6810 volatile vector unsigned int vec_in, vec_out, vscr; local
6891 volatile vector unsigned int vscr; local
6959 volatile vector unsigned int vscr; local
7026 volatile vector unsigned int vscr; local
7132 volatile vector unsigned int vec_in, vec_out, vscr; local
    [all...]
  /external/qemu/gdb-xml/
power-altivec.xml 55 <reg name="vscr" bitsize="32" group="vector"/>
  /external/valgrind/main/coregrind/m_gdbserver/
power-altivec.xml 55 <reg name="vscr" bitsize="32" group="vector"/>
valgrind-low-ppc32.c 148 { "vscr", 7456, 32 },
valgrind-low-ppc64.c 145 { "vscr", 8672, 32 },
  /external/elfutils/backends/
ppc_corenote.c 78 /* vscr XXX 67 is an unofficial assignment */
ppc_regs.c 104 return stpcpy (name, "vscr") + 1 - name;
ChangeLog 84 * ppc_regs.c (ppc_register_info): Assign 67 to "vscr".
85 Return "vector" and 32 bits for vscr and vrsave.
  /external/valgrind/main/include/vki/
vki-ppc64-linux.h 272 #define VKI_ELF_NVRREG 34 /* includes vscr & vrsave in split vectors */
285 * The entry with index 32 contains the vscr as the last word (offset 12)
286 * within the quadword. This allows the vscr to be stored as either a
297 * vrsave along with vscr and so only uses 33 vectors for the register set
328 * index 32 contains the vscr as the last word (offset 12) within the
329 * quadword. This allows the vscr to be stored as either a quadword (since
vki-ppc32-linux.h 718 #define VKI_ELF_NVRREG 33 /* includes vscr */
    [all...]
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-ppc32-linux.S 254 VSCR or FPSCR in ways we don't expect. */
280 /* Check VSCR[NJ] == 1 */
285 /* retrieve VSCR and mask wanted bits */
dispatch-ppc64-linux.S 258 VSCR or FPSCR in ways we don't expect. */
275 /* Check VSCR[NJ] == 1 */
280 /* retrieve VSCR and mask wanted bits */
  /external/llvm/include/llvm/IR/
IntrinsicsPowerPC.td 115 // VSCR access.
  /external/elfutils/tests/
run-allregs.sh     [all...]
ChangeLog 202 * run-allregs.sh: Update expected ppc output for vrsave/vscr.
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntityNames.in 583 "Vscr;","U+1D4B1"
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLSchema.java     [all...]
  /external/valgrind/main/memcheck/
mc_machine.c 206 if (o == GOF(VSCR) && sz == 4) return -1;
407 if (o == GOF(VSCR) && sz == 4) return -1;
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c     [all...]

Completed in 1111 milliseconds