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

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerInterface.cpp36 uint32_t immediate, uint32_t& rot, uint32_t& imm)
38 rot = 0;
46 rot += 2;
47 if (rot == 32) {
48 rot = 0;
53 rot = (16 - (rot>>1)) & 0xF;
58 if (((imm>>(rot<<1)) | (imm<<(32-(rot<<1)))) != immediate)
68 uint32_t rot, im local
35 buildImmediate( uint32_t immediate, uint32_t& rot, uint32_t& imm) argument
74 uint32_t rot, imm; local
[all...]
H A DGGLAssembler.cpp865 static void normalize(uint32_t& val, uint32_t& rot) argument
867 rot = 0;
873 rot += 2;
874 if (rot == 32) {
875 rot = 0;
883 uint32_t rot; local
897 normalize(mask, rot);
902 int shift = rot + bitpos;
H A DARMAssemblerInterface.h71 static int buildImmediate(uint32_t i, uint32_t& rot, uint32_t& imm);

Completed in 997 milliseconds