| 3220 | |
| 3221 | |
| 3222 | ExprId LowLevelILFunction::RotateRight(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3223 | { |
| 3224 | return AddExprWithLocation(LLIL_ROR, loc, size, flags, a, b); |
| 3225 | } |
| 3226 | |
| 3227 | |
| 3228 | ExprId LowLevelILFunction::RotateRightCarry( |
no outgoing calls
no test coverage detected