Class: YTLJit::OpRXMM11

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



406
407
408
# File 'lib/ytljit/instruction_ia.rb', line 406

def reg_no
  11
end

#to_asObject



410
411
412
# File 'lib/ytljit/instruction_ia.rb', line 410

def to_as
  "%xmm11"
end