Class: AArch64::Instructions::SEVL

Inherits:
Instruction show all
Defined in:
lib/aarch64/instructions/sevl.rb

Overview

SEVL – A64 Send Event Local SEVL

Instance Method Summary collapse

Instance Method Details

#encode(_) ⇒ Object



7
8
9
# File 'lib/aarch64/instructions/sevl.rb', line 7

def encode _
  0b1101010100_0_00_011_0010_0000_101_11111
end