mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
removed shift functions with explicit number of bits
This commit is contained in:
@@ -86,8 +86,6 @@ const ToolboxMessageTree vectorsChildren[] = {
|
||||
|
||||
const ToolboxMessageTree logicExplicitChildren[] = {
|
||||
ToolboxMessageTree::Leaf(I18n::Message::LogicalNotExplicitCommandWithArg, I18n::Message::LogicalNot),
|
||||
ToolboxMessageTree::Leaf(I18n::Message::LogicalShiftLeftExplicitCommandWithArg, I18n::Message::LogicalShiftLeft),
|
||||
ToolboxMessageTree::Leaf(I18n::Message::LogicalShiftRightExplicitCommandWithArg, I18n::Message::LogicalShiftRight),
|
||||
ToolboxMessageTree::Leaf(I18n::Message::LogicalShiftRightArithmeticExplicitCommandWithArg, I18n::Message::LogicalShiftRightArithmetic),
|
||||
ToolboxMessageTree::Leaf(I18n::Message::LogicalRotateLeftExplicitCommandWithArg, I18n::Message::LogicalRotateLeft),
|
||||
ToolboxMessageTree::Leaf(I18n::Message::LogicalRotateRightExplicitCommandWithArg, I18n::Message::LogicalRotateRight),
|
||||
|
||||
@@ -499,11 +499,9 @@ LogicalNotExplicitCommandWithArg = "not(a,n)"
|
||||
LogicalOr = "a OR b"
|
||||
LogicalOrCommandWithArg = "or(a,b)"
|
||||
LogicalShiftLeftCommandWithArg = "sll(a,s)"
|
||||
LogicalShiftLeftExplicitCommandWithArg = "sll(a,s,n)"
|
||||
LogicalShiftRightArithmeticCommandWithArg = "sra(a,s)"
|
||||
LogicalShiftRightArithmeticExplicitCommandWithArg = "sra(a,s,n)"
|
||||
LogicalShiftRightCommandWithArg = "srl(a,s)"
|
||||
LogicalShiftRightExplicitCommandWithArg = "srl(a,s,n)"
|
||||
LogicalRotateLeftCommandWithArg = "rol(a,r)"
|
||||
LogicalRotateLeftExplicitCommandWithArg = "rol(a,r,n)"
|
||||
LogicalRotateRightCommandWithArg = "ror(a,r)"
|
||||
|
||||
Reference in New Issue
Block a user