HomeSort by relevance Sort by last modified time
    Searched refs:dword0 (Results 1 - 3 of 3) sorted by null

  /external/valgrind/none/tests/ppc64/
ppc64_helpers.h 827 * | dword1 | dword0 |
832 static inline int get_declet(int start, uint64_t dword1, uint64_t dword0) {
841 __FUNCTION__, start, dword1, dword0);
846 } else if (start >= 65) {/* fully within dword0 */
847 local_declet = (dword0 >> dword0_shift) & TEN_BITS;
857 ((dword0 & mask_dword0) >> dword0_shift);
863 uint64_t dword0) {
867 declet = get_declet(start, dword1, dword0);
936 static inline void dissect_dfp128_float(uint64_t dword1, uint64_t dword0) {
945 if (verbose > 5) printf("RAW128: %016lx %016lx ", dword1, dword0);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
loopfilter_16_msa.c 432 uint64_t dword0, dword1; local
528 dword0 = __msa_copy_u_d((v2i64)p0_filter16, 0);
530 SD(dword0, src);
546 dword0 = __msa_copy_u_d((v2i64)p0_filter16, 0);
548 SD(dword0, src);
564 dword0 = __msa_copy_u_d((v2i64)p0_filter16, 0);
566 SD(dword0, src);
582 dword0 = __msa_copy_u_d((v2i64)p0_filter16, 0);
584 SD(dword0, src);
600 dword0 = __msa_copy_u_d((v2i64)p0_filter16, 0)
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
instr-a3xx.h 289 /* dword0: */
319 /* dword0: */
362 /* dword0: */
425 /* dword0: */
502 /* dword0: */
542 /* dword0: */
590 /* dword0 encoding for src_off: [src1 + off], src2: */
592 /* dword0: */
604 /* dword0 encoding for !src_off: [src1], src2 */
606 /* dword0: *
621 uint32_t dword0; member in struct:PACKED
638 uint32_t dword0; member in struct:PACKED
    [all...]

Completed in 207 milliseconds