Add pl:u stub, use higher precision on CNTPCT_EL0 register tick count
This commit is contained in:
parent
4d90d60119
commit
2ed24af756
5 changed files with 47 additions and 3 deletions
|
@ -30,6 +30,7 @@ namespace ChocolArm64.Instruction
|
|||
case 0b11_011_0100_0100_001: PropName = nameof(AThreadState.Fpsr); break;
|
||||
case 0b11_011_1101_0000_010: PropName = nameof(AThreadState.TpidrEl0); break;
|
||||
case 0b11_011_1101_0000_011: PropName = nameof(AThreadState.Tpidr); break;
|
||||
case 0b11_011_1110_0000_000: PropName = nameof(AThreadState.CntfrqEl0); break;
|
||||
case 0b11_011_1110_0000_001: PropName = nameof(AThreadState.CntpctEl0); break;
|
||||
|
||||
default: throw new NotImplementedException($"Unknown MRS at {Op.Position:x16}");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue