Class: AArch64::Parser::FourArg
- Inherits:
-
Struct
- Object
- Struct
- AArch64::Parser::FourArg
- Defined in:
- lib/aarch64/parser.rb
Instance Attribute Summary collapse
-
#a ⇒ Object
Returns the value of attribute a.
-
#b ⇒ Object
Returns the value of attribute b.
-
#c ⇒ Object
Returns the value of attribute c.
-
#d ⇒ Object
Returns the value of attribute d.
Instance Method Summary collapse
Instance Attribute Details
#a ⇒ Object
Returns the value of attribute a
147 148 149 |
# File 'lib/aarch64/parser.rb', line 147 def a @a end |
#b ⇒ Object
Returns the value of attribute b
147 148 149 |
# File 'lib/aarch64/parser.rb', line 147 def b @b end |
#c ⇒ Object
Returns the value of attribute c
147 148 149 |
# File 'lib/aarch64/parser.rb', line 147 def c @c end |
#d ⇒ Object
Returns the value of attribute d
147 148 149 |
# File 'lib/aarch64/parser.rb', line 147 def d @d end |
Instance Method Details
#apply(asm, name) ⇒ Object
148 149 150 |
# File 'lib/aarch64/parser.rb', line 148 def apply asm, name asm.public_send(name, a, b, c, d) end |