Searched defs:inc (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dload_store.cpp34 const int inc = (flags & WRITE_BACK)?1:0; local
37 if (inc) STR(AL, s.reg, addr.reg, immed12_post(4));
51 if (inc)
55 if (inc) STRH(AL, s.reg, addr.reg, immed8_post(2));
59 if (inc) STRB(AL, s.reg, addr.reg, immed12_post(1));
71 const int inc = (flags & WRITE_BACK)?1:0; local
74 if (inc) LDR(AL, s.reg, addr.reg, immed12_post(4));
95 if (inc)
99 if (inc) LDRH(AL, s.reg, addr.reg, immed8_post(2));
103 if (inc) LDR
[all...]

Completed in 156 milliseconds