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

  /external/pcre/dist2/src/sljit/
sljitNativeARM_T2_32.c 69 #define RD4(rd) (reg_map[rd] << 8)
208 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) |
210 return push_inst32(compiler, MOVT | RD4(dst) |
484 return push_inst32(compiler, MOV_WI | RD4(dst) | tmp);
487 return push_inst32(compiler, MVN_WI | RD4(dst) | tmp);
491 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) |
496 return push_inst32(compiler, MOVT | RD4(dst) |
560 return push_inst32(compiler, ADDWI | RD4(dst) | RN4(reg) | IMM12(imm));
562 return push_inst32(compiler, SUBWI | RD4(dst) | RN4(reg) | IMM12(nimm));
566 return push_inst32(compiler, ADD_WI | (flags & SET_FLAGS) | RD4(dst) | RN4(reg) | imm)
    [all...]
  /external/webp/src/dsp/
dec.c 279 static void RD4(uint8_t* dst) { // Down-right
736 VP8PredLuma4[4] = RD4;
dec_mips_dsp_r2.c     [all...]
enc.c 373 static void RD4(uint8_t* dst, const uint8_t* top) {
515 RD4(I4RD4 + dst, top);
enc_mips_dsp_r2.c     [all...]
dec_sse2.c     [all...]
enc_msa.c 294 static WEBP_INLINE void RD4(uint8_t* dst, const uint8_t* top) {
435 RD4(I4RD4 + dst, top);
dec_msa.c 723 static void RD4(uint8_t* dst) { // Down-right
    [all...]
dec_neon.c     [all...]
enc_sse2.c 815 static WEBP_INLINE void RD4(uint8_t* dst, const uint8_t* top) { // Down-right
    [all...]

Completed in 246 milliseconds