| 51 | typedef uint32_t *__restrict *__restrict instruction; |
| 52 | typedef struct { |
| 53 | struct fix_info { |
| 54 | uint32_t *bp; |
| 55 | uint32_t ls; // left-shift counts |
| 56 | uint32_t ad; // & operand |
| 57 | }; |
| 58 | struct insns_info { |
| 59 | union { |
| 60 | uint64_t insu; |
nothing calls this directly
no outgoing calls
no test coverage detected