Home | History | Annotate | Download | only in mips

Lines Matching refs:above

15                                const uint8_t *above, const uint8_t *left) {
17 (void)above;
42 const uint8_t *above, const uint8_t *left) {
48 "lw %[above_c], (%[above]) \n\t"
78 : [above] "r"(above), [left] "r"(left), [dst] "r"(dst),
83 const uint8_t *above, const uint8_t *left) {
93 "ulw %[resl], (%[above]) \n\t"
100 "lbu %[top_left], -1(%[above]) \n\t"
222 : [above] "r"(above), [left] "r"(left), [dst] "r"(dst),