Searched refs:RD4 (Results 1 - 5 of 5) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitNativeARM_T2_32.c69 #define RD4(rd) (reg_map[rd] << 8) macro
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(ds
[all...]
/external/chromium_org/third_party/libwebp/dsp/
H A Ddec.c276 static void RD4(uint8_t *dst) { // Down-right function
460 DC4, TM4, VE4, HE4, RD4, VR4, LD4, VL4, HD4, HU4
H A Denc.c351 static void RD4(uint8_t* dst, const uint8_t* top) { function
493 RD4(I4RD4 + dst, top);
/external/webp/src/dsp/
H A Ddec.c276 static void RD4(uint8_t *dst) { // Down-right function
460 DC4, TM4, VE4, HE4, RD4, VR4, LD4, VL4, HD4, HU4
H A Denc.c351 static void RD4(uint8_t* dst, const uint8_t* top) { function
493 RD4(I4RD4 + dst, top);

Completed in 156 milliseconds