Searched refs:dword0 (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/none/tests/ppc64/
H A Dppc64_helpers.h827 * | dword1 | dword0 |
832 static inline int get_declet(int start, uint64_t dword1, uint64_t dword0) { argument
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) { argument
945 if (verbose > 5) printf("RAW128: %016lx %016lx ", dword1, dword0);
862 get_bcd_digit_from_dpd(int start, uint64_t dword1, uint64_t dword0) argument
1874 extract_packed_decimal_sign(unsigned long dword1, unsigned long dword0) argument
1878 dissect_packed_decimal(unsigned long dword1,unsigned long dword0) argument
2062 extract_national_decimal_sign(unsigned long dword1, unsigned long dword0) argument
2066 dissect_national_decimal(unsigned long dword1, unsigned long dword0) argument
2270 extract_zoned_decimal_sign(unsigned long dword1, unsigned long dword0) argument
2274 dissect_zoned_decimal(unsigned long dword1, unsigned long dword0, int ps) argument
[all...]
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dloopfilter_16_msa.c432 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
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dinstr-a3xx.h289 /* 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 203 milliseconds