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

  /external/pcre/dist2/src/sljit/
sljitNativeARM_T2_32.c 76 #define RD4(rd) (reg_map[rd] << 8)
224 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst)
226 return push_inst32(compiler, MOVT | RD4(dst)
532 return push_inst32(compiler, MOV_WI | RD4(dst) | tmp);
535 return push_inst32(compiler, MVN_WI | RD4(dst) | tmp);
539 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst)
544 return push_inst32(compiler, MOVT | RD4(dst)
604 return push_inst32(compiler, ADDWI | RD4(dst) | RN4(reg) | IMM12(imm));
606 return push_inst32(compiler, SUBWI | RD4(dst) | RN4(reg) | IMM12(nimm));
610 return push_inst32(compiler, ADD_WI | (flags & SET_FLAGS) | RD4(dst) | RN4(reg) | nimm)
    [all...]
  /external/webp/src/dsp/
dec_mips_dsp_r2.c     [all...]
enc.c 383 static void RD4(uint8_t* dst, const uint8_t* top) {
525 RD4(I4RD4 + dst, top);
enc_mips_dsp_r2.c     [all...]
enc_msa.c 296 static WEBP_INLINE void RD4(uint8_t* dst, const uint8_t* top) {
439 RD4(I4RD4 + dst, top);
dec_msa.c 724 static void RD4(uint8_t* dst) { // Down-right
    [all...]

Completed in 217 milliseconds