Class: YTLJit::OpRXMM9

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



386
387
388
# File 'lib/ytljit/instruction_ia.rb', line 386

def reg_no
  9
end

#to_asObject



390
391
392
# File 'lib/ytljit/instruction_ia.rb', line 390

def to_as
  "%xmm9"
end