Class: AArch64::Instructions::CFINV

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

Overview

CFINV – A64 Invert Carry Flag CFINV

Instance Method Summary collapse

Instance Method Details

#encode(_) ⇒ Object



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

def encode _
  0b1101010100_0_0_0_000_0100_0000_000_11111
end