Class: YTLJit::OpRXMM7

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



366
367
368
# File 'lib/ytljit/instruction_ia.rb', line 366

def reg_no
  7
end

#to_asObject



370
371
372
# File 'lib/ytljit/instruction_ia.rb', line 370

def to_as
  "%xmm7"
end