Class: YTLJit::OpRXMM2

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



316
317
318
# File 'lib/ytljit/instruction_ia.rb', line 316

def reg_no
  2
end

#to_asObject



320
321
322
# File 'lib/ytljit/instruction_ia.rb', line 320

def to_as
  "%xmm2"
end