Class: AArch64::Instructions::PSB

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

Overview

PSB CSYNC – A64 Profiling Synchronization Barrier PSB CSYNC

Instance Method Summary collapse

Instance Method Details

#encode(_) ⇒ Object



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

def encode _
  0b1101010100_0_00_011_0010_0010_001_11111
end