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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicColorMatrix.cpp389 static uint32_t encodeSIMDRegs(uint32_t vd, uint32_t vn, uint32_t vm) { function
402 uint32_t op = 0xf2900240 | encodeSIMDRegs(dest_q << 1, src_d1, src_d2 | (src_d2_s << 3));
409 uint32_t op = 0xf2900A40 | encodeSIMDRegs(dest_q << 1, src_d1, src_d2 | (src_d2_s << 3));
416 uint32_t op = 0xf2200050 | encodeSIMDRegs(dest_q << 1, src_q1 << 1, src_q2 << 1);
423 uint32_t op = 0xf3a00140 | encodeSIMDRegs(dest_q << 1, src_d1, src_d2 | (src_d2_s << 4));
430 uint32_t op = 0xf3a00940 | encodeSIMDRegs(dest_q << 1, src_d1, src_d2 | (src_d2_s << 4));
437 uint32_t op = 0xf2200150 | encodeSIMDRegs(dest_q << 1, src_q1 << 1, src_q2 << 1);
445 uint32_t op = 0xf2800050 | encodeSIMDRegs(dest_q << 1, 0, 0);
452 uint32_t op = 0xf2000d40 | encodeSIMDRegs(dest_q << 1, src_q1 << 1, src_q2 << 1);

Completed in 40 milliseconds