Home | History | Annotate | Download | only in priv

Lines Matching defs:simm

904       Long simm = (Long)e->Iex.Binop.arg2->Iex.Const.con->Ico.U64;
905 if (simm >= -255 && simm <= 255) {
907 simm >= -256 && simm <= 255
908 we will need to negate simm in the case where the op is Sub64.
912 if (e->Iex.Binop.op == Iop_Sub64) simm = -simm;
913 return ARM64AMode_RI9(reg, (Int)simm);
977 //ZZ Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32;
978 //ZZ if (simm >= -1020 && simm <= 1020 && 0 == (simm & 3)) {
981 //ZZ simm = -simm;
983 //ZZ return mkARMAModeV(reg, simm);