mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 04:05:39 +00:00
Merge remote-tracking branch 'origin/GP-3537_pic24_le'
This commit is contained in:
commit
10588a7a3b
@ -2051,7 +2051,7 @@ cond1: "gt" is TOK_CCCC=0xC
|
||||
{ tmpBool:1 = ((!SRL_Z && SRL_N && SRL_OV) || (!SRL_Z && !SRL_N && !SRL_OV)); export tmpBool; }
|
||||
cond1: "gtu" is TOK_CCCC=0xE { tmpBool:1 = SRL_C && !SRL_Z; export tmpBool; }
|
||||
cond1: "le" is TOK_CCCC=0x4
|
||||
{ tmpBool:1 = (SRL_Z || (SRL_N && !SRL_OV) || (!SRL_N && SRL_OV)); export tmpBool; }
|
||||
{ tmpBool:1 = (SRL_Z || (SRL_N != SRL_OV)); export tmpBool; }
|
||||
cond1: "leu" is TOK_CCCC=0x6 { tmpBool:1 = (!SRL_C || SRL_Z); export tmpBool; }
|
||||
cond1: "lt" is TOK_CCCC=0x5 { tmpBool:1 = ((SRL_N && !SRL_OV) || (!SRL_N && SRL_OV)); export tmpBool; }
|
||||
cond1: "n" is TOK_CCCC=0x3 { tmpBool:1 = (SRL_N); export tmpBool; }
|
||||
|
Loading…
Reference in New Issue
Block a user