Class: YTLJit::OpRXMM3

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



326
327
328
# File 'lib/ytljit/instruction_ia.rb', line 326

def reg_no
  3
end

#to_asObject



330
331
332
# File 'lib/ytljit/instruction_ia.rb', line 330

def to_as
  "%xmm3"
end