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

/system/core/libpixelflinger/codeflinger/
H A Dload_store.cpp31 const int inc = (flags & WRITE_BACK)?1:0; local
34 if (inc) STR(AL, s.reg, addr.reg, immed12_post(4));
48 if (inc)
52 if (inc) STRH(AL, s.reg, addr.reg, immed8_post(2));
56 if (inc) STRB(AL, s.reg, addr.reg, immed12_post(1));
68 const int inc = (flags & WRITE_BACK)?1:0; local
71 if (inc) LDR(AL, s.reg, addr.reg, immed12_post(4));
92 if (inc)
96 if (inc) LDRH(AL, s.reg, addr.reg, immed8_post(2));
100 if (inc) LDR
[all...]

Completed in 32 milliseconds