class Crabstone::PPC::Operand
Public Instance Methods
crx?()
click to toggle source
# File lib/crabstone/arch/3/ppc.rb, line 56 def crx? self[:type] == OP_CRX end
imm?()
click to toggle source
# File lib/crabstone/arch/3/ppc.rb, line 48 def imm? self[:type] == OP_IMM end
mem?()
click to toggle source
# File lib/crabstone/arch/3/ppc.rb, line 52 def mem? self[:type] == OP_MEM end
reg?()
click to toggle source
# File lib/crabstone/arch/3/ppc.rb, line 44 def reg? self[:type] == OP_REG end