mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Merge remote-tracking branch 'origin/Ghidra_11.4'
This commit is contained in:
commit
82baf0aa74
3 changed files with 2436 additions and 751 deletions
|
@ -3265,7 +3265,6 @@ PACIXSP_BTITARGETS: is ShowBTI=0 { }
|
|||
|
||||
define pcodeop SIMD_PIECE;
|
||||
|
||||
define pcodeop NEON_addv;
|
||||
define pcodeop NEON_aesd;
|
||||
define pcodeop NEON_aese;
|
||||
define pcodeop NEON_aesimc;
|
||||
|
@ -3274,20 +3273,7 @@ define pcodeop NEON_bfdot;
|
|||
define pcodeop NEON_bfmlalb;
|
||||
define pcodeop NEON_bfmlalt;
|
||||
define pcodeop NEON_bfmmla;
|
||||
define pcodeop NEON_bif;
|
||||
define pcodeop NEON_bit;
|
||||
define pcodeop NEON_bsl;
|
||||
define pcodeop NEON_cls;
|
||||
define pcodeop NEON_clz;
|
||||
define pcodeop NEON_cmeq;
|
||||
define pcodeop NEON_cmge;
|
||||
define pcodeop NEON_cmgt;
|
||||
define pcodeop NEON_cmhi;
|
||||
define pcodeop NEON_cmhs;
|
||||
define pcodeop NEON_cmle;
|
||||
define pcodeop NEON_cmlt;
|
||||
define pcodeop NEON_cmtst;
|
||||
define pcodeop NEON_cnt;
|
||||
define pcodeop NEON_ext;
|
||||
define pcodeop NEON_facge;
|
||||
define pcodeop NEON_facgt;
|
||||
|
@ -3300,7 +3286,6 @@ define pcodeop NEON_fcmle;
|
|||
define pcodeop NEON_fcmlt;
|
||||
define pcodeop NEON_fcvtzs;
|
||||
define pcodeop NEON_fcvtzu;
|
||||
define pcodeop NEON_fmadd;
|
||||
define pcodeop NEON_fmax;
|
||||
define pcodeop NEON_fmaxnm;
|
||||
define pcodeop NEON_fmaxnmp;
|
||||
|
@ -3314,7 +3299,6 @@ define pcodeop NEON_fminnmv;
|
|||
define pcodeop NEON_fminp;
|
||||
define pcodeop NEON_fminv;
|
||||
define pcodeop NEON_fmov;
|
||||
define pcodeop NEON_fmsub;
|
||||
define pcodeop NEON_fmulx;
|
||||
define pcodeop NEON_fnmadd;
|
||||
define pcodeop NEON_fnmsub;
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -52,13 +52,13 @@
|
|||
#TODO fix op2026
|
||||
:grevi rd, rs1, op2026 is op0006=0x13 & op1214=0x5 & op2731=0xd & op2026 & rd & rs1 unimpl
|
||||
|
||||
:max rd, rs1, rs2 is op0006=0x33 & op1214=0x5 & op2531=0x5 & rd & rs1 & rs2 unimpl
|
||||
:max rd, rs1, rs2 is op0006=0x33 & op1214=0x6 & op2531=0x5 & rd & rs1 & rs2 unimpl
|
||||
|
||||
:maxu rd, rs1, rs2 is op0006=0x33 & op1214=0x7 & op2531=0x5 & rd & rs1 & rs2 unimpl
|
||||
|
||||
:min rd, rs1, rs2 is op0006=0x33 & op1214=0x4 & op2531=0x5 & rd & rs1 & rs2 unimpl
|
||||
|
||||
:minu rd, rs1, rs2 is op0006=0x33 & op1214=0x6 & op2531=0x5 & rd & rs1 & rs2 unimpl
|
||||
:minu rd, rs1, rs2 is op0006=0x33 & op1214=0x5 & op2531=0x5 & rd & rs1 & rs2 unimpl
|
||||
|
||||
:orn rd, rs1, rs2 is op0006=0x33 & op1214=0x6 & op2531=0x20 & rd & rs1 & rs2 unimpl
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue