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

  /external/valgrind/none/tests/ppc64/
ppc64_helpers.h 765 static unsigned int special_field_LMD(uint64_t dword1) {
770 g_field_specials = (dword1 & DFP_GFIELD_MASK) >> DFP_GFIELD_SHIFT;
794 static inline int special_field_exponent_bits(unsigned long dword1) {
799 g_field_specials = (dword1 & DFP_GFIELD_MASK) >> DFP_GFIELD_SHIFT;
827 * | dword1 | dword0 |
832 static inline int get_declet(int start, uint64_t dword1, uint64_t dword0) {
841 __FUNCTION__, start, dword1, dword0);
843 if ((start + 9) < 63) { /* fully within dword1 */
844 local_declet = (dword1 >> dword1_shift) & TEN_BITS;
856 ((dword1 & mask_dword1) << (64-dword0_shift))
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
loopfilter_16_msa.c 432 uint64_t dword0, dword1; local
529 dword1 = __msa_copy_u_d((v2i64)p1_filter16, 0);
532 SD(dword1, src);
547 dword1 = __msa_copy_u_d((v2i64)p1_filter16, 0);
550 SD(dword1, src);
565 dword1 = __msa_copy_u_d((v2i64)p1_filter16, 0);
568 SD(dword1, src);
583 dword1 = __msa_copy_u_d((v2i64)p1_filter16, 0);
586 SD(dword1, src);
601 dword1 = __msa_copy_u_d((v2i64)p1_filter16, 0)
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
instr-a3xx.h 304 /* dword1: */
342 /* dword1: */
407 /* dword1: */
470 /* dword1: */
526 /* dword1: */
571 /* dword1: */
600 /* dword1: */
601 uint32_t dword1; member in struct:PACKED
614 /* dword1: */
615 uint32_t dword1; member in struct:PACKED
    [all...]

Completed in 2141 milliseconds