Line  | Count  | Source  | 
1  | /* Capstone Disassembly Engine */  | |
2  | /* By Rot127 <unisono@quyllur.org>, 2025 */  | |
3  | ||
4  | #include "SparcDisassemblerExtension.h"  | |
5  | #include "SparcMCTargetDesc.h"  | |
6  | ||
7  | bool Sparc_getFeatureBits(unsigned int mode, unsigned int feature)  | |
8  | 137k  | { | 
9  | 137k  |   if (feature == Sparc_FeatureV9) { | 
10  | 135k  | return mode & CS_MODE_V9;  | 
11  | 135k  | }  | 
12  | 1.89k  | return true;  | 
13  | 137k  | }  |