Searched defs:encodeSIMDRegs (Results 1 - 1 of 1) sorted by last modified time

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicColorMatrix.cpp383 static uint32_t encodeSIMDRegs(uint32_t vd, uint32_t vn, uint32_t vm) { function
396 uint32_t op = 0xf2900240 | encodeSIMDRegs(dest_q << 1, src_d1, src_d2 | (src_d2_s << 3));
403 uint32_t op = 0xf2900A40 | encodeSIMDRegs(dest_q << 1, src_d1, src_d2 | (src_d2_s << 3));
410 uint32_t op = 0xf2200050 | encodeSIMDRegs(dest_q << 1, src_q1 << 1, src_q2 << 1);
417 uint32_t op = 0xf3a00140 | encodeSIMDRegs(dest_q << 1, src_d1, src_d2 | (src_d2_s << 4));
424 uint32_t op = 0xf3a00940 | encodeSIMDRegs(dest_q << 1, src_d1, src_d2 | (src_d2_s << 4));
431 uint32_t op = 0xf2200150 | encodeSIMDRegs(dest_q << 1, src_q1 << 1, src_q2 << 1);
439 uint32_t op = 0xf2800050 | encodeSIMDRegs(dest_q << 1, 0, 0);
446 uint32_t op = 0xf2000d40 | encodeSIMDRegs(dest_q << 1, src_q1 << 1, src_q2 << 1);

Completed in 8 milliseconds