Method: AArch64::Instructions::LDSMAX#encode
- Defined in:
- lib/aarch64/instructions/ldsmax.rb
#encode ⇒ Object
23 24 25 |
# File 'lib/aarch64/instructions/ldsmax.rb', line 23 def encode LDSMAX(@size, @a, @r.to_i, @rs.to_i, @rn.to_i, @rt.to_i) end |