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

  /system/core/libpixelflinger/arch-arm64/
t32cb16blend.S 37 * top or bottom 16 bits of DREG register with SRC 32 bit pixel value
40 * \DREG is a 32-bit register containing *two* original destination RGB565
49 * upper 16-bit pixels in DREG into FB
56 .macro pixel, DREG, SRC, FB, ODD
66 .if \ODD //Blending odd pixel present in top 16 bits of DREG register
69 lsr w16, \DREG, #(16 + 11)
79 and w6, \DREG, #(0x3F<<(16 + 5))
90 and w16, \DREG, #(0x1F << 16)
101 .else //Blending even pixel present in bottom 16 bits of DREG register
104 lsr w16, \DREG, #1
    [all...]
  /system/core/libpixelflinger/
t32cb16blend.S 28 * \DREG is a 32-bit register containing *two* original destination RGB565
37 * upper 16-bit pixels in DREG into FB
44 .macro pixel, DREG, SRC, FB, ODD
56 mov lr, \DREG, lsr #(16 + 11)
66 and r6, \DREG, #(0x3F<<(16 + 5))
76 and lr, \DREG, #(0x1F << 16)
88 mov lr, \DREG, lsr #11
100 and r6, \DREG, #(0x3F<<5)
110 and lr, \DREG, #0x1F
  /external/vixl/src/a64/
assembler-a64.cc 142 #define DREG(n) d##n,
144 REGISTER_CODE_LIST(DREG)
146 #undef DREG
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h     [all...]

Completed in 859 milliseconds