Lines Matching refs:post

249     bool post = (mode == AddrMd_PostIndex);
254 numMicroops = (post ? 0 : 1) + ((size + 4) / 8) + (writeback ? 1 : 0);
256 numMicroops = (post ? 0 : 1) + (size / 4) + (writeback ? 1 : 0);
264 if (!post) {
266 post ? 0 : imm);
273 post ? rn : INTREG_UREG0, 0, noAlloc, exclusive, acrel);
275 post ? rn : INTREG_UREG0, 16, noAlloc, exclusive, acrel);
278 post ? rn : INTREG_UREG0, 0, noAlloc, exclusive, acrel);
280 post ? rn : INTREG_UREG0, 0, noAlloc, exclusive, acrel);
282 post ? rn : INTREG_UREG0, 16, noAlloc, exclusive, acrel);
284 post ? rn : INTREG_UREG0, 16, noAlloc, exclusive, acrel);
289 post ? rn : INTREG_UREG0, 0, noAlloc, exclusive, acrel);
292 post ? rn : INTREG_UREG0, 0, noAlloc, exclusive, acrel);
294 post ? rn : INTREG_UREG0, 8, noAlloc, exclusive, acrel);
299 post ? rn : INTREG_UREG0, 0, noAlloc, exclusive, acrel);
302 post ? rn : INTREG_UREG0, 0, noAlloc, exclusive, acrel);
309 post ? rn : INTREG_UREG0, 0, noAlloc, exclusive, acrel);
311 *uop++ = new MicroStrXImmUop(machInst, rt, post ? rn : INTREG_UREG0,
313 *uop++ = new MicroStrXImmUop(machInst, rt2, post ? rn : INTREG_UREG0,
320 post ? rn : INTREG_UREG0, 0, noAlloc, exclusive, acrel);
323 post ? rn : INTREG_UREG0, 0, noAlloc, exclusive, acrel);
327 post ? rn : INTREG_UREG0, 0, noAlloc, exclusive, acrel);
333 *uop++ = new MicroAddXiUop(machInst, rn, post ? rn : INTREG_UREG0,
334 post ? imm : 0);
1161 // Writeback microop: the post-increment amount is encoded in "Rm": a
1269 // Writeback microop: the post-increment amount is encoded in "Rm": a
1337 // Writeback microop: the post-increment amount is encoded in "Rm": a
1416 // Writeback microop: the post-increment amount is encoded in "Rm": a