Class: YTLJit::OpRXMM5

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



346
347
348
# File 'lib/ytljit/instruction_ia.rb', line 346

def reg_no
  5
end

#to_asObject



350
351
352
# File 'lib/ytljit/instruction_ia.rb', line 350

def to_as
  "%xmm5"
end