Class: YTLJit::OpEDI

Inherits:
OpReg32 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



120
121
122
# File 'lib/ytljit/instruction_ia.rb', line 120

def reg_no
  7
end

#to_asObject



124
125
126
# File 'lib/ytljit/instruction_ia.rb', line 124

def to_as
  "%edi"
end