Class: YTLJit::OpRAX

Inherits:
OpReg64 show all
Defined in:
lib/ytljit/instruction_ia.rb

Instance Method Summary collapse

Methods inherited from OpRegistor

#using, #value

Methods inherited from Operand

#using

Instance Method Details

#reg_noObject



133
134
135
# File 'lib/ytljit/instruction_ia.rb', line 133

def reg_no
  0
end

#to_asObject



137
138
139
# File 'lib/ytljit/instruction_ia.rb', line 137

def to_as
  "%rax"
end