mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-31 11:20:03 +00:00
added call site value opcode to RDI format
This commit is contained in:
@@ -1245,55 +1245,56 @@ RDI_LocationRegMemberTable:
|
||||
@table(name value num_decodes num_pops num_pushes)
|
||||
RDI_EvalOpTable:
|
||||
{
|
||||
{Stop 0 0 0 0}
|
||||
{Noop 1 0 0 0}
|
||||
{Cond 2 1 1 0}
|
||||
{Skip 3 2 0 0}
|
||||
{MemRead 4 1 1 1}
|
||||
{RegRead 5 4 0 1}
|
||||
{RegReadDyn 6 0 1 1}
|
||||
{FrameOff 7 8 0 1}
|
||||
{ModuleOff 8 4 0 1}
|
||||
{TLSOff 9 4 0 1}
|
||||
{ObjectOff 10 0 0 0}
|
||||
{CFA 11 0 0 0}
|
||||
{ConstU8 12 1 0 1}
|
||||
{ConstU16 13 2 0 1}
|
||||
{ConstU32 14 4 0 1}
|
||||
{ConstU64 15 8 0 1}
|
||||
{ConstU128 16 16 0 1}
|
||||
{ConstString 17 1 0 1}
|
||||
{Abs 18 1 1 1}
|
||||
{Neg 19 1 1 1}
|
||||
{Add 20 1 2 1}
|
||||
{Sub 21 1 2 1}
|
||||
{Mul 22 1 2 1}
|
||||
{Div 23 1 2 1}
|
||||
{Mod 24 1 2 1}
|
||||
{LShift 25 1 2 1}
|
||||
{RShift 26 1 2 1}
|
||||
{BitAnd 27 1 2 1}
|
||||
{BitOr 28 1 2 1}
|
||||
{BitXor 29 1 2 1}
|
||||
{BitNot 30 1 1 1}
|
||||
{LogAnd 31 1 2 1}
|
||||
{LogOr 32 1 2 1}
|
||||
{LogNot 33 1 1 1}
|
||||
{EqEq 34 1 2 1}
|
||||
{NtEq 35 1 2 1}
|
||||
{LsEq 36 1 2 1}
|
||||
{GrEq 37 1 2 1}
|
||||
{Less 38 1 2 1}
|
||||
{Grtr 39 1 2 1}
|
||||
{Trunc 40 1 1 1}
|
||||
{TruncSigned 41 1 1 1}
|
||||
{Convert 42 2 1 1}
|
||||
{Pick 43 1 0 1}
|
||||
{Pop 44 0 1 0}
|
||||
{Insert 45 1 0 0}
|
||||
{ValueRead 46 1 2 1}
|
||||
{ByteSwap 47 1 1 1}
|
||||
{COUNT 48 0 0 0}
|
||||
{Stop 0 0 0 0}
|
||||
{Noop 1 0 0 0}
|
||||
{Cond 2 1 1 0}
|
||||
{Skip 3 2 0 0}
|
||||
{MemRead 4 1 1 1}
|
||||
{RegRead 5 4 0 1}
|
||||
{RegReadDyn 6 0 1 1}
|
||||
{FrameOff 7 8 0 1}
|
||||
{ModuleOff 8 4 0 1}
|
||||
{TLSOff 9 4 0 1}
|
||||
{ObjectOff 10 0 0 0}
|
||||
{CFA 11 0 0 0}
|
||||
{ConstU8 12 1 0 1}
|
||||
{ConstU16 13 2 0 1}
|
||||
{ConstU32 14 4 0 1}
|
||||
{ConstU64 15 8 0 1}
|
||||
{ConstU128 16 16 0 1}
|
||||
{ConstString 17 1 0 1}
|
||||
{Abs 18 1 1 1}
|
||||
{Neg 19 1 1 1}
|
||||
{Add 20 1 2 1}
|
||||
{Sub 21 1 2 1}
|
||||
{Mul 22 1 2 1}
|
||||
{Div 23 1 2 1}
|
||||
{Mod 24 1 2 1}
|
||||
{LShift 25 1 2 1}
|
||||
{RShift 26 1 2 1}
|
||||
{BitAnd 27 1 2 1}
|
||||
{BitOr 28 1 2 1}
|
||||
{BitXor 29 1 2 1}
|
||||
{BitNot 30 1 1 1}
|
||||
{LogAnd 31 1 2 1}
|
||||
{LogOr 32 1 2 1}
|
||||
{LogNot 33 1 1 1}
|
||||
{EqEq 34 1 2 1}
|
||||
{NtEq 35 1 2 1}
|
||||
{LsEq 36 1 2 1}
|
||||
{GrEq 37 1 2 1}
|
||||
{Less 38 1 2 1}
|
||||
{Grtr 39 1 2 1}
|
||||
{Trunc 40 1 1 1}
|
||||
{TruncSigned 41 1 1 1}
|
||||
{Convert 42 2 1 1}
|
||||
{Pick 43 1 0 1}
|
||||
{Pop 44 0 1 0}
|
||||
{Insert 45 1 0 0}
|
||||
{ValueRead 46 1 2 1}
|
||||
{ByteSwap 47 1 1 1}
|
||||
{CallSiteValue 48 4 0 0}
|
||||
{COUNT 49 0 0 0}
|
||||
}
|
||||
|
||||
// NOTE(rjf): "ck" -> "conversion kind, when converted to type group", used in square matrix form
|
||||
|
||||
Reference in New Issue
Block a user