Class: YTLJit::OpEDX

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



70
71
72
# File 'lib/ytljit/instruction_ia.rb', line 70

def reg_no
  2
end

#to_asObject



74
75
76
# File 'lib/ytljit/instruction_ia.rb', line 74

def to_as
  "%edx"
end