Class: AArch64::Instructions::SB

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

Overview

SB – A64 Speculation Barrier SB

Instance Method Summary collapse

Instance Method Details

#encode(_) ⇒ Object



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

def encode _
  0b1101010100_0_00_011_0011_0000_1_11_11111
end