Class: YTLJit::OpRXMM12

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



416
417
418
# File 'lib/ytljit/instruction_ia.rb', line 416

def reg_no
  12
end

#to_asObject



420
421
422
# File 'lib/ytljit/instruction_ia.rb', line 420

def to_as
  "%xmm12"
end