Home | History | Annotate | Download | only in msandr

Lines Matching defs:PRE

241 #define PRE(at, what) instrlist_meta_preinsert(bb, at, INSTR_CREATE_##what);
305 PRE(instr, mov_imm(drcontext, opnd_create_reg(R2),
307 PRE(instr, and(drcontext, opnd_create_reg(R1), opnd_create_reg(R2)));
309 PRE(instr, add(drcontext, opnd_create_reg(R1),
324 PRE(instr, cmp(drcontext,
327 PRE(instr, jcc(drcontext, OP_je, opnd_create_instr(label)));
328 PRE(instr, mov_st(drcontext,
337 PRE(instr, cmp(drcontext, OPND_CREATE_MEM32(R1, ofs), immed));
338 PRE(instr, jcc(drcontext, OP_je, opnd_create_instr(label)));
339 PRE(instr, mov_st(drcontext, OPND_CREATE_MEM32(R1, ofs), immed));
365 PRE(instr,
377 PRE(instr,
394 PRE(instr,
409 PRE(instr,
422 PRE(instr,
442 PRE(instr,
680 if (arg->pre)