| 3226 | |
| 3227 | |
| 3228 | ExprId LowLevelILFunction::RotateRightCarry( |
| 3229 | size_t size, ExprId a, ExprId b, ExprId carry, uint32_t flags, const ILSourceLocation& loc) |
| 3230 | { |
| 3231 | return AddExprWithLocation(LLIL_RRC, loc, size, flags, a, b, carry); |
| 3232 | } |
| 3233 | |
| 3234 | |
| 3235 | ExprId LowLevelILFunction::Mult(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected