Home | History | Annotate | Download | only in priv

Lines Matching defs:byte1

9071    IRTemp byte1 = newTemp(Ity_I8);
9079 assign(byte1, load(Ity_I8, mkexpr(address1)));
9088 binop(Iop_Xor8, mkexpr(byte1), mkexpr(end)),
9096 next_insn_if(binop(Iop_CmpEQ8, mkexpr(end), mkexpr(byte1)));
9104 next_insn_if(binop(Iop_CmpLT32U, unop(Iop_8Uto32, mkexpr(byte1)),
9110 unop(Iop_8Uto32, mkexpr(byte1))));
11568 s390_call_cu12_cu14_helper1(IRExpr *byte1, IRExpr *etf3_and_m3_is_1)
11571 args = mkIRExprVec_2(byte1, etf3_and_m3_is_1);
11582 s390_call_cu12_helper2(IRExpr *byte1, IRExpr *byte2, IRExpr *byte3,
11586 args = mkIRExprVec_5(byte1, byte2, byte3, byte4, stuff);
11597 s390_call_cu14_helper2(IRExpr *byte1, IRExpr *byte2, IRExpr *byte3,
11601 args = mkIRExprVec_5(byte1, byte2, byte3, byte4, stuff);
11633 IRTemp byte1 = newTemp(Ity_I64);
11634 assign(byte1, unop(Iop_8Uto64, load(Ity_I8, mkexpr(addr2))));
11638 assign(retval1, s390_call_cu12_cu14_helper1(mkexpr(byte1),
11676 assign(retval2, s390_call_cu12_helper2(mkexpr(byte1), byte2, byte3,
11679 assign(retval2, s390_call_cu14_helper2(mkexpr(byte1), byte2, byte3,