Class: YTLJit::OpRXMM1

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



306
307
308
# File 'lib/ytljit/instruction_ia.rb', line 306

def reg_no
  1
end

#to_asObject



310
311
312
# File 'lib/ytljit/instruction_ia.rb', line 310

def to_as
  "%xmm1"
end