mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
Create and use LZCOUNT Pcode op
This commit is contained in:
@@ -661,6 +661,7 @@ exprSingle returns Expression:
|
||||
| pcodeop='floor' '(' op1=expr ')'
|
||||
| pcodeop='round' '(' op1=expr ')'
|
||||
| pcodeop='popcount' '(' op1=expr ')'
|
||||
| pcodeop='lzcount' '(' op1=expr ')'
|
||||
| pcodeop='cpool' '(' op1=expr ',' op2=expr ',' op3=expr ')'
|
||||
| pcodeop='newobject' '(' op1=newObjParams ')'
|
||||
| op=[macroOrPcode] op1=paramlist
|
||||
@@ -1142,4 +1143,4 @@ terminal WS : (' '|'\t'|'\r'|'\n')+;
|
||||
//
|
||||
//terminal DEFINENAME: 'synthetic:DEFINENAME';
|
||||
//terminal BEGINDEFINE: 'synthetic:BEGINDEFINE';
|
||||
//terminal ENDDEFINE: 'synthetic:ENDDEFINE';
|
||||
//terminal ENDDEFINE: 'synthetic:ENDDEFINE';
|
||||
|
||||
Reference in New Issue
Block a user