Class: YTLJit::OpRXMM0

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



296
297
298
# File 'lib/ytljit/instruction_ia.rb', line 296

def reg_no
  0
end

#to_asObject



300
301
302
# File 'lib/ytljit/instruction_ia.rb', line 300

def to_as
  "%xmm0"
end