Class: AArch64::Instructions::WFE

Inherits:
Object
  • Object
show all
Defined in:
lib/aarch64/instructions/wfe.rb

Overview

WFE – A64 Wait For Event WFE

Instance Method Summary collapse

Instance Method Details

#encodeObject



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

def encode
  WFE()
end