Home | History | Annotate | Download | only in priv

Lines Matching refs:argR

1678                                       IRTemp argL, IRTemp argR )
1686 binop( Iop_Xor32, mkexpr(res), mkexpr(argR) )),
1693 IRTemp argL, IRTemp argR )
1700 binop( Iop_Xor32, mkexpr(argL), mkexpr(argR) ),
11566 UInt dM = INSN(3,0) | (INSN(5,5) << 4); /* argR */
11670 IRTemp argR = newTemp(Ity_F64);
11673 assign(argR, bZ ? IRExpr_Const(IRConst_F64i(0)) : getDReg(dM));
11674 assign(irRes, binop(Iop_CmpF64, mkexpr(argL), mkexpr(argR)));
12031 UInt fM = (INSN(3,0) << 1) | bM; /* argR */
12136 IRTemp argR = newTemp(Ity_F64);
12140 assign(argR, bZ ? IRExpr_Const(IRConst_F64i(0))
12142 assign(irRes, binop(Iop_CmpF64, mkexpr(argL), mkexpr(argR)));
13660 IRTemp argR = newTemp(Ity_I32);
13665 assign( argR, getIRegA(rS));
13666 assign( res, binop(Iop_Mul32, mkexpr(argL), mkexpr(argR)) );
13702 argR = newTemp(Ity_I32);
13704 assign(argR, getIRegA(rM));
13705 assign(res, binop(Iop_DivS32, mkexpr(argL), mkexpr(argR)));
13724 IRTemp argR = newTemp(Ity_I32);
13726 assign(argR, getIRegA(rM));
13727 assign(res, binop(Iop_DivU32, mkexpr(argL), mkexpr(argR)));
13752 IRTemp argR = newTemp(Ity_I32);
13758 assign( argR, getIRegA(rS));
13762 binop(Iop_Mul32, mkexpr(argL), mkexpr(argR)) ));
13800 IRTemp argR = newTemp(Ity_I32);
13808 assign( argR, getIRegA(rS));
13809 assign( res, binop(mulOp, mkexpr(argL), mkexpr(argR)) );
13849 IRTemp argR = newTemp(Ity_I32);
13858 assign( argR, getIRegA(rS));
13862 binop(mulOp, mkexpr(argL), mkexpr(argR))) );
15289 IRTemp argR = newTemp(Ity_I32);
15291 assign( argR, getIRegT(rM) );
15294 argL, argR, condT );
15408 IRTemp argR = newTemp(Ity_I32);
15412 assign(argR, getIRegT(rM));
15415 binop(Iop_Add32, mkexpr(argL), mkexpr(argR)),
15419 setFlags_D1_D2_ND( ARMG_CC_OP_ADC, argL, argR, oldC,
15431 IRTemp argR = newTemp(Ity_I32);
15435 assign(argR, getIRegT(rM));
15438 binop(Iop_Sub32, mkexpr(argL), mkexpr(argR)),
15442 setFlags_D1_D2_ND( ARMG_CC_OP_SBB, argL, argR, oldC,
15721 IRTemp argR = newTemp(Ity_I32);
15723 assign( argR, getIRegT(rM) );
15725 setFlags_D1_D2( ARMG_CC_OP_SUB, argL, argR, condT );
15979 IRTemp argR = newTemp(Ity_I32);
15981 assign( argR, mkU32(uimm3) );
15983 mkexpr(argL), mkexpr(argR)),
15986 argL, argR, cond_AND_notInIT_T );
16000 IRTemp argR = newTemp(Ity_I32);
16002 assign( argR, getIRegT(rM) );
16004 mkexpr(argL), mkexpr(argR)),
16007 argL, argR, cond_AND_notInIT_T );
16155 IRTemp argR = newTemp(Ity_I32);
16157 assign( argR, mkU32(uimm8) );
16159 mkexpr(argL), mkexpr(argR)), condT );
16161 argL, argR, cond_AND_notInIT_T );
16195 IRTemp argR = newTemp(Ity_I32);
16197 assign( argR, mkU32(uimm8) );
16199 setFlags_D1_D2( ARMG_CC_OP_SUB, argL, argR, condT );
16719 IRTemp argR = newTemp(Ity_I32);
16723 assign(argR, mkU32(imm32));
16724 assign(res, binop(Iop_Add32, mkexpr(argL), mkexpr(argR)));
16727 setFlags_D1_D2( ARMG_CC_OP_ADD, argL, argR, condT );
16746 IRTemp argR = newTemp(Ity_I32);
16750 assign(argR, mkU32(imm12));
16751 assign(res, binop(Iop_Add32, mkexpr(argL), mkexpr(argR)));
16768 IRTemp argR = newTemp(Ity_I32);
16772 assign(argR, mkU32(imm32));
16774 argL, argR, condT );
16791 IRTemp argR = newTemp(Ity_I32);
16798 assign(argR, mkU32(imm32));
16800 mkexpr(argL), mkexpr(argR)));
16828 IRTemp argR = newTemp(Ity_I32);
16832 assign(argR, mkU32(imm32));
16834 ? binop(Iop_Sub32, mkexpr(argR), mkexpr(argL))
16835 : binop(Iop_Sub32, mkexpr(argL), mkexpr(argR)));
16839 setFlags_D1_D2( ARMG_CC_OP_SUB, argR, argL, condT );
16841 setFlags_D1_D2( ARMG_CC_OP_SUB, argL, argR, condT );
16861 IRTemp argR = newTemp(Ity_I32);
16865 assign(argR, mkU32(imm12));
16866 assign(res, binop(Iop_Sub32, mkexpr(argL), mkexpr(argR)));
16886 IRTemp argR = newTemp(Ity_I32);
16891 assign(argR, mkU32(imm32));
16899 binop(Iop_Add32, mkexpr(argL), mkexpr(argR)),
16904 argL, argR, oldC, condT );
16910 binop(Iop_Sub32, mkexpr(argL), mkexpr(argR)),
16915 argL, argR, oldC, condT );
16955 IRTemp argR = newTemp(Ity_I32);
16960 assign(argR, mkU32(notArgR ? ~imm32 : imm32));
16961 assign(res, binop(op, mkexpr(argL), mkexpr(argR)));
17025 IRTemp argR = newTemp(Ity_I32);
17027 dis_buf, &argR, NULL, rMt, how, imm5, rM
17032 ? binop(op, mkexpr(argR), mkexpr(argL))
17033 : binop(op, mkexpr(argL), mkexpr(argR)));
17039 setFlags_D1_D2( ARMG_CC_OP_ADD, argL, argR, condT );
17043 setFlags_D1_D2( ARMG_CC_OP_SUB, argR, argL, condT );
17045 setFlags_D1_D2( ARMG_CC_OP_SUB, argL, argR, condT );
17083 IRTemp argR = newTemp(Ity_I32);
17085 dis_buf, &argR, NULL, rMt, how, imm5, rM
17095 binop(Iop_Add32, mkexpr(argL), mkexpr(argR)),
17100 argL, argR, oldC, condT );
17106 binop(Iop_Sub32, mkexpr(argL), mkexpr(argR)),
17111 argL, argR, oldC, condT );
17162 IRTemp argR = newTemp(Ity_I32);
17166 dis_buf, &argR, bS ? &oldC : NULL, rMt, how, imm5, rM
17173 unop(Iop_Not32, mkexpr(argR))));
17175 assign(res, binop(op, mkexpr(rNt), mkexpr(argR)));
17290 IRTemp argR = newTemp(Ity_I32);
17293 dis_buf, &argR, &oldC, rMt, how, imm5, rM
17301 mkexpr(argL), mkexpr(argR)));
17330 IRTemp argR = newTemp(Ity_I32);
17332 dis_buf, &argR, NULL, rMt, how, imm5, rM
17336 argL, argR, condT );
18215 IRTemp argR = newTemp(Ity_I32);
18217 assign(argR, getIRegT(rM));
18218 assign(res, binop(Iop_DivS32, mkexpr(argL), mkexpr(argR)));
18234 IRTemp argR = newTemp(Ity_I32);
18236 assign(argR, getIRegT(rM));
18237 assign(res, binop(Iop_DivU32, mkexpr(argL), mkexpr(argR)));
18318 IRTemp argR = newTemp(Ity_I32);
18325 assign( argR, getIRegT(rN));
18329 binop(mulOp, mkexpr(argL), mkexpr(argR))) );