2024-04-17 01:41:40 +00:00
|
|
|
Function name: guard::branch_match_guard
|
2024-09-23 23:40:22 +00:00
|
|
|
Raw bytes (89): 0x[01, 01, 08, 05, 0d, 05, 17, 0d, 11, 1f, 17, 05, 09, 0d, 11, 1f, 15, 05, 09, 0d, 01, 0b, 01, 01, 10, 02, 03, 0b, 00, 0c, 15, 01, 14, 02, 0a, 0d, 03, 0e, 00, 0f, 05, 00, 14, 00, 19, 20, 0d, 02, 00, 14, 00, 1e, 0d, 00, 1d, 02, 0a, 11, 03, 0e, 00, 0f, 02, 00, 14, 00, 19, 20, 11, 06, 00, 14, 00, 1e, 11, 00, 1d, 02, 0a, 0e, 03, 0e, 02, 0a, 1b, 04, 01, 00, 02]
|
2023-12-25 10:23:15 +00:00
|
|
|
Number of files: 1
|
|
|
|
- file 0 => global file 1
|
2024-12-05 07:57:17 +00:00
|
|
|
Number of expressions: 8
|
|
|
|
- expression 0 operands: lhs = Counter(1), rhs = Counter(3)
|
|
|
|
- expression 1 operands: lhs = Counter(1), rhs = Expression(5, Add)
|
|
|
|
- expression 2 operands: lhs = Counter(3), rhs = Counter(4)
|
|
|
|
- expression 3 operands: lhs = Expression(7, Add), rhs = Expression(5, Add)
|
|
|
|
- expression 4 operands: lhs = Counter(1), rhs = Counter(2)
|
|
|
|
- expression 5 operands: lhs = Counter(3), rhs = Counter(4)
|
|
|
|
- expression 6 operands: lhs = Expression(7, Add), rhs = Counter(5)
|
|
|
|
- expression 7 operands: lhs = Counter(1), rhs = Counter(2)
|
2024-03-10 10:20:27 +00:00
|
|
|
Number of file 0 mappings: 13
|
2024-09-23 23:40:22 +00:00
|
|
|
- Code(Counter(0)) at (prev + 11, 1) to (start + 1, 16)
|
2024-10-16 10:25:09 +00:00
|
|
|
- Code(Expression(0, Sub)) at (prev + 3, 11) to (start + 0, 12)
|
2024-12-05 07:57:17 +00:00
|
|
|
= (c1 - c3)
|
2023-12-25 10:23:15 +00:00
|
|
|
- Code(Counter(5)) at (prev + 1, 20) to (start + 2, 10)
|
|
|
|
- Code(Counter(3)) at (prev + 3, 14) to (start + 0, 15)
|
2024-12-05 07:57:17 +00:00
|
|
|
- Code(Counter(1)) at (prev + 0, 20) to (start + 0, 25)
|
2024-03-10 10:20:27 +00:00
|
|
|
- Branch { true: Counter(3), false: Expression(0, Sub) } at (prev + 0, 20) to (start + 0, 30)
|
|
|
|
true = c3
|
2024-12-05 07:57:17 +00:00
|
|
|
false = (c1 - c3)
|
2023-12-25 10:23:15 +00:00
|
|
|
- Code(Counter(3)) at (prev + 0, 29) to (start + 2, 10)
|
|
|
|
- Code(Counter(4)) at (prev + 3, 14) to (start + 0, 15)
|
2024-10-16 10:25:09 +00:00
|
|
|
- Code(Expression(0, Sub)) at (prev + 0, 20) to (start + 0, 25)
|
2024-12-05 07:57:17 +00:00
|
|
|
= (c1 - c3)
|
|
|
|
- Branch { true: Counter(4), false: Expression(1, Sub) } at (prev + 0, 20) to (start + 0, 30)
|
2024-03-10 10:20:27 +00:00
|
|
|
true = c4
|
2024-12-05 07:57:17 +00:00
|
|
|
false = (c1 - (c3 + c4))
|
2023-12-25 10:23:15 +00:00
|
|
|
- Code(Counter(4)) at (prev + 0, 29) to (start + 2, 10)
|
2024-12-05 07:57:17 +00:00
|
|
|
- Code(Expression(3, Sub)) at (prev + 3, 14) to (start + 2, 10)
|
|
|
|
= ((c1 + c2) - (c3 + c4))
|
|
|
|
- Code(Expression(6, Add)) at (prev + 4, 1) to (start + 0, 2)
|
|
|
|
= ((c1 + c2) + c5)
|
|
|
|
Highest counter ID seen: c5
|
2023-12-25 10:23:15 +00:00
|
|
|
|