Class: YTLJit::OpRSP

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



173
174
175
# File 'lib/ytljit/instruction_ia.rb', line 173

def reg_no
  4
end

#to_asObject



177
178
179
# File 'lib/ytljit/instruction_ia.rb', line 177

def to_as
  "%rsp"
end