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

  /external/pcre/dist/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/chromium_org/third_party/libwebp/dsp/
dec.c 276 static void RD4(uint8_t *dst) { // Down-right
460 DC4, TM4, VE4, HE4, RD4, VR4, LD4, VL4, HD4, HU4
enc.c 351 static void RD4(uint8_t* dst, const uint8_t* top) {
493 RD4(I4RD4 + dst, top);
  /external/webp/src/dsp/
dec.c 276 static void RD4(uint8_t *dst) { // Down-right
460 DC4, TM4, VE4, HE4, RD4, VR4, LD4, VL4, HD4, HU4
enc.c 351 static void RD4(uint8_t* dst, const uint8_t* top) {
493 RD4(I4RD4 + dst, top);

Completed in 112 milliseconds